From MAILER-DAEMON Thu Sep 01 08:59:54 2005 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1EAofL-00051G-2w for mharc-dejagnu@gnu.org; Thu, 01 Sep 2005 08:59:42 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EAof1-0004u4-07 for dejagnu@gnu.org; Thu, 01 Sep 2005 08:59:21 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EAoev-0004rY-5Y for dejagnu@gnu.org; Thu, 01 Sep 2005 08:59:15 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EAoeq-0004qd-7O for dejagnu@gnu.org; Thu, 01 Sep 2005 08:59:10 -0400 Received: from [202.68.143.18] (helo=softdel.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EAoaG-0001vb-KP for dejagnu@gnu.org; Thu, 01 Sep 2005 08:57:20 -0400 Received: from deepakj ([192.168.10.80]) by softdel.com ([192.168.10.4]) with SMTP (MDaemon.PRO.v6.0.2.R) for ; Thu, 01 Sep 2005 18:10:58 +0530 From: "Deepak Jadhav" To: Date: Thu, 1 Sep 2005 18:22:13 +0530 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_004D_01C5AF22.131B6B00" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal X-MDRemoteIP: 192.168.10.80 X-Return-Path: deepak.jadhav@softdel.com X-MDaemon-Deliver-To: dejagnu@gnu.org Subject: gcc-testsuite-Execution tests fail on arm simulator X-BeenThere: dejagnu@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: deepak.jadhav@softdel.com List-Id: The GNU Regression Testing Framework List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Sep 2005 12:59:23 -0000 This is a multi-part message in MIME format. ------=_NextPart_000_004D_01C5AF22.131B6B00 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Hi, Thanks to the members of DejaGnu mailing group for replying for my previous mail. I am working on a linux machine. I have certain queries regarding using DejaGNU with arm simulator that I have mentioned at the end. Initially I have briefed my setup. My setup ======== Building Cross-toolchain for arm -- to be used for creating executables to be tested. -------------------------------- I have built a cross toolchain for arm. It includes mainly binary utilities, C compiler and libc.a i.e newlib ANSI C library. All the tools are prefixed with arm-elf-, say arm-elf-gcc,etc. Building GDB with simulator -- to be used by DejaGNU. --------------------------- I have built debugger and simulator for arm. It includes mainly binary utilities arm-elf-gdb and arm-elf-run. Setting DejaGNU, Expect and TCL -- to be used to create a testing framework ------------------------------- I have installed TCL, expect and Dejagnu and setup a testing environment. It includes mainly runtest.sh. Testsuite -- to be tested using DejaGNU framework. --------- I have GCC testsuite(version 3.4.4) which contains the directories starting with tool name i.e 'gcc' for --tool=gcc on runtest command of DejaGNU.Out of these directories,gcc.c-torture is an directory which consists of compile & execute subdirectories containing .c files & .exp files. For testing purpose I have scaled down this gcc testsuite for DejaGNU to run only the tests under the execute subdirectory of gcc.c-torture directory. Actual testing -------------- 1. I have set the "PATH" env variable to locate the following 1.a arm-elf-gcc -- the cross compiler for arm 1.b arm-elf-run -- the simulator for arm 1.c runtest.sh -- to invoke DejaGNU testing framework. 2. I have written a file site.exp present in the present working directory which contains following lines. set target_alias arm-elf set target_triplet arm-unknown-elf This was performed so that it gets the compiler & simulator. I have not modified any other script file in the DejaGNU folder. 3. I execute the following command from my testing directory. runtest --srcdir=/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite -- tool=gcc --debug -v -v -v -v --target_board=arm-sim Actual error ------------ There are the some of the errors that I got after executing runtest command. Some of the execute tests compile properly but all of them fail while executing on simulator. All the tests to be executed are either failed or kept Unresolved. I am attaching a log of it. Queries ======= 1. Why none of the tests execute on simulator even though the simulator is called properly? 2. Is the setup that I am using proper? 3. How can I execute these tests with arm simulator without any errors? Can anybody help me in resolving this problem by examining the detailed log file? Regards, Deepak. ------=_NextPart_000_004D_01C5AF22.131B6B00 Content-Type: application/octet-stream; name="gcc.log" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="gcc.log" Opening log files in .=0A= Test Run By deepakj on Thu Sep 1 17:19:41 2005=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= Target is arm-unknown-elf=0A= Host is i686-pc-linux-gnu=0A= =0A= =3D=3D=3D gcc tests =3D=3D=3D=0A= =0A= trap: setting up signal 15 ("SIGTERM") setting trap for SIGTERM to terminated=0A= trap: setting up signal 2 ("SIGINT") setting trap for SIGINT to interrupted by user=0A= trap: setting up signal 3 ("SIGQUIT") setting trap for SIGQUIT to interrupted by user=0A= trap: setting up signal 11 ("SIGSEGV") setting trap for SIGSEGV to segmentation violation=0A= hostname=3Dssl-linux=0A= dirlist is = /home/deepakj/testing/environment_setup/toolchain/t8.4.4t-e5.43.0e-d1.4.4= g/share/dejagnu/baseboards=0A= hostname=3Dssl-linux=0A= Looking for standard board description file for build = /home/deepakj/testing/environment_setup/toolchain/t8.4.4t-e5.43.0e-d1.4.4= g/share/dejagnu/baseboards/standard.exp=0A= Looking for board description file for build = /home/deepakj/testing/environment_setup/toolchain/t8.4.4t-e5.43.0e-d1.4.4= g/share/dejagnu/baseboards/ssl-linux.exp=0A= pushing config for build, name is ssl-linux=0A= hostname=3Dssl-linux=0A= dirlist is = /home/deepakj/testing/environment_setup/toolchain/t8.4.4t-e5.43.0e-d1.4.4= g/share/dejagnu/baseboards=0A= Looking for standard board description file for host = /home/deepakj/testing/environment_setup/toolchain/t8.4.4t-e5.43.0e-d1.4.4= g/share/dejagnu/baseboards/standard.exp=0A= Looking for board description file for host = /home/deepakj/testing/environment_setup/toolchain/t8.4.4t-e5.43.0e-d1.4.4= g/share/dejagnu/baseboards/ssl-linux.exp=0A= pushing config for host, name is ssl-linux=0A= target list is arm-sim=0A= Schedule of variations:=0A= arm-sim=0A= =0A= target is arm-sim=0A= Running target arm-sim=0A= hostname=3Dssl-linux=0A= Looking for tool-and-target-specific interface file = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/config/base-conf= ig.exp=0A= Looking for tool-and-target-specific interface file = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/../config/base-c= onfig.exp=0A= Looking for tool-and-target-specific interface file = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/../../config/bas= e-config.exp=0A= Looking for tool-and-target-specific interface file = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/../../../config/= base-config.exp=0A= dirlist is = /home/deepakj/testing/environment_setup/toolchain/t8.4.4t-e5.43.0e-d1.4.4= g/share/dejagnu/baseboards/ssl-linux = /home/deepakj/testing/environment_setup/toolchain/t8.4.4t-e5.43.0e-d1.4.4= g/share/dejagnu/baseboards=0A= hostname=3Dssl-linux=0A= Looking for standard board description file for target = /home/deepakj/testing/environment_setup/toolchain/t8.4.4t-e5.43.0e-d1.4.4= g/share/dejagnu/baseboards/ssl-linux/standard.exp=0A= Looking for standard board description file for target = /home/deepakj/testing/environment_setup/toolchain/t8.4.4t-e5.43.0e-d1.4.4= g/share/dejagnu/baseboards/standard.exp=0A= Looking for board description file for target = /home/deepakj/testing/environment_setup/toolchain/t8.4.4t-e5.43.0e-d1.4.4= g/share/dejagnu/baseboards/ssl-linux/arm-sim.exp=0A= Looking for board description file for target = /home/deepakj/testing/environment_setup/toolchain/t8.4.4t-e5.43.0e-d1.4.4= g/share/dejagnu/baseboards/arm-sim.exp=0A= Using = /home/deepakj/testing/environment_setup/toolchain/t8.4.4t-e5.43.0e-d1.4.4= g/share/dejagnu/baseboards/arm-sim.exp as board description file for = target.=0A= Looking for generic interface file for target = /home/deepakj/testing/environment_setup/toolchain/t8.4.4t-e5.43.0e-d1.4.4= g/share/dejagnu/config/sim.exp=0A= Using = /home/deepakj/testing/environment_setup/toolchain/t8.4.4t-e5.43.0e-d1.4.4= g/share/dejagnu/config/sim.exp as generic interface file for target.=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim obj_format =0A= getting arm-sim obj_format=0A= hostname=3Dssl-linux=0A= Looking for board description file for target = /home/deepakj/testing/environment_setup/toolchain/t8.4.4t-e5.43.0e-d1.4.4= g/share/dejagnu/baseboards/basic-sim.exp=0A= Using = /home/deepakj/testing/environment_setup/toolchain/t8.4.4t-e5.43.0e-d1.4.4= g/share/dejagnu/baseboards/basic-sim.exp as board description file for = target.=0A= board_info arm-sim exists sim=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= /home/deepakj/testing/testsuites/sim/arm/run=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux dirname /home/deepakj/testing/testsuites =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= /home/deepakj/testing/sim/arm/run=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux dirname /home/deepakj/testing =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= /home/deepakj/sim/arm/run=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux dirname /home/deepakj =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= /home/sim/arm/run=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux dirname /home =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= Using simulator arm-elf-run=0A= =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= /home/deepakj/testing/testsuites/xgcc=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux dirname /home/deepakj/testing/testsuites =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= /home/deepakj/testing/xgcc=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux dirname /home/deepakj/testing =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= /home/deepakj/xgcc=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux dirname /home/deepakj =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= /home/xgcc=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux dirname /home =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= /home/deepakj/testing/testsuites/gcc/xgcc=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux dirname /home/deepakj/testing/testsuites =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= /home/deepakj/testing/gcc/xgcc=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux dirname /home/deepakj/testing =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= /home/deepakj/gcc/xgcc=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux dirname /home/deepakj =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= /home/gcc/xgcc=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux dirname /home =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info host exists no_transform_name=0A= board_info arm-sim exists target_install=0A= board_info target exists target_install=0A= Transforming gcc to arm-elf-gcc=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info arm-sim exists multitop=0A= board_info arm-sim exists compiler=0A= board_info arm-sim compiler =0A= getting arm-sim compiler=0A= compiler is arm-elf-gcc=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /arm-elf=0A= GCC path is .=0A= No newlib support for this target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info arm-sim exists multitop=0A= board_info arm-sim multitop =0A= getting arm-sim multitop=0A= /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/libgloss/arm=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux dirname = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/libgloss/arm=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux dirname = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= /home/deepakj/testing/testsuites/gcc-3.4.4/libgloss/arm=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux dirname = /home/deepakj/testing/testsuites/gcc-3.4.4 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= /home/deepakj/testing/testsuites/libgloss/arm=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux dirname /home/deepakj/testing/testsuites =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= /home/deepakj/testing/testsuites/ld/ldscripts=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux dirname /home/deepakj/testing/testsuites =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= /home/deepakj/testing/ld/ldscripts=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux dirname /home/deepakj/testing =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= /home/deepakj/ld/ldscripts=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux dirname /home/deepakj =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= /home/ld/ldscripts=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux dirname /home =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info arm-sim exists multitop=0A= board_info arm-sim multitop =0A= getting arm-sim multitop=0A= Looking for = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /arm-elf/./newlib=0A= No newlib support for this target=0A= board_info arm-sim exists generic_name=0A= board_info arm-sim generic_name =0A= getting arm-sim generic_name=0A= Looking for tool-and-target-specific interface file = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/config/sim.exp=0A= Looking for tool-and-target-specific interface file = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/config/elf.exp=0A= Looking for tool-and-target-specific interface file = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/config/default.e= xp=0A= Using = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/config/default.e= xp as tool-and-target-specific interface file.=0A= Looking for library file ../lib/standard.exp=0A= Looking for library file = /home/deepakj/testing/environment_setup/toolchain/t8.4.4t-e5.43.0e-d1.4.4= g/share/dejagnu/standard.exp=0A= Loading = /home/deepakj/testing/environment_setup/toolchain/t8.4.4t-e5.43.0e-d1.4.4= g/share/dejagnu/standard.exp=0A= pushing config for target, name is arm-sim=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= Looking in /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite for = directories that match "gcc*"=0A= Found directory gcc.c-torture=0A= Looking in = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture = for directories that match "gcc*"=0A= Top level testsuite dirs are = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture=0A= Looking in = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture = for directories that match "*"=0A= Found directory compat=0A= Looking in = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/co= mpat for directories that match "*"=0A= Found directory compile=0A= Looking in = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/co= mpile for directories that match "*"=0A= Found directory execute=0A= Looking in = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute for directories that match "*"=0A= Found directory ieee=0A= Looking in = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee for directories that match "*"=0A= Found directory builtins=0A= Looking in = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins for directories that match "*"=0A= Ignoring directory lib=0A= Found directory unsorted=0A= Looking in = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/un= sorted for directories that match "*"=0A= Looking in = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/co= mpat=0A= Looking in = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/co= mpile=0A= Looking in = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute=0A= Adding = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/execute.exp to file list=0A= Looking in = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee=0A= Adding = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/ieee.exp to file list=0A= Looking in = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins=0A= Adding = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/builtins.exp to file list=0A= Looking in = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/un= sorted=0A= Looking in = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture=0A= Running = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/builtins.exp ...=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= /home/deepakj/testing/testsuites/xgcc=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux dirname /home/deepakj/testing/testsuites =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= /home/deepakj/testing/xgcc=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux dirname /home/deepakj/testing =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= /home/deepakj/xgcc=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux dirname /home/deepakj =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= /home/xgcc=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux dirname /home =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= /home/deepakj/testing/testsuites/gcc/xgcc=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux dirname /home/deepakj/testing/testsuites =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= /home/deepakj/testing/gcc/xgcc=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux dirname /home/deepakj/testing =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= /home/deepakj/gcc/xgcc=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux dirname /home/deepakj =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= /home/gcc/xgcc=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux dirname /home =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info host exists no_transform_name=0A= board_info target exists target_install=0A= Transforming gcc to arm-elf-gcc=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists wrap_m68k_aout=0A= board_info target exists uses_underscores=0A= board_info target exists is_vxworks=0A= board_info target exists wrap_compile_flags=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= board_info arm-sim compiler =0A= getting arm-sim compiler=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc -c -o /tmp/gcc-testglue.o = /home/deepakj/testing/environment_setup/toolchain/t8.4.4t-e5.43.0e-d1.4.4= g/share/dejagnu/testglue.c=0A= Executing on host: arm-elf-gcc -c -o /tmp/gcc-testglue.o = /home/deepakj/testing/environment_setup/toolchain/t8.4.4t-e5.43.0e-d1.4.4= g/share/dejagnu/testglue.c (timeout =3D 300)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= trap: setting up signal 11 ("SIGSEGV") trap: setting up signal 11 ("SIGSEGV") trap: setting up signal 11 ("SIGSEGV") trap: setting up signal 11 ("SIGSEGV") trap: setting up signal 11 ("SIGSEGV") trap: setting up signal 11 ("SIGSEGV") trap: setting up signal 11 ("SIGSEGV") trap: setting up signal 11 ("SIGSEGV") trap: setting up signal 11 ("SIGSEGV") trap: setting up signal 11 ("SIGSEGV") trap: setting up signal 11 ("SIGSEGV") trap: setting up signal 11 ("SIGSEGV") parent: waiting for sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {4458} pid is 4458 -4458=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no Assembler messages: FATAL: Can't create /tmp/gcc-testglue.o: Permission denied expect: does "Assembler messages:\r\nFATAL: Can't create = /tmp/gcc-testglue.o: Permission denied\r\n" (spawn_id exp7) match = regular expression ".+"? yes expect: set expect_out(0,string) "Assembler messages:\r\nFATAL: Can't = create /tmp/gcc-testglue.o: Permission denied\r\n" expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "Assembler messages:\r\nFATAL: Can't = create /tmp/gcc-testglue.o: Permission denied\r\n" expect: continuing expect expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 4458 exp7 0 1=0A= close result is 4458 exp7 0 1=0A= output is Assembler messages: FATAL: Can't create /tmp/gcc-testglue.o: Permission denied =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= compiler exited with status 1=0A= output is:=0A= Assembler messages: FATAL: Can't create /tmp/gcc-testglue.o: Permission denied =0A= Looking for library file ../lib/c-torture.exp=0A= Looking for library file = /home/deepakj/testing/environment_setup/toolchain/t8.4.4t-e5.43.0e-d1.4.4= g/share/dejagnu/c-torture.exp=0A= Looking for library file = /home/deepakj/testing/environment_setup/toolchain/t8.4.4t-e5.43.0e-d1.4.4= g/share/dejagnu/lib/c-torture.exp=0A= Looking for library file = /home/deepakj/testing/testsuites/gcc-3.4.4/dejagnu/lib/c-torture.exp=0A= Looking for library file = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/lib/c-torture.ex= p=0A= Loading = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/lib/c-torture.ex= p=0A= Looking for library file ../lib/file-format.exp=0A= Looking for library file = /home/deepakj/testing/environment_setup/toolchain/t8.4.4t-e5.43.0e-d1.4.4= g/share/dejagnu/file-format.exp=0A= Looking for library file = /home/deepakj/testing/environment_setup/toolchain/t8.4.4t-e5.43.0e-d1.4.4= g/share/dejagnu/lib/file-format.exp=0A= Looking for library file = /home/deepakj/testing/testsuites/gcc-3.4.4/dejagnu/lib/file-format.exp=0A= Looking for library file = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/lib/file-format.= exp=0A= Loading = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/lib/file-format.= exp=0A= Checking "powerpc-*-darwin*" against "arm-unknown-elf"=0A= Looking in = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins for directories that match "*"=0A= Ignoring directory lib=0A= Looking in = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins=0A= Adding = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/abs-1-lib.c to file list=0A= Adding = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/abs-1.c to file list=0A= Adding = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-1-lib.c to file list=0A= Adding = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-1.c to file list=0A= Adding = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-2-lib.c to file list=0A= Adding = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-2.c to file list=0A= Adding = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-3-lib.c to file list=0A= Adding = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-3.c to file list=0A= Adding = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-4-lib.c to file list=0A= Adding = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-4.c to file list=0A= Adding = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-5-lib.c to file list=0A= Adding = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-5.c to file list=0A= Adding = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-6-lib.c to file list=0A= Adding = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-6.c to file list=0A= Adding = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-7-lib.c to file list=0A= Adding = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-7.c to file list=0A= Adding = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-8-lib.c to file list=0A= Adding = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-8.c to file list=0A= Adding = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-9-lib.c to file list=0A= Adding = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-9.c to file list=0A= Adding = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-asm-1-lib.c to file list=0A= Adding = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-asm-1.c to file list=0A= Adding = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-asm-2-lib.c to file list=0A= Adding = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-asm-2.c to file list=0A= Using alternate driver abs-1.x=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/abs-1.x0 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/builtins/abs-1.c, -O0 =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/abs-1.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/abs-1-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O0 -fno-builtin-abs = -DSTACK_SIZE=3D16384 -lm -o /tmp/abs-1.x0=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/abs-1.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/abs-1-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O0 -fno-builtin-abs = -DSTACK_SIZE=3D16384 -lm -o /tmp/abs-1.x0 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {4465} pid is 4465 -4465=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 4465 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/builtins/abs-1.c compilation, -O0 =0A= board_info target exists no_long_long=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/abs-1.x0 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/abs-1.x0 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/abs-1.x0 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {4479} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/builtins/abs-1.c execution, -O0 =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/abs-1.x1 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/builtins/abs-1.c, -O1 =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/abs-1.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/abs-1-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O1 -fno-builtin-abs = -DSTACK_SIZE=3D16384 -lm -o /tmp/abs-1.x1=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/abs-1.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/abs-1-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O1 -fno-builtin-abs = -DSTACK_SIZE=3D16384 -lm -o /tmp/abs-1.x1 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {4483} pid is 4483 -4483=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 4483 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/builtins/abs-1.c compilation, -O1 =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/abs-1.x0 /tmp/abs-1.x1 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/abs-1.x1 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/abs-1.x1 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/abs-1.x1 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {4497} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/builtins/abs-1.c execution, -O1 =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/abs-1.x2 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/builtins/abs-1.c, -O2 =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/abs-1.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/abs-1-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O2 -fno-builtin-abs = -DSTACK_SIZE=3D16384 -lm -o /tmp/abs-1.x2=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/abs-1.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/abs-1-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O2 -fno-builtin-abs = -DSTACK_SIZE=3D16384 -lm -o /tmp/abs-1.x2 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {4501} pid is 4501 -4501=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 4501 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/builtins/abs-1.c compilation, -O2 =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/abs-1.x1 /tmp/abs-1.x2 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Executing on build: cmp /tmp/abs-1.x1 /tmp/abs-1.x2 (timeout =3D 300)=0A= calling is_remote build=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is build, not remote=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {4515} pid is 4515 -4515=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no /tmp/abs-1.x1 /tmp/abs-1.x2 differ: byte 33005, line 4 expect: does "/tmp/abs-1.x1 /tmp/abs-1.x2 differ: byte 33005, line = 4\r\n" (spawn_id exp7) match regular expression ".+"? yes expect: set expect_out(0,string) "/tmp/abs-1.x1 /tmp/abs-1.x2 differ: = byte 33005, line 4\r\n" expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "/tmp/abs-1.x1 /tmp/abs-1.x2 differ: byte = 33005, line 4\r\n" expect: continuing expect expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 4515 exp7 0 1=0A= close result is 4515 exp7 0 1=0A= output is /tmp/abs-1.x1 /tmp/abs-1.x2 differ: byte 33005, line 4 =0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/abs-1.x2 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/abs-1.x2 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/abs-1.x2 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {4518} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/builtins/abs-1.c execution, -O2 =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/abs-1.x3 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/builtins/abs-1.c, -O3 = -fomit-frame-pointer =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/abs-1.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/abs-1-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O3 -fomit-frame-pointer = -fno-builtin-abs -DSTACK_SIZE=3D16384 -lm -o /tmp/abs-1.x3=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/abs-1.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/abs-1-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O3 -fomit-frame-pointer = -fno-builtin-abs -DSTACK_SIZE=3D16384 -lm -o /tmp/abs-1.x3 = (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {4522} pid is 4522 -4522=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 4522 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/builtins/abs-1.c compilation, -O3 = -fomit-frame-pointer =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/abs-1.x2 /tmp/abs-1.x3 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/abs-1.x3 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/abs-1.x3 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/abs-1.x3 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {4536} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/builtins/abs-1.c execution, -O3 = -fomit-frame-pointer =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/abs-1.x4 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/builtins/abs-1.c, -O3 -g =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/abs-1.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/abs-1-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O3 -g -fno-builtin-abs = -DSTACK_SIZE=3D16384 -lm -o /tmp/abs-1.x4=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/abs-1.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/abs-1-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O3 -g -fno-builtin-abs = -DSTACK_SIZE=3D16384 -lm -o /tmp/abs-1.x4 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {4540} pid is 4540 -4540=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 4540 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/builtins/abs-1.c compilation, -O3 -g =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/abs-1.x3 /tmp/abs-1.x4 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/abs-1.x4 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/abs-1.x4 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/abs-1.x4 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {4554} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/builtins/abs-1.c execution, -O3 -g =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/abs-1.x5 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/builtins/abs-1.c, -Os =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/abs-1.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/abs-1-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -Os -fno-builtin-abs = -DSTACK_SIZE=3D16384 -lm -o /tmp/abs-1.x5=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/abs-1.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/abs-1-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -Os -fno-builtin-abs = -DSTACK_SIZE=3D16384 -lm -o /tmp/abs-1.x5 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {4558} pid is 4558 -4558=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 4558 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/builtins/abs-1.c compilation, -Os =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/abs-1.x4 /tmp/abs-1.x5 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/abs-1.x5 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/abs-1.x5 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/abs-1.x5 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {4572} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/builtins/abs-1.c execution, -Os =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/string-1.x0 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/builtins/string-1.c, -O0 =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-1.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-1-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O0 -DSTACK_SIZE=3D16384 -lm -o = /tmp/string-1.x0=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-1.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-1-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O0 -DSTACK_SIZE=3D16384 -lm -o = /tmp/string-1.x0 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {4575} pid is 4575 -4575=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no /tmp/ccYg0duc.o: In function `main_test': /tmp/ccYg0duc.o(.text+0x444): undefined reference to `__builtin_rindex' /tmp/ccYg0duc.o(.text+0x468): undefined reference to `__builtin_strrchr' collect2: ld returned 1 exit status expect: does "/tmp/ccYg0duc.o: In function = `main_test':\r\n/tmp/ccYg0duc.o(.text+0x444): undefined reference to = `__builtin_rindex'\r\n/tmp/ccYg0duc.o(.text+0x468): undefined reference = to `__builtin_strrchr'\r\ncollect2: ld returned 1 exit status\r\n" = (spawn_id exp7) match regular expression ".+"? yes expect: set expect_out(0,string) "/tmp/ccYg0duc.o: In function = `main_test':\r\n/tmp/ccYg0duc.o(.text+0x444): undefined reference to = `__builtin_rindex'\r\n/tmp/ccYg0duc.o(.text+0x468): undefined reference = to `__builtin_strrchr'\r\ncollect2: ld returned 1 exit status\r\n" expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "/tmp/ccYg0duc.o: In function = `main_test':\r\n/tmp/ccYg0duc.o(.text+0x444): undefined reference to = `__builtin_rindex'\r\n/tmp/ccYg0duc.o(.text+0x468): undefined reference = to `__builtin_strrchr'\r\ncollect2: ld returned 1 exit status\r\n" expect: continuing expect expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 4575 exp7 0 1=0A= close result is 4575 exp7 0 1=0A= output is /tmp/ccYg0duc.o: In function `main_test': /tmp/ccYg0duc.o(.text+0x444): undefined reference to `__builtin_rindex' /tmp/ccYg0duc.o(.text+0x468): undefined reference to `__builtin_strrchr' collect2: ld returned 1 exit status =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= compiler exited with status 1=0A= output is:=0A= /tmp/ccYg0duc.o: In function `main_test': /tmp/ccYg0duc.o(.text+0x444): undefined reference to `__builtin_rindex' /tmp/ccYg0duc.o(.text+0x468): undefined reference to `__builtin_strrchr' collect2: ld returned 1 exit status =0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= FAIL: gcc.c-torture/execute/builtins/string-1.c compilation, -O0 =0A= UNRESOLVED: gcc.c-torture/execute/builtins/string-1.c execution, -O0 =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/string-1.x0 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/string-1.x1 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/builtins/string-1.c, -O1 =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-1.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-1-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O1 -DSTACK_SIZE=3D16384 -lm -o = /tmp/string-1.x1=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-1.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-1-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O1 -DSTACK_SIZE=3D16384 -lm -o = /tmp/string-1.x1 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {4589} pid is 4589 -4589=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no /tmp/ccmMUIqi.o: In function `main_test': /tmp/ccmMUIqi.o(.text+0x30c): undefined reference to `__builtin_rindex' /tmp/ccmMUIqi.o(.text+0x328): undefined reference to `__builtin_strrchr' collect2: ld returned 1 exit status expect: does "/tmp/ccmMUIqi.o: In function = `main_test':\r\n/tmp/ccmMUIqi.o(.text+0x30c): undefined reference to = `__builtin_rindex'\r\n/tmp/ccmMUIqi.o(.text+0x328): undefined reference = to `__builtin_strrchr'\r\ncollect2: ld returned 1 exit status\r\n" = (spawn_id exp7) match regular expression ".+"? yes expect: set expect_out(0,string) "/tmp/ccmMUIqi.o: In function = `main_test':\r\n/tmp/ccmMUIqi.o(.text+0x30c): undefined reference to = `__builtin_rindex'\r\n/tmp/ccmMUIqi.o(.text+0x328): undefined reference = to `__builtin_strrchr'\r\ncollect2: ld returned 1 exit status\r\n" expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "/tmp/ccmMUIqi.o: In function = `main_test':\r\n/tmp/ccmMUIqi.o(.text+0x30c): undefined reference to = `__builtin_rindex'\r\n/tmp/ccmMUIqi.o(.text+0x328): undefined reference = to `__builtin_strrchr'\r\ncollect2: ld returned 1 exit status\r\n" expect: continuing expect expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 4589 exp7 0 1=0A= close result is 4589 exp7 0 1=0A= output is /tmp/ccmMUIqi.o: In function `main_test': /tmp/ccmMUIqi.o(.text+0x30c): undefined reference to `__builtin_rindex' /tmp/ccmMUIqi.o(.text+0x328): undefined reference to `__builtin_strrchr' collect2: ld returned 1 exit status =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= compiler exited with status 1=0A= output is:=0A= /tmp/ccmMUIqi.o: In function `main_test': /tmp/ccmMUIqi.o(.text+0x30c): undefined reference to `__builtin_rindex' /tmp/ccmMUIqi.o(.text+0x328): undefined reference to `__builtin_strrchr' collect2: ld returned 1 exit status =0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= FAIL: gcc.c-torture/execute/builtins/string-1.c compilation, -O1 =0A= UNRESOLVED: gcc.c-torture/execute/builtins/string-1.c execution, -O1 =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/string-1.x1 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/string-1.x2 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/builtins/string-1.c, -O2 =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-1.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-1-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O2 -DSTACK_SIZE=3D16384 -lm -o = /tmp/string-1.x2=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-1.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-1-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O2 -DSTACK_SIZE=3D16384 -lm -o = /tmp/string-1.x2 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {4603} pid is 4603 -4603=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no /tmp/ccl75eBw.o: In function `main_test': /tmp/ccl75eBw.o(.text+0x2ec): undefined reference to `__builtin_rindex' /tmp/ccl75eBw.o(.text+0x308): undefined reference to `__builtin_strrchr' collect2: ld returned 1 exit status expect: does "/tmp/ccl75eBw.o: In function = `main_test':\r\n/tmp/ccl75eBw.o(.text+0x2ec): undefined reference to = `__builtin_rindex'\r\n/tmp/ccl75eBw.o(.text+0x308): undefined reference = to `__builtin_strrchr'\r\ncollect2: ld returned 1 exit status\r\n" = (spawn_id exp7) match regular expression ".+"? yes expect: set expect_out(0,string) "/tmp/ccl75eBw.o: In function = `main_test':\r\n/tmp/ccl75eBw.o(.text+0x2ec): undefined reference to = `__builtin_rindex'\r\n/tmp/ccl75eBw.o(.text+0x308): undefined reference = to `__builtin_strrchr'\r\ncollect2: ld returned 1 exit status\r\n" expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "/tmp/ccl75eBw.o: In function = `main_test':\r\n/tmp/ccl75eBw.o(.text+0x2ec): undefined reference to = `__builtin_rindex'\r\n/tmp/ccl75eBw.o(.text+0x308): undefined reference = to `__builtin_strrchr'\r\ncollect2: ld returned 1 exit status\r\n" expect: continuing expect expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 4603 exp7 0 1=0A= close result is 4603 exp7 0 1=0A= output is /tmp/ccl75eBw.o: In function `main_test': /tmp/ccl75eBw.o(.text+0x2ec): undefined reference to `__builtin_rindex' /tmp/ccl75eBw.o(.text+0x308): undefined reference to `__builtin_strrchr' collect2: ld returned 1 exit status =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= compiler exited with status 1=0A= output is:=0A= /tmp/ccl75eBw.o: In function `main_test': /tmp/ccl75eBw.o(.text+0x2ec): undefined reference to `__builtin_rindex' /tmp/ccl75eBw.o(.text+0x308): undefined reference to `__builtin_strrchr' collect2: ld returned 1 exit status =0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= FAIL: gcc.c-torture/execute/builtins/string-1.c compilation, -O2 =0A= UNRESOLVED: gcc.c-torture/execute/builtins/string-1.c execution, -O2 =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/string-1.x2 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/string-1.x3 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/builtins/string-1.c, -O3 = -fomit-frame-pointer =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-1.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-1-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O3 -fomit-frame-pointer = -DSTACK_SIZE=3D16384 -lm -o /tmp/string-1.x3=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-1.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-1-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O3 -fomit-frame-pointer = -DSTACK_SIZE=3D16384 -lm -o /tmp/string-1.x3 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {4617} pid is 4617 -4617=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no /tmp/ccH4zNwD.o: In function `main_test': /tmp/ccH4zNwD.o(.text+0x2e4): undefined reference to `__builtin_rindex' /tmp/ccH4zNwD.o(.text+0x300): undefined reference to `__builtin_strrchr' collect2: ld returned 1 exit status expect: does "/tmp/ccH4zNwD.o: In function = `main_test':\r\n/tmp/ccH4zNwD.o(.text+0x2e4): undefined reference to = `__builtin_rindex'\r\n/tmp/ccH4zNwD.o(.text+0x300): undefined reference = to `__builtin_strrchr'\r\ncollect2: ld returned 1 exit status\r\n" = (spawn_id exp7) match regular expression ".+"? yes expect: set expect_out(0,string) "/tmp/ccH4zNwD.o: In function = `main_test':\r\n/tmp/ccH4zNwD.o(.text+0x2e4): undefined reference to = `__builtin_rindex'\r\n/tmp/ccH4zNwD.o(.text+0x300): undefined reference = to `__builtin_strrchr'\r\ncollect2: ld returned 1 exit status\r\n" expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "/tmp/ccH4zNwD.o: In function = `main_test':\r\n/tmp/ccH4zNwD.o(.text+0x2e4): undefined reference to = `__builtin_rindex'\r\n/tmp/ccH4zNwD.o(.text+0x300): undefined reference = to `__builtin_strrchr'\r\ncollect2: ld returned 1 exit status\r\n" expect: continuing expect expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 4617 exp7 0 1=0A= close result is 4617 exp7 0 1=0A= output is /tmp/ccH4zNwD.o: In function `main_test': /tmp/ccH4zNwD.o(.text+0x2e4): undefined reference to `__builtin_rindex' /tmp/ccH4zNwD.o(.text+0x300): undefined reference to `__builtin_strrchr' collect2: ld returned 1 exit status =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= compiler exited with status 1=0A= output is:=0A= /tmp/ccH4zNwD.o: In function `main_test': /tmp/ccH4zNwD.o(.text+0x2e4): undefined reference to `__builtin_rindex' /tmp/ccH4zNwD.o(.text+0x300): undefined reference to `__builtin_strrchr' collect2: ld returned 1 exit status =0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= FAIL: gcc.c-torture/execute/builtins/string-1.c compilation, -O3 = -fomit-frame-pointer =0A= UNRESOLVED: gcc.c-torture/execute/builtins/string-1.c execution, -O3 = -fomit-frame-pointer =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/string-1.x3 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/string-1.x4 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/builtins/string-1.c, -O3 -g =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-1.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-1-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O3 -g -DSTACK_SIZE=3D16384 -lm = -o /tmp/string-1.x4=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-1.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-1-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O3 -g -DSTACK_SIZE=3D16384 -lm = -o /tmp/string-1.x4 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {4631} pid is 4631 -4631=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no /tmp/ccN41jMf.o: In function `main_test': /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-1.c:79: undefined reference to `__builtin_rindex' /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-1.c:81: undefined reference to `__builtin_strrchr' collect2: ld returned 1 exit status expect: does "/tmp/ccN41jMf.o: In function = `main_test':\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/builtins/string-1.c:79: undefined reference to = `__builtin_rindex'\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/test= suite/gcc.c-torture/execute/builtins/string-1.c:81: undefined reference = to `__builtin_strrchr'\r\ncollect2: ld returned 1 exit status\r\n" = (spawn_id exp7) match regular expression ".+"? yes expect: set expect_out(0,string) "/tmp/ccN41jMf.o: In function = `main_test':\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/builtins/string-1.c:79: undefined reference to = `__builtin_rindex'\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/test= suite/gcc.c-torture/execute/builtins/string-1.c:81: undefined reference = to `__builtin_strrchr'\r\ncollect2: ld returned 1 exit status\r\n" expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "/tmp/ccN41jMf.o: In function = `main_test':\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/builtins/string-1.c:79: undefined reference to = `__builtin_rindex'\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/test= suite/gcc.c-torture/execute/builtins/string-1.c:81: undefined reference = to `__builtin_strrchr'\r\ncollect2: ld returned 1 exit status\r\n" expect: continuing expect expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 4631 exp7 0 1=0A= close result is 4631 exp7 0 1=0A= output is /tmp/ccN41jMf.o: In function `main_test': /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-1.c:79: undefined reference to `__builtin_rindex' /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-1.c:81: undefined reference to `__builtin_strrchr' collect2: ld returned 1 exit status =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= compiler exited with status 1=0A= output is:=0A= /tmp/ccN41jMf.o: In function `main_test': /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-1.c:79: undefined reference to `__builtin_rindex' /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-1.c:81: undefined reference to `__builtin_strrchr' collect2: ld returned 1 exit status =0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= FAIL: gcc.c-torture/execute/builtins/string-1.c compilation, -O3 -g =0A= UNRESOLVED: gcc.c-torture/execute/builtins/string-1.c execution, -O3 -g =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/string-1.x4 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/string-1.x5 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/builtins/string-1.c, -Os =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-1.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-1-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -Os -DSTACK_SIZE=3D16384 -lm -o = /tmp/string-1.x5=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-1.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-1-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -Os -DSTACK_SIZE=3D16384 -lm -o = /tmp/string-1.x5 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {4645} pid is 4645 -4645=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no /tmp/ccLEg7XP.o: In function `main_test': /tmp/ccLEg7XP.o(.text+0x2e4): undefined reference to `__builtin_rindex' /tmp/ccLEg7XP.o(.text+0x300): undefined reference to `__builtin_strrchr' collect2: ld returned 1 exit status expect: does "/tmp/ccLEg7XP.o: In function = `main_test':\r\n/tmp/ccLEg7XP.o(.text+0x2e4): undefined reference to = `__builtin_rindex'\r\n/tmp/ccLEg7XP.o(.text+0x300): undefined reference = to `__builtin_strrchr'\r\ncollect2: ld returned 1 exit status\r\n" = (spawn_id exp7) match regular expression ".+"? yes expect: set expect_out(0,string) "/tmp/ccLEg7XP.o: In function = `main_test':\r\n/tmp/ccLEg7XP.o(.text+0x2e4): undefined reference to = `__builtin_rindex'\r\n/tmp/ccLEg7XP.o(.text+0x300): undefined reference = to `__builtin_strrchr'\r\ncollect2: ld returned 1 exit status\r\n" expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "/tmp/ccLEg7XP.o: In function = `main_test':\r\n/tmp/ccLEg7XP.o(.text+0x2e4): undefined reference to = `__builtin_rindex'\r\n/tmp/ccLEg7XP.o(.text+0x300): undefined reference = to `__builtin_strrchr'\r\ncollect2: ld returned 1 exit status\r\n" expect: continuing expect expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 4645 exp7 0 1=0A= close result is 4645 exp7 0 1=0A= output is /tmp/ccLEg7XP.o: In function `main_test': /tmp/ccLEg7XP.o(.text+0x2e4): undefined reference to `__builtin_rindex' /tmp/ccLEg7XP.o(.text+0x300): undefined reference to `__builtin_strrchr' collect2: ld returned 1 exit status =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= compiler exited with status 1=0A= output is:=0A= /tmp/ccLEg7XP.o: In function `main_test': /tmp/ccLEg7XP.o(.text+0x2e4): undefined reference to `__builtin_rindex' /tmp/ccLEg7XP.o(.text+0x300): undefined reference to `__builtin_strrchr' collect2: ld returned 1 exit status =0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= FAIL: gcc.c-torture/execute/builtins/string-1.c compilation, -Os =0A= UNRESOLVED: gcc.c-torture/execute/builtins/string-1.c execution, -Os =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/string-1.x5 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/string-2.x0 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/builtins/string-2.c, -O0 =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-2.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-2-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O0 -DSTACK_SIZE=3D16384 -lm -o = /tmp/string-2.x0=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-2.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-2-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O0 -DSTACK_SIZE=3D16384 -lm -o = /tmp/string-2.x0 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {4659} pid is 4659 -4659=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no /tmp/ccfPHRn8.o: In function `main_test': /tmp/ccfPHRn8.o(.text+0xcc): undefined reference to `__builtin_strchr' /tmp/ccfPHRn8.o(.text+0xf0): undefined reference to `__builtin_index' collect2: ld returned 1 exit status expect: does "/tmp/ccfPHRn8.o: In function = `main_test':\r\n/tmp/ccfPHRn8.o(.text+0xcc): undefined reference to = `__builtin_strchr'\r\n/tmp/ccfPHRn8.o(.text+0xf0): undefined reference = to `__builtin_index'\r\ncollect2: ld returned 1 exit status\r\n" = (spawn_id exp7) match regular expression ".+"? yes expect: set expect_out(0,string) "/tmp/ccfPHRn8.o: In function = `main_test':\r\n/tmp/ccfPHRn8.o(.text+0xcc): undefined reference to = `__builtin_strchr'\r\n/tmp/ccfPHRn8.o(.text+0xf0): undefined reference = to `__builtin_index'\r\ncollect2: ld returned 1 exit status\r\n" expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "/tmp/ccfPHRn8.o: In function = `main_test':\r\n/tmp/ccfPHRn8.o(.text+0xcc): undefined reference to = `__builtin_strchr'\r\n/tmp/ccfPHRn8.o(.text+0xf0): undefined reference = to `__builtin_index'\r\ncollect2: ld returned 1 exit status\r\n" expect: continuing expect expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 4659 exp7 0 1=0A= close result is 4659 exp7 0 1=0A= output is /tmp/ccfPHRn8.o: In function `main_test': /tmp/ccfPHRn8.o(.text+0xcc): undefined reference to `__builtin_strchr' /tmp/ccfPHRn8.o(.text+0xf0): undefined reference to `__builtin_index' collect2: ld returned 1 exit status =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= compiler exited with status 1=0A= output is:=0A= /tmp/ccfPHRn8.o: In function `main_test': /tmp/ccfPHRn8.o(.text+0xcc): undefined reference to `__builtin_strchr' /tmp/ccfPHRn8.o(.text+0xf0): undefined reference to `__builtin_index' collect2: ld returned 1 exit status =0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= FAIL: gcc.c-torture/execute/builtins/string-2.c compilation, -O0 =0A= UNRESOLVED: gcc.c-torture/execute/builtins/string-2.c execution, -O0 =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/string-2.x0 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/string-2.x1 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/builtins/string-2.c, -O1 =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-2.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-2-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O1 -DSTACK_SIZE=3D16384 -lm -o = /tmp/string-2.x1=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-2.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-2-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O1 -DSTACK_SIZE=3D16384 -lm -o = /tmp/string-2.x1 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {4673} pid is 4673 -4673=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no /tmp/cctTjnLo.o: In function `main_test': /tmp/cctTjnLo.o(.text+0x98): undefined reference to `__builtin_strchr' /tmp/cctTjnLo.o(.text+0xb4): undefined reference to `__builtin_index' collect2: ld returned 1 exit status expect: does "/tmp/cctTjnLo.o: In function = `main_test':\r\n/tmp/cctTjnLo.o(.text+0x98): undefined reference to = `__builtin_strchr'\r\n/tmp/cctTjnLo.o(.text+0xb4): undefined reference = to `__builtin_index'\r\ncollect2: ld returned 1 exit status\r\n" = (spawn_id exp7) match regular expression ".+"? yes expect: set expect_out(0,string) "/tmp/cctTjnLo.o: In function = `main_test':\r\n/tmp/cctTjnLo.o(.text+0x98): undefined reference to = `__builtin_strchr'\r\n/tmp/cctTjnLo.o(.text+0xb4): undefined reference = to `__builtin_index'\r\ncollect2: ld returned 1 exit status\r\n" expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "/tmp/cctTjnLo.o: In function = `main_test':\r\n/tmp/cctTjnLo.o(.text+0x98): undefined reference to = `__builtin_strchr'\r\n/tmp/cctTjnLo.o(.text+0xb4): undefined reference = to `__builtin_index'\r\ncollect2: ld returned 1 exit status\r\n" expect: continuing expect expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 4673 exp7 0 1=0A= close result is 4673 exp7 0 1=0A= output is /tmp/cctTjnLo.o: In function `main_test': /tmp/cctTjnLo.o(.text+0x98): undefined reference to `__builtin_strchr' /tmp/cctTjnLo.o(.text+0xb4): undefined reference to `__builtin_index' collect2: ld returned 1 exit status =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= compiler exited with status 1=0A= output is:=0A= /tmp/cctTjnLo.o: In function `main_test': /tmp/cctTjnLo.o(.text+0x98): undefined reference to `__builtin_strchr' /tmp/cctTjnLo.o(.text+0xb4): undefined reference to `__builtin_index' collect2: ld returned 1 exit status =0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= FAIL: gcc.c-torture/execute/builtins/string-2.c compilation, -O1 =0A= UNRESOLVED: gcc.c-torture/execute/builtins/string-2.c execution, -O1 =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/string-2.x1 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/string-2.x2 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/builtins/string-2.c, -O2 =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-2.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-2-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O2 -DSTACK_SIZE=3D16384 -lm -o = /tmp/string-2.x2=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-2.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-2-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O2 -DSTACK_SIZE=3D16384 -lm -o = /tmp/string-2.x2 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {4687} pid is 4687 -4687=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no /tmp/ccn3JM7r.o: In function `main_test': /tmp/ccn3JM7r.o(.text+0xa0): undefined reference to `__builtin_strchr' /tmp/ccn3JM7r.o(.text+0xbc): undefined reference to `__builtin_index' collect2: ld returned 1 exit status expect: does "/tmp/ccn3JM7r.o: In function = `main_test':\r\n/tmp/ccn3JM7r.o(.text+0xa0): undefined reference to = `__builtin_strchr'\r\n/tmp/ccn3JM7r.o(.text+0xbc): undefined reference = to `__builtin_index'\r\ncollect2: ld returned 1 exit status\r\n" = (spawn_id exp7) match regular expression ".+"? yes expect: set expect_out(0,string) "/tmp/ccn3JM7r.o: In function = `main_test':\r\n/tmp/ccn3JM7r.o(.text+0xa0): undefined reference to = `__builtin_strchr'\r\n/tmp/ccn3JM7r.o(.text+0xbc): undefined reference = to `__builtin_index'\r\ncollect2: ld returned 1 exit status\r\n" expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "/tmp/ccn3JM7r.o: In function = `main_test':\r\n/tmp/ccn3JM7r.o(.text+0xa0): undefined reference to = `__builtin_strchr'\r\n/tmp/ccn3JM7r.o(.text+0xbc): undefined reference = to `__builtin_index'\r\ncollect2: ld returned 1 exit status\r\n" expect: continuing expect expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 4687 exp7 0 1=0A= close result is 4687 exp7 0 1=0A= output is /tmp/ccn3JM7r.o: In function `main_test': /tmp/ccn3JM7r.o(.text+0xa0): undefined reference to `__builtin_strchr' /tmp/ccn3JM7r.o(.text+0xbc): undefined reference to `__builtin_index' collect2: ld returned 1 exit status =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= compiler exited with status 1=0A= output is:=0A= /tmp/ccn3JM7r.o: In function `main_test': /tmp/ccn3JM7r.o(.text+0xa0): undefined reference to `__builtin_strchr' /tmp/ccn3JM7r.o(.text+0xbc): undefined reference to `__builtin_index' collect2: ld returned 1 exit status =0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= FAIL: gcc.c-torture/execute/builtins/string-2.c compilation, -O2 =0A= UNRESOLVED: gcc.c-torture/execute/builtins/string-2.c execution, -O2 =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/string-2.x2 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/string-2.x3 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/builtins/string-2.c, -O3 = -fomit-frame-pointer =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-2.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-2-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O3 -fomit-frame-pointer = -DSTACK_SIZE=3D16384 -lm -o /tmp/string-2.x3=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-2.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-2-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O3 -fomit-frame-pointer = -DSTACK_SIZE=3D16384 -lm -o /tmp/string-2.x3 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {4701} pid is 4701 -4701=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no /tmp/ccvcukTI.o: In function `main_test': /tmp/ccvcukTI.o(.text+0x98): undefined reference to `__builtin_strchr' /tmp/ccvcukTI.o(.text+0xb4): undefined reference to `__builtin_index' collect2: ld returned 1 exit status expect: does "/tmp/ccvcukTI.o: In function = `main_test':\r\n/tmp/ccvcukTI.o(.text+0x98): undefined reference to = `__builtin_strchr'\r\n/tmp/ccvcukTI.o(.text+0xb4): undefined reference = to `__builtin_index'\r\ncollect2: ld returned 1 exit status\r\n" = (spawn_id exp7) match regular expression ".+"? yes expect: set expect_out(0,string) "/tmp/ccvcukTI.o: In function = `main_test':\r\n/tmp/ccvcukTI.o(.text+0x98): undefined reference to = `__builtin_strchr'\r\n/tmp/ccvcukTI.o(.text+0xb4): undefined reference = to `__builtin_index'\r\ncollect2: ld returned 1 exit status\r\n" expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "/tmp/ccvcukTI.o: In function = `main_test':\r\n/tmp/ccvcukTI.o(.text+0x98): undefined reference to = `__builtin_strchr'\r\n/tmp/ccvcukTI.o(.text+0xb4): undefined reference = to `__builtin_index'\r\ncollect2: ld returned 1 exit status\r\n" expect: continuing expect expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 4701 exp7 0 1=0A= close result is 4701 exp7 0 1=0A= output is /tmp/ccvcukTI.o: In function `main_test': /tmp/ccvcukTI.o(.text+0x98): undefined reference to `__builtin_strchr' /tmp/ccvcukTI.o(.text+0xb4): undefined reference to `__builtin_index' collect2: ld returned 1 exit status =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= compiler exited with status 1=0A= output is:=0A= /tmp/ccvcukTI.o: In function `main_test': /tmp/ccvcukTI.o(.text+0x98): undefined reference to `__builtin_strchr' /tmp/ccvcukTI.o(.text+0xb4): undefined reference to `__builtin_index' collect2: ld returned 1 exit status =0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= FAIL: gcc.c-torture/execute/builtins/string-2.c compilation, -O3 = -fomit-frame-pointer =0A= UNRESOLVED: gcc.c-torture/execute/builtins/string-2.c execution, -O3 = -fomit-frame-pointer =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/string-2.x3 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/string-2.x4 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/builtins/string-2.c, -O3 -g =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-2.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-2-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O3 -g -DSTACK_SIZE=3D16384 -lm = -o /tmp/string-2.x4=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-2.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-2-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O3 -g -DSTACK_SIZE=3D16384 -lm = -o /tmp/string-2.x4 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {4715} pid is 4715 -4715=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no /tmp/ccfPz8cV.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/builtins/string-2.c:32: undefined reference to = `__builtin_strchr' /tmp/ccfPz8cV.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/builtins/string-2.c:34: undefined reference to = `__builtin_index' collect2: ld returned 1 exit status expect: does = "/tmp/ccfPz8cV.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite= /gcc.c-torture/execute/builtins/string-2.c:32: undefined reference to = `__builtin_strchr'\r\n/tmp/ccfPz8cV.o:/home/deepakj/testing/testsuites/gc= c-3.4.4/gcc/testsuite/gcc.c-torture/execute/builtins/string-2.c:34: = undefined reference to `__builtin_index'\r\ncollect2: ld returned 1 exit = status\r\n" (spawn_id exp7) match regular expression ".+"? yes expect: set expect_out(0,string) = "/tmp/ccfPz8cV.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite= /gcc.c-torture/execute/builtins/string-2.c:32: undefined reference to = `__builtin_strchr'\r\n/tmp/ccfPz8cV.o:/home/deepakj/testing/testsuites/gc= c-3.4.4/gcc/testsuite/gcc.c-torture/execute/builtins/string-2.c:34: = undefined reference to `__builtin_index'\r\ncollect2: ld returned 1 exit = status\r\n" expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) = "/tmp/ccfPz8cV.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite= /gcc.c-torture/execute/builtins/string-2.c:32: undefined reference to = `__builtin_strchr'\r\n/tmp/ccfPz8cV.o:/home/deepakj/testing/testsuites/gc= c-3.4.4/gcc/testsuite/gcc.c-torture/execute/builtins/string-2.c:34: = undefined reference to `__builtin_index'\r\ncollect2: ld returned 1 exit = status\r\n" expect: continuing expect expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 4715 exp7 0 1=0A= close result is 4715 exp7 0 1=0A= output is = /tmp/ccfPz8cV.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/builtins/string-2.c:32: undefined reference to = `__builtin_strchr' /tmp/ccfPz8cV.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/builtins/string-2.c:34: undefined reference to = `__builtin_index' collect2: ld returned 1 exit status =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= compiler exited with status 1=0A= output is:=0A= /tmp/ccfPz8cV.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/builtins/string-2.c:32: undefined reference to = `__builtin_strchr' /tmp/ccfPz8cV.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/builtins/string-2.c:34: undefined reference to = `__builtin_index' collect2: ld returned 1 exit status =0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= FAIL: gcc.c-torture/execute/builtins/string-2.c compilation, -O3 -g =0A= UNRESOLVED: gcc.c-torture/execute/builtins/string-2.c execution, -O3 -g =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/string-2.x4 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/string-2.x5 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/builtins/string-2.c, -Os =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-2.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-2-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -Os -DSTACK_SIZE=3D16384 -lm -o = /tmp/string-2.x5=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-2.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-2-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -Os -DSTACK_SIZE=3D16384 -lm -o = /tmp/string-2.x5 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {4729} pid is 4729 -4729=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no /tmp/cc7nnbY5.o: In function `main_test': /tmp/cc7nnbY5.o(.text+0xa0): undefined reference to `__builtin_strchr' /tmp/cc7nnbY5.o(.text+0xbc): undefined reference to `__builtin_index' collect2: ld returned 1 exit status expect: does "/tmp/cc7nnbY5.o: In function = `main_test':\r\n/tmp/cc7nnbY5.o(.text+0xa0): undefined reference to = `__builtin_strchr'\r\n/tmp/cc7nnbY5.o(.text+0xbc): undefined reference = to `__builtin_index'\r\ncollect2: ld returned 1 exit status\r\n" = (spawn_id exp7) match regular expression ".+"? yes expect: set expect_out(0,string) "/tmp/cc7nnbY5.o: In function = `main_test':\r\n/tmp/cc7nnbY5.o(.text+0xa0): undefined reference to = `__builtin_strchr'\r\n/tmp/cc7nnbY5.o(.text+0xbc): undefined reference = to `__builtin_index'\r\ncollect2: ld returned 1 exit status\r\n" expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "/tmp/cc7nnbY5.o: In function = `main_test':\r\n/tmp/cc7nnbY5.o(.text+0xa0): undefined reference to = `__builtin_strchr'\r\n/tmp/cc7nnbY5.o(.text+0xbc): undefined reference = to `__builtin_index'\r\ncollect2: ld returned 1 exit status\r\n" expect: continuing expect expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 4729 exp7 0 1=0A= close result is 4729 exp7 0 1=0A= output is /tmp/cc7nnbY5.o: In function `main_test': /tmp/cc7nnbY5.o(.text+0xa0): undefined reference to `__builtin_strchr' /tmp/cc7nnbY5.o(.text+0xbc): undefined reference to `__builtin_index' collect2: ld returned 1 exit status =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= compiler exited with status 1=0A= output is:=0A= /tmp/cc7nnbY5.o: In function `main_test': /tmp/cc7nnbY5.o(.text+0xa0): undefined reference to `__builtin_strchr' /tmp/cc7nnbY5.o(.text+0xbc): undefined reference to `__builtin_index' collect2: ld returned 1 exit status =0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= FAIL: gcc.c-torture/execute/builtins/string-2.c compilation, -Os =0A= UNRESOLVED: gcc.c-torture/execute/builtins/string-2.c execution, -Os =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/string-2.x5 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/string-3.x0 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/builtins/string-3.c, -O0 =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-3.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-3-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O0 -DSTACK_SIZE=3D16384 -lm -o = /tmp/string-3.x0=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-3.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-3-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O0 -DSTACK_SIZE=3D16384 -lm -o = /tmp/string-3.x0 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {4744} pid is 4744 -4744=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 4744 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/builtins/string-3.c compilation, -O0 =0A= board_info target exists no_long_long=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/string-3.x0 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/string-3.x0 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/string-3.x0 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {4758} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/builtins/string-3.c execution, -O0 =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/string-3.x1 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/builtins/string-3.c, -O1 =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-3.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-3-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O1 -DSTACK_SIZE=3D16384 -lm -o = /tmp/string-3.x1=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-3.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-3-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O1 -DSTACK_SIZE=3D16384 -lm -o = /tmp/string-3.x1 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {4762} pid is 4762 -4762=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 4762 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/builtins/string-3.c compilation, -O1 =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/string-3.x0 /tmp/string-3.x1 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/string-3.x1 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/string-3.x1 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/string-3.x1 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {4776} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/builtins/string-3.c execution, -O1 =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/string-3.x2 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/builtins/string-3.c, -O2 =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-3.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-3-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O2 -DSTACK_SIZE=3D16384 -lm -o = /tmp/string-3.x2=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-3.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-3-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O2 -DSTACK_SIZE=3D16384 -lm -o = /tmp/string-3.x2 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {4780} pid is 4780 -4780=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 4780 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/builtins/string-3.c compilation, -O2 =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/string-3.x1 /tmp/string-3.x2 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/string-3.x2 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/string-3.x2 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/string-3.x2 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {4794} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/builtins/string-3.c execution, -O2 =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/string-3.x3 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/builtins/string-3.c, -O3 = -fomit-frame-pointer =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-3.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-3-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O3 -fomit-frame-pointer = -DSTACK_SIZE=3D16384 -lm -o /tmp/string-3.x3=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-3.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-3-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O3 -fomit-frame-pointer = -DSTACK_SIZE=3D16384 -lm -o /tmp/string-3.x3 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {4798} pid is 4798 -4798=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 4798 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/builtins/string-3.c compilation, -O3 = -fomit-frame-pointer =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/string-3.x2 /tmp/string-3.x3 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/string-3.x3 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/string-3.x3 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/string-3.x3 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {4812} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/builtins/string-3.c execution, -O3 = -fomit-frame-pointer =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/string-3.x4 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/builtins/string-3.c, -O3 -g =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-3.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-3-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O3 -g -DSTACK_SIZE=3D16384 -lm = -o /tmp/string-3.x4=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-3.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-3-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O3 -g -DSTACK_SIZE=3D16384 -lm = -o /tmp/string-3.x4 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {4816} pid is 4816 -4816=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 4816 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/builtins/string-3.c compilation, -O3 -g =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/string-3.x3 /tmp/string-3.x4 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/string-3.x4 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/string-3.x4 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/string-3.x4 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {4830} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/builtins/string-3.c execution, -O3 -g =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/string-3.x5 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/builtins/string-3.c, -Os =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-3.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-3-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -Os -DSTACK_SIZE=3D16384 -lm -o = /tmp/string-3.x5=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-3.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-3-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -Os -DSTACK_SIZE=3D16384 -lm -o = /tmp/string-3.x5 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {4834} pid is 4834 -4834=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 4834 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/builtins/string-3.c compilation, -Os =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/string-3.x4 /tmp/string-3.x5 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/string-3.x5 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/string-3.x5 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/string-3.x5 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {4848} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/builtins/string-3.c execution, -Os =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/string-4.x0 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/builtins/string-4.c, -O0 =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-4.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-4-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O0 -DSTACK_SIZE=3D16384 -lm -o = /tmp/string-4.x0=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-4.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-4-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O0 -DSTACK_SIZE=3D16384 -lm -o = /tmp/string-4.x0 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {4851} pid is 4851 -4851=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no /tmp/cc8wxuu5.o: In function `main_test': /tmp/cc8wxuu5.o(.text+0x3a0): undefined reference to `__builtin_stpcpy' /tmp/cc8wxuu5.o(.text+0x48c): undefined reference to `__builtin_mempcpy' collect2: ld returned 1 exit status expect: does "/tmp/cc8wxuu5.o: In function = `main_test':\r\n/tmp/cc8wxuu5.o(.text+0x3a0): undefined reference to = `__builtin_stpcpy'\r\n/tmp/cc8wxuu5.o(.text+0x48c): undefined reference = to `__builtin_mempcpy'\r\ncollect2: ld returned 1 exit status\r\n" = (spawn_id exp7) match regular expression ".+"? yes expect: set expect_out(0,string) "/tmp/cc8wxuu5.o: In function = `main_test':\r\n/tmp/cc8wxuu5.o(.text+0x3a0): undefined reference to = `__builtin_stpcpy'\r\n/tmp/cc8wxuu5.o(.text+0x48c): undefined reference = to `__builtin_mempcpy'\r\ncollect2: ld returned 1 exit status\r\n" expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "/tmp/cc8wxuu5.o: In function = `main_test':\r\n/tmp/cc8wxuu5.o(.text+0x3a0): undefined reference to = `__builtin_stpcpy'\r\n/tmp/cc8wxuu5.o(.text+0x48c): undefined reference = to `__builtin_mempcpy'\r\ncollect2: ld returned 1 exit status\r\n" expect: continuing expect expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 4851 exp7 0 1=0A= close result is 4851 exp7 0 1=0A= output is /tmp/cc8wxuu5.o: In function `main_test': /tmp/cc8wxuu5.o(.text+0x3a0): undefined reference to `__builtin_stpcpy' /tmp/cc8wxuu5.o(.text+0x48c): undefined reference to `__builtin_mempcpy' collect2: ld returned 1 exit status =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= compiler exited with status 1=0A= output is:=0A= /tmp/cc8wxuu5.o: In function `main_test': /tmp/cc8wxuu5.o(.text+0x3a0): undefined reference to `__builtin_stpcpy' /tmp/cc8wxuu5.o(.text+0x48c): undefined reference to `__builtin_mempcpy' collect2: ld returned 1 exit status =0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= FAIL: gcc.c-torture/execute/builtins/string-4.c compilation, -O0 =0A= UNRESOLVED: gcc.c-torture/execute/builtins/string-4.c execution, -O0 =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/string-4.x0 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/string-4.x1 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/builtins/string-4.c, -O1 =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-4.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-4-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O1 -DSTACK_SIZE=3D16384 -lm -o = /tmp/string-4.x1=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-4.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-4-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O1 -DSTACK_SIZE=3D16384 -lm -o = /tmp/string-4.x1 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {4865} pid is 4865 -4865=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no /tmp/ccC94Sin.o: In function `main_test': /tmp/ccC94Sin.o(.text+0x2f0): undefined reference to `__builtin_stpcpy' /tmp/ccC94Sin.o(.text+0x328): undefined reference to `__builtin_mempcpy' collect2: ld returned 1 exit status expect: does "/tmp/ccC94Sin.o: In function = `main_test':\r\n/tmp/ccC94Sin.o(.text+0x2f0): undefined reference to = `__builtin_stpcpy'\r\n/tmp/ccC94Sin.o(.text+0x328): undefined reference = to `__builtin_mempcpy'\r\ncollect2: ld returned 1 exit status\r\n" = (spawn_id exp7) match regular expression ".+"? yes expect: set expect_out(0,string) "/tmp/ccC94Sin.o: In function = `main_test':\r\n/tmp/ccC94Sin.o(.text+0x2f0): undefined reference to = `__builtin_stpcpy'\r\n/tmp/ccC94Sin.o(.text+0x328): undefined reference = to `__builtin_mempcpy'\r\ncollect2: ld returned 1 exit status\r\n" expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "/tmp/ccC94Sin.o: In function = `main_test':\r\n/tmp/ccC94Sin.o(.text+0x2f0): undefined reference to = `__builtin_stpcpy'\r\n/tmp/ccC94Sin.o(.text+0x328): undefined reference = to `__builtin_mempcpy'\r\ncollect2: ld returned 1 exit status\r\n" expect: continuing expect expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 4865 exp7 0 1=0A= close result is 4865 exp7 0 1=0A= output is /tmp/ccC94Sin.o: In function `main_test': /tmp/ccC94Sin.o(.text+0x2f0): undefined reference to `__builtin_stpcpy' /tmp/ccC94Sin.o(.text+0x328): undefined reference to `__builtin_mempcpy' collect2: ld returned 1 exit status =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= compiler exited with status 1=0A= output is:=0A= /tmp/ccC94Sin.o: In function `main_test': /tmp/ccC94Sin.o(.text+0x2f0): undefined reference to `__builtin_stpcpy' /tmp/ccC94Sin.o(.text+0x328): undefined reference to `__builtin_mempcpy' collect2: ld returned 1 exit status =0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= FAIL: gcc.c-torture/execute/builtins/string-4.c compilation, -O1 =0A= UNRESOLVED: gcc.c-torture/execute/builtins/string-4.c execution, -O1 =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/string-4.x1 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/string-4.x2 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/builtins/string-4.c, -O2 =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-4.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-4-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O2 -DSTACK_SIZE=3D16384 -lm -o = /tmp/string-4.x2=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-4.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-4-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O2 -DSTACK_SIZE=3D16384 -lm -o = /tmp/string-4.x2 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {4879} pid is 4879 -4879=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no /tmp/cccBlKBy.o: In function `main_test': /tmp/cccBlKBy.o(.text+0x310): undefined reference to `__builtin_stpcpy' /tmp/cccBlKBy.o(.text+0x34c): undefined reference to `__builtin_mempcpy' collect2: ld returned 1 exit status expect: does "/tmp/cccBlKBy.o: In function = `main_test':\r\n/tmp/cccBlKBy.o(.text+0x310): undefined reference to = `__builtin_stpcpy'\r\n/tmp/cccBlKBy.o(.text+0x34c): undefined reference = to `__builtin_mempcpy'\r\ncollect2: ld returned 1 exit status\r\n" = (spawn_id exp7) match regular expression ".+"? yes expect: set expect_out(0,string) "/tmp/cccBlKBy.o: In function = `main_test':\r\n/tmp/cccBlKBy.o(.text+0x310): undefined reference to = `__builtin_stpcpy'\r\n/tmp/cccBlKBy.o(.text+0x34c): undefined reference = to `__builtin_mempcpy'\r\ncollect2: ld returned 1 exit status\r\n" expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "/tmp/cccBlKBy.o: In function = `main_test':\r\n/tmp/cccBlKBy.o(.text+0x310): undefined reference to = `__builtin_stpcpy'\r\n/tmp/cccBlKBy.o(.text+0x34c): undefined reference = to `__builtin_mempcpy'\r\ncollect2: ld returned 1 exit status\r\n" expect: continuing expect expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 4879 exp7 0 1=0A= close result is 4879 exp7 0 1=0A= output is /tmp/cccBlKBy.o: In function `main_test': /tmp/cccBlKBy.o(.text+0x310): undefined reference to `__builtin_stpcpy' /tmp/cccBlKBy.o(.text+0x34c): undefined reference to `__builtin_mempcpy' collect2: ld returned 1 exit status =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= compiler exited with status 1=0A= output is:=0A= /tmp/cccBlKBy.o: In function `main_test': /tmp/cccBlKBy.o(.text+0x310): undefined reference to `__builtin_stpcpy' /tmp/cccBlKBy.o(.text+0x34c): undefined reference to `__builtin_mempcpy' collect2: ld returned 1 exit status =0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= FAIL: gcc.c-torture/execute/builtins/string-4.c compilation, -O2 =0A= UNRESOLVED: gcc.c-torture/execute/builtins/string-4.c execution, -O2 =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/string-4.x2 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/string-4.x3 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/builtins/string-4.c, -O3 = -fomit-frame-pointer =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-4.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-4-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O3 -fomit-frame-pointer = -DSTACK_SIZE=3D16384 -lm -o /tmp/string-4.x3=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-4.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-4-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O3 -fomit-frame-pointer = -DSTACK_SIZE=3D16384 -lm -o /tmp/string-4.x3 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {4893} pid is 4893 -4893=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no /tmp/ccWTwwKb.o: In function `main_test': /tmp/ccWTwwKb.o(.text+0x308): undefined reference to `__builtin_stpcpy' /tmp/ccWTwwKb.o(.text+0x344): undefined reference to `__builtin_mempcpy' collect2: ld returned 1 exit status expect: does "/tmp/ccWTwwKb.o: In function = `main_test':\r\n/tmp/ccWTwwKb.o(.text+0x308): undefined reference to = `__builtin_stpcpy'\r\n/tmp/ccWTwwKb.o(.text+0x344): undefined reference = to `__builtin_mempcpy'\r\ncollect2: ld returned 1 exit status\r\n" = (spawn_id exp7) match regular expression ".+"? yes expect: set expect_out(0,string) "/tmp/ccWTwwKb.o: In function = `main_test':\r\n/tmp/ccWTwwKb.o(.text+0x308): undefined reference to = `__builtin_stpcpy'\r\n/tmp/ccWTwwKb.o(.text+0x344): undefined reference = to `__builtin_mempcpy'\r\ncollect2: ld returned 1 exit status\r\n" expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "/tmp/ccWTwwKb.o: In function = `main_test':\r\n/tmp/ccWTwwKb.o(.text+0x308): undefined reference to = `__builtin_stpcpy'\r\n/tmp/ccWTwwKb.o(.text+0x344): undefined reference = to `__builtin_mempcpy'\r\ncollect2: ld returned 1 exit status\r\n" expect: continuing expect expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 4893 exp7 0 1=0A= close result is 4893 exp7 0 1=0A= output is /tmp/ccWTwwKb.o: In function `main_test': /tmp/ccWTwwKb.o(.text+0x308): undefined reference to `__builtin_stpcpy' /tmp/ccWTwwKb.o(.text+0x344): undefined reference to `__builtin_mempcpy' collect2: ld returned 1 exit status =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= compiler exited with status 1=0A= output is:=0A= /tmp/ccWTwwKb.o: In function `main_test': /tmp/ccWTwwKb.o(.text+0x308): undefined reference to `__builtin_stpcpy' /tmp/ccWTwwKb.o(.text+0x344): undefined reference to `__builtin_mempcpy' collect2: ld returned 1 exit status =0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= FAIL: gcc.c-torture/execute/builtins/string-4.c compilation, -O3 = -fomit-frame-pointer =0A= UNRESOLVED: gcc.c-torture/execute/builtins/string-4.c execution, -O3 = -fomit-frame-pointer =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/string-4.x3 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/string-4.x4 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/builtins/string-4.c, -O3 -g =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-4.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-4-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O3 -g -DSTACK_SIZE=3D16384 -lm = -o /tmp/string-4.x4=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-4.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-4-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O3 -g -DSTACK_SIZE=3D16384 -lm = -o /tmp/string-4.x4 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {4907} pid is 4907 -4907=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no /tmp/cc2XYVPC.o: In function `main_test': /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-4.c:68: undefined reference to `__builtin_stpcpy' /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-4.c:70: undefined reference to `__builtin_mempcpy' collect2: ld returned 1 exit status expect: does "/tmp/cc2XYVPC.o: In function = `main_test':\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/builtins/string-4.c:68: undefined reference to = `__builtin_stpcpy'\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/test= suite/gcc.c-torture/execute/builtins/string-4.c:70: undefined reference = to `__builtin_mempcpy'\r\ncollect2: ld returned 1 exit status\r\n" = (spawn_id exp7) match regular expression ".+"? yes expect: set expect_out(0,string) "/tmp/cc2XYVPC.o: In function = `main_test':\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/builtins/string-4.c:68: undefined reference to = `__builtin_stpcpy'\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/test= suite/gcc.c-torture/execute/builtins/string-4.c:70: undefined reference = to `__builtin_mempcpy'\r\ncollect2: ld returned 1 exit status\r\n" expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "/tmp/cc2XYVPC.o: In function = `main_test':\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/builtins/string-4.c:68: undefined reference to = `__builtin_stpcpy'\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/test= suite/gcc.c-torture/execute/builtins/string-4.c:70: undefined reference = to `__builtin_mempcpy'\r\ncollect2: ld returned 1 exit status\r\n" expect: continuing expect expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 4907 exp7 0 1=0A= close result is 4907 exp7 0 1=0A= output is /tmp/cc2XYVPC.o: In function `main_test': /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-4.c:68: undefined reference to `__builtin_stpcpy' /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-4.c:70: undefined reference to `__builtin_mempcpy' collect2: ld returned 1 exit status =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= compiler exited with status 1=0A= output is:=0A= /tmp/cc2XYVPC.o: In function `main_test': /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-4.c:68: undefined reference to `__builtin_stpcpy' /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-4.c:70: undefined reference to `__builtin_mempcpy' collect2: ld returned 1 exit status =0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= FAIL: gcc.c-torture/execute/builtins/string-4.c compilation, -O3 -g =0A= UNRESOLVED: gcc.c-torture/execute/builtins/string-4.c execution, -O3 -g =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/string-4.x4 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/string-4.x5 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/builtins/string-4.c, -Os =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-4.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-4-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -Os -DSTACK_SIZE=3D16384 -lm -o = /tmp/string-4.x5=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-4.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-4-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -Os -DSTACK_SIZE=3D16384 -lm -o = /tmp/string-4.x5 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {4921} pid is 4921 -4921=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no /tmp/ccUgudH9.o: In function `main_test': /tmp/ccUgudH9.o(.text+0x304): undefined reference to `__builtin_stpcpy' /tmp/ccUgudH9.o(.text+0x340): undefined reference to `__builtin_mempcpy' collect2: ld returned 1 exit status expect: does "/tmp/ccUgudH9.o: In function = `main_test':\r\n/tmp/ccUgudH9.o(.text+0x304): undefined reference to = `__builtin_stpcpy'\r\n/tmp/ccUgudH9.o(.text+0x340): undefined reference = to `__builtin_mempcpy'\r\ncollect2: ld returned 1 exit status\r\n" = (spawn_id exp7) match regular expression ".+"? yes expect: set expect_out(0,string) "/tmp/ccUgudH9.o: In function = `main_test':\r\n/tmp/ccUgudH9.o(.text+0x304): undefined reference to = `__builtin_stpcpy'\r\n/tmp/ccUgudH9.o(.text+0x340): undefined reference = to `__builtin_mempcpy'\r\ncollect2: ld returned 1 exit status\r\n" expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "/tmp/ccUgudH9.o: In function = `main_test':\r\n/tmp/ccUgudH9.o(.text+0x304): undefined reference to = `__builtin_stpcpy'\r\n/tmp/ccUgudH9.o(.text+0x340): undefined reference = to `__builtin_mempcpy'\r\ncollect2: ld returned 1 exit status\r\n" expect: continuing expect expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 4921 exp7 0 1=0A= close result is 4921 exp7 0 1=0A= output is /tmp/ccUgudH9.o: In function `main_test': /tmp/ccUgudH9.o(.text+0x304): undefined reference to `__builtin_stpcpy' /tmp/ccUgudH9.o(.text+0x340): undefined reference to `__builtin_mempcpy' collect2: ld returned 1 exit status =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= compiler exited with status 1=0A= output is:=0A= /tmp/ccUgudH9.o: In function `main_test': /tmp/ccUgudH9.o(.text+0x304): undefined reference to `__builtin_stpcpy' /tmp/ccUgudH9.o(.text+0x340): undefined reference to `__builtin_mempcpy' collect2: ld returned 1 exit status =0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= FAIL: gcc.c-torture/execute/builtins/string-4.c compilation, -Os =0A= UNRESOLVED: gcc.c-torture/execute/builtins/string-4.c execution, -Os =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/string-4.x5 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/string-5.x0 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/builtins/string-5.c, -O0 =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-5.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-5-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O0 -DSTACK_SIZE=3D16384 -lm -o = /tmp/string-5.x0=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-5.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-5-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O0 -DSTACK_SIZE=3D16384 -lm -o = /tmp/string-5.x0 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {4935} pid is 4935 -4935=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no /tmp/cc6VF7VA.o: In function `main_test': /tmp/cc6VF7VA.o(.text+0x19c): undefined reference to `__builtin_memmove' /tmp/cc6VF7VA.o(.text+0x270): undefined reference to `__builtin_bcopy' collect2: ld returned 1 exit status expect: does "/tmp/cc6VF7VA.o: In function = `main_test':\r\n/tmp/cc6VF7VA.o(.text+0x19c): undefined reference to = `__builtin_memmove'\r\n/tmp/cc6VF7VA.o(.text+0x270): undefined reference = to `__builtin_bcopy'\r\ncollect2: ld returned 1 exit status\r\n" = (spawn_id exp7) match regular expression ".+"? yes expect: set expect_out(0,string) "/tmp/cc6VF7VA.o: In function = `main_test':\r\n/tmp/cc6VF7VA.o(.text+0x19c): undefined reference to = `__builtin_memmove'\r\n/tmp/cc6VF7VA.o(.text+0x270): undefined reference = to `__builtin_bcopy'\r\ncollect2: ld returned 1 exit status\r\n" expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "/tmp/cc6VF7VA.o: In function = `main_test':\r\n/tmp/cc6VF7VA.o(.text+0x19c): undefined reference to = `__builtin_memmove'\r\n/tmp/cc6VF7VA.o(.text+0x270): undefined reference = to `__builtin_bcopy'\r\ncollect2: ld returned 1 exit status\r\n" expect: continuing expect expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 4935 exp7 0 1=0A= close result is 4935 exp7 0 1=0A= output is /tmp/cc6VF7VA.o: In function `main_test': /tmp/cc6VF7VA.o(.text+0x19c): undefined reference to `__builtin_memmove' /tmp/cc6VF7VA.o(.text+0x270): undefined reference to `__builtin_bcopy' collect2: ld returned 1 exit status =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= compiler exited with status 1=0A= output is:=0A= /tmp/cc6VF7VA.o: In function `main_test': /tmp/cc6VF7VA.o(.text+0x19c): undefined reference to `__builtin_memmove' /tmp/cc6VF7VA.o(.text+0x270): undefined reference to `__builtin_bcopy' collect2: ld returned 1 exit status =0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= FAIL: gcc.c-torture/execute/builtins/string-5.c compilation, -O0 =0A= UNRESOLVED: gcc.c-torture/execute/builtins/string-5.c execution, -O0 =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/string-5.x0 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/string-5.x1 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/builtins/string-5.c, -O1 =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-5.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-5-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O1 -DSTACK_SIZE=3D16384 -lm -o = /tmp/string-5.x1=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-5.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-5-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O1 -DSTACK_SIZE=3D16384 -lm -o = /tmp/string-5.x1 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {4949} pid is 4949 -4949=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no /tmp/ccP33kgg.o: In function `main_test': /tmp/ccP33kgg.o(.text+0x120): undefined reference to `__builtin_memmove' /tmp/ccP33kgg.o(.text+0x1b0): undefined reference to `__builtin_bcopy' collect2: ld returned 1 exit status expect: does "/tmp/ccP33kgg.o: In function = `main_test':\r\n/tmp/ccP33kgg.o(.text+0x120): undefined reference to = `__builtin_memmove'\r\n/tmp/ccP33kgg.o(.text+0x1b0): undefined reference = to `__builtin_bcopy'\r\ncollect2: ld returned 1 exit status\r\n" = (spawn_id exp7) match regular expression ".+"? yes expect: set expect_out(0,string) "/tmp/ccP33kgg.o: In function = `main_test':\r\n/tmp/ccP33kgg.o(.text+0x120): undefined reference to = `__builtin_memmove'\r\n/tmp/ccP33kgg.o(.text+0x1b0): undefined reference = to `__builtin_bcopy'\r\ncollect2: ld returned 1 exit status\r\n" expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "/tmp/ccP33kgg.o: In function = `main_test':\r\n/tmp/ccP33kgg.o(.text+0x120): undefined reference to = `__builtin_memmove'\r\n/tmp/ccP33kgg.o(.text+0x1b0): undefined reference = to `__builtin_bcopy'\r\ncollect2: ld returned 1 exit status\r\n" expect: continuing expect expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 4949 exp7 0 1=0A= close result is 4949 exp7 0 1=0A= output is /tmp/ccP33kgg.o: In function `main_test': /tmp/ccP33kgg.o(.text+0x120): undefined reference to `__builtin_memmove' /tmp/ccP33kgg.o(.text+0x1b0): undefined reference to `__builtin_bcopy' collect2: ld returned 1 exit status =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= compiler exited with status 1=0A= output is:=0A= /tmp/ccP33kgg.o: In function `main_test': /tmp/ccP33kgg.o(.text+0x120): undefined reference to `__builtin_memmove' /tmp/ccP33kgg.o(.text+0x1b0): undefined reference to `__builtin_bcopy' collect2: ld returned 1 exit status =0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= FAIL: gcc.c-torture/execute/builtins/string-5.c compilation, -O1 =0A= UNRESOLVED: gcc.c-torture/execute/builtins/string-5.c execution, -O1 =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/string-5.x1 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/string-5.x2 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/builtins/string-5.c, -O2 =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-5.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-5-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O2 -DSTACK_SIZE=3D16384 -lm -o = /tmp/string-5.x2=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-5.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-5-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O2 -DSTACK_SIZE=3D16384 -lm -o = /tmp/string-5.x2 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {4963} pid is 4963 -4963=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no /tmp/ccfI6Rou.o: In function `main_test': /tmp/ccfI6Rou.o(.text+0x138): undefined reference to `__builtin_memmove' /tmp/ccfI6Rou.o(.text+0x1c4): undefined reference to `__builtin_bcopy' collect2: ld returned 1 exit status expect: does "/tmp/ccfI6Rou.o: In function = `main_test':\r\n/tmp/ccfI6Rou.o(.text+0x138): undefined reference to = `__builtin_memmove'\r\n/tmp/ccfI6Rou.o(.text+0x1c4): undefined reference = to `__builtin_bcopy'\r\ncollect2: ld returned 1 exit status\r\n" = (spawn_id exp7) match regular expression ".+"? yes expect: set expect_out(0,string) "/tmp/ccfI6Rou.o: In function = `main_test':\r\n/tmp/ccfI6Rou.o(.text+0x138): undefined reference to = `__builtin_memmove'\r\n/tmp/ccfI6Rou.o(.text+0x1c4): undefined reference = to `__builtin_bcopy'\r\ncollect2: ld returned 1 exit status\r\n" expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "/tmp/ccfI6Rou.o: In function = `main_test':\r\n/tmp/ccfI6Rou.o(.text+0x138): undefined reference to = `__builtin_memmove'\r\n/tmp/ccfI6Rou.o(.text+0x1c4): undefined reference = to `__builtin_bcopy'\r\ncollect2: ld returned 1 exit status\r\n" expect: continuing expect expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 4963 exp7 0 1=0A= close result is 4963 exp7 0 1=0A= output is /tmp/ccfI6Rou.o: In function `main_test': /tmp/ccfI6Rou.o(.text+0x138): undefined reference to `__builtin_memmove' /tmp/ccfI6Rou.o(.text+0x1c4): undefined reference to `__builtin_bcopy' collect2: ld returned 1 exit status =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= compiler exited with status 1=0A= output is:=0A= /tmp/ccfI6Rou.o: In function `main_test': /tmp/ccfI6Rou.o(.text+0x138): undefined reference to `__builtin_memmove' /tmp/ccfI6Rou.o(.text+0x1c4): undefined reference to `__builtin_bcopy' collect2: ld returned 1 exit status =0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= FAIL: gcc.c-torture/execute/builtins/string-5.c compilation, -O2 =0A= UNRESOLVED: gcc.c-torture/execute/builtins/string-5.c execution, -O2 =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/string-5.x2 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/string-5.x3 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/builtins/string-5.c, -O3 = -fomit-frame-pointer =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-5.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-5-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O3 -fomit-frame-pointer = -DSTACK_SIZE=3D16384 -lm -o /tmp/string-5.x3=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-5.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-5-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O3 -fomit-frame-pointer = -DSTACK_SIZE=3D16384 -lm -o /tmp/string-5.x3 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {4977} pid is 4977 -4977=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no /tmp/ccbTVtbH.o: In function `main_test': /tmp/ccbTVtbH.o(.text+0x130): undefined reference to `__builtin_memmove' /tmp/ccbTVtbH.o(.text+0x1bc): undefined reference to `__builtin_bcopy' collect2: ld returned 1 exit status expect: does "/tmp/ccbTVtbH.o: In function = `main_test':\r\n/tmp/ccbTVtbH.o(.text+0x130): undefined reference to = `__builtin_memmove'\r\n/tmp/ccbTVtbH.o(.text+0x1bc): undefined reference = to `__builtin_bcopy'\r\ncollect2: ld returned 1 exit status\r\n" = (spawn_id exp7) match regular expression ".+"? yes expect: set expect_out(0,string) "/tmp/ccbTVtbH.o: In function = `main_test':\r\n/tmp/ccbTVtbH.o(.text+0x130): undefined reference to = `__builtin_memmove'\r\n/tmp/ccbTVtbH.o(.text+0x1bc): undefined reference = to `__builtin_bcopy'\r\ncollect2: ld returned 1 exit status\r\n" expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "/tmp/ccbTVtbH.o: In function = `main_test':\r\n/tmp/ccbTVtbH.o(.text+0x130): undefined reference to = `__builtin_memmove'\r\n/tmp/ccbTVtbH.o(.text+0x1bc): undefined reference = to `__builtin_bcopy'\r\ncollect2: ld returned 1 exit status\r\n" expect: continuing expect expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 4977 exp7 0 1=0A= close result is 4977 exp7 0 1=0A= output is /tmp/ccbTVtbH.o: In function `main_test': /tmp/ccbTVtbH.o(.text+0x130): undefined reference to `__builtin_memmove' /tmp/ccbTVtbH.o(.text+0x1bc): undefined reference to `__builtin_bcopy' collect2: ld returned 1 exit status =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= compiler exited with status 1=0A= output is:=0A= /tmp/ccbTVtbH.o: In function `main_test': /tmp/ccbTVtbH.o(.text+0x130): undefined reference to `__builtin_memmove' /tmp/ccbTVtbH.o(.text+0x1bc): undefined reference to `__builtin_bcopy' collect2: ld returned 1 exit status =0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= FAIL: gcc.c-torture/execute/builtins/string-5.c compilation, -O3 = -fomit-frame-pointer =0A= UNRESOLVED: gcc.c-torture/execute/builtins/string-5.c execution, -O3 = -fomit-frame-pointer =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/string-5.x3 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/string-5.x4 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/builtins/string-5.c, -O3 -g =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-5.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-5-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O3 -g -DSTACK_SIZE=3D16384 -lm = -o /tmp/string-5.x4=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-5.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-5-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O3 -g -DSTACK_SIZE=3D16384 -lm = -o /tmp/string-5.x4 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {4991} pid is 4991 -4991=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no /tmp/ccNDKRZT.o: In function `main_test': /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-5.c:78: undefined reference to `__builtin_memmove' /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-5.c:87: undefined reference to `__builtin_bcopy' collect2: ld returned 1 exit status expect: does "/tmp/ccNDKRZT.o: In function = `main_test':\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/builtins/string-5.c:78: undefined reference to = `__builtin_memmove'\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/tes= tsuite/gcc.c-torture/execute/builtins/string-5.c:87: undefined reference = to `__builtin_bcopy'\r\ncollect2: ld returned 1 exit status\r\n" = (spawn_id exp7) match regular expression ".+"? yes expect: set expect_out(0,string) "/tmp/ccNDKRZT.o: In function = `main_test':\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/builtins/string-5.c:78: undefined reference to = `__builtin_memmove'\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/tes= tsuite/gcc.c-torture/execute/builtins/string-5.c:87: undefined reference = to `__builtin_bcopy'\r\ncollect2: ld returned 1 exit status\r\n" expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "/tmp/ccNDKRZT.o: In function = `main_test':\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/builtins/string-5.c:78: undefined reference to = `__builtin_memmove'\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/tes= tsuite/gcc.c-torture/execute/builtins/string-5.c:87: undefined reference = to `__builtin_bcopy'\r\ncollect2: ld returned 1 exit status\r\n" expect: continuing expect expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 4991 exp7 0 1=0A= close result is 4991 exp7 0 1=0A= output is /tmp/ccNDKRZT.o: In function `main_test': /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-5.c:78: undefined reference to `__builtin_memmove' /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-5.c:87: undefined reference to `__builtin_bcopy' collect2: ld returned 1 exit status =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= compiler exited with status 1=0A= output is:=0A= /tmp/ccNDKRZT.o: In function `main_test': /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-5.c:78: undefined reference to `__builtin_memmove' /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-5.c:87: undefined reference to `__builtin_bcopy' collect2: ld returned 1 exit status =0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= FAIL: gcc.c-torture/execute/builtins/string-5.c compilation, -O3 -g =0A= UNRESOLVED: gcc.c-torture/execute/builtins/string-5.c execution, -O3 -g =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/string-5.x4 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/string-5.x5 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/builtins/string-5.c, -Os =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-5.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-5-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -Os -DSTACK_SIZE=3D16384 -lm -o = /tmp/string-5.x5=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-5.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-5-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -Os -DSTACK_SIZE=3D16384 -lm -o = /tmp/string-5.x5 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {5005} pid is 5005 -5005=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no /tmp/cc136cEe.o: In function `main_test': /tmp/cc136cEe.o(.text+0x134): undefined reference to `__builtin_memmove' /tmp/cc136cEe.o(.text+0x1c0): undefined reference to `__builtin_bcopy' collect2: ld returned 1 exit status expect: does "/tmp/cc136cEe.o: In function = `main_test':\r\n/tmp/cc136cEe.o(.text+0x134): undefined reference to = `__builtin_memmove'\r\n/tmp/cc136cEe.o(.text+0x1c0): undefined reference = to `__builtin_bcopy'\r\ncollect2: ld returned 1 exit status\r\n" = (spawn_id exp7) match regular expression ".+"? yes expect: set expect_out(0,string) "/tmp/cc136cEe.o: In function = `main_test':\r\n/tmp/cc136cEe.o(.text+0x134): undefined reference to = `__builtin_memmove'\r\n/tmp/cc136cEe.o(.text+0x1c0): undefined reference = to `__builtin_bcopy'\r\ncollect2: ld returned 1 exit status\r\n" expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "/tmp/cc136cEe.o: In function = `main_test':\r\n/tmp/cc136cEe.o(.text+0x134): undefined reference to = `__builtin_memmove'\r\n/tmp/cc136cEe.o(.text+0x1c0): undefined reference = to `__builtin_bcopy'\r\ncollect2: ld returned 1 exit status\r\n" expect: continuing expect expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 5005 exp7 0 1=0A= close result is 5005 exp7 0 1=0A= output is /tmp/cc136cEe.o: In function `main_test': /tmp/cc136cEe.o(.text+0x134): undefined reference to `__builtin_memmove' /tmp/cc136cEe.o(.text+0x1c0): undefined reference to `__builtin_bcopy' collect2: ld returned 1 exit status =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= compiler exited with status 1=0A= output is:=0A= /tmp/cc136cEe.o: In function `main_test': /tmp/cc136cEe.o(.text+0x134): undefined reference to `__builtin_memmove' /tmp/cc136cEe.o(.text+0x1c0): undefined reference to `__builtin_bcopy' collect2: ld returned 1 exit status =0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= FAIL: gcc.c-torture/execute/builtins/string-5.c compilation, -Os =0A= UNRESOLVED: gcc.c-torture/execute/builtins/string-5.c execution, -Os =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/string-5.x5 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/string-6.x0 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/builtins/string-6.c, -O0 =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-6.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-6-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O0 -DSTACK_SIZE=3D16384 -lm -o = /tmp/string-6.x0=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-6.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-6-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O0 -DSTACK_SIZE=3D16384 -lm -o = /tmp/string-6.x0 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {5020} pid is 5020 -5020=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 5020 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/builtins/string-6.c compilation, -O0 =0A= board_info target exists no_long_long=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/string-6.x0 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/string-6.x0 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/string-6.x0 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {5034} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/builtins/string-6.c execution, -O0 =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/string-6.x1 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/builtins/string-6.c, -O1 =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-6.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-6-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O1 -DSTACK_SIZE=3D16384 -lm -o = /tmp/string-6.x1=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-6.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-6-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O1 -DSTACK_SIZE=3D16384 -lm -o = /tmp/string-6.x1 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {5037} pid is 5037 -5037=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no /tmp/cc1xurPy.o: In function `main_test': /tmp/cc1xurPy.o(.text+0x24): undefined reference to `link_error' /tmp/cc1xurPy.o(.text+0x40): undefined reference to `link_error' /tmp/cc1xurPy.o(.text+0x5c): undefined reference to `link_error' collect2: ld returned 1 exit status expect: does "/tmp/cc1xurPy.o: In function = `main_test':\r\n/tmp/cc1xurPy.o(.text+0x24): undefined reference to = `link_error'\r\n/tmp/cc1xurPy.o(.text+0x40): undefined reference to = `link_error'\r\n/tmp/cc1xurPy.o(.text+0x5c): undefined reference to = `link_error'\r\ncollect2: ld returned 1 exit status\r\n" (spawn_id exp7) = match regular expression ".+"? yes expect: set expect_out(0,string) "/tmp/cc1xurPy.o: In function = `main_test':\r\n/tmp/cc1xurPy.o(.text+0x24): undefined reference to = `link_error'\r\n/tmp/cc1xurPy.o(.text+0x40): undefined reference to = `link_error'\r\n/tmp/cc1xurPy.o(.text+0x5c): undefined reference to = `link_error'\r\ncollect2: ld returned 1 exit status\r\n" expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "/tmp/cc1xurPy.o: In function = `main_test':\r\n/tmp/cc1xurPy.o(.text+0x24): undefined reference to = `link_error'\r\n/tmp/cc1xurPy.o(.text+0x40): undefined reference to = `link_error'\r\n/tmp/cc1xurPy.o(.text+0x5c): undefined reference to = `link_error'\r\ncollect2: ld returned 1 exit status\r\n" expect: continuing expect expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 5037 exp7 0 1=0A= close result is 5037 exp7 0 1=0A= output is /tmp/cc1xurPy.o: In function `main_test': /tmp/cc1xurPy.o(.text+0x24): undefined reference to `link_error' /tmp/cc1xurPy.o(.text+0x40): undefined reference to `link_error' /tmp/cc1xurPy.o(.text+0x5c): undefined reference to `link_error' collect2: ld returned 1 exit status =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= compiler exited with status 1=0A= output is:=0A= /tmp/cc1xurPy.o: In function `main_test': /tmp/cc1xurPy.o(.text+0x24): undefined reference to `link_error' /tmp/cc1xurPy.o(.text+0x40): undefined reference to `link_error' /tmp/cc1xurPy.o(.text+0x5c): undefined reference to `link_error' collect2: ld returned 1 exit status =0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= FAIL: gcc.c-torture/execute/builtins/string-6.c compilation, -O1 =0A= UNRESOLVED: gcc.c-torture/execute/builtins/string-6.c execution, -O1 =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/string-6.x1 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/string-6.x2 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/builtins/string-6.c, -O2 =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-6.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-6-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O2 -DSTACK_SIZE=3D16384 -lm -o = /tmp/string-6.x2=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-6.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-6-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O2 -DSTACK_SIZE=3D16384 -lm -o = /tmp/string-6.x2 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {5051} pid is 5051 -5051=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no /tmp/cczQhtuP.o: In function `main_test': /tmp/cczQhtuP.o(.text+0x2c): undefined reference to `link_error' /tmp/cczQhtuP.o(.text+0x48): undefined reference to `link_error' /tmp/cczQhtuP.o(.text+0x64): undefined reference to `link_error' collect2: ld returned 1 exit status expect: does "/tmp/cczQhtuP.o: In function = `main_test':\r\n/tmp/cczQhtuP.o(.text+0x2c): undefined reference to = `link_error'\r\n/tmp/cczQhtuP.o(.text+0x48): undefined reference to = `link_error'\r\n/tmp/cczQhtuP.o(.text+0x64): undefined reference to = `link_error'\r\ncollect2: ld returned 1 exit status\r\n" (spawn_id exp7) = match regular expression ".+"? yes expect: set expect_out(0,string) "/tmp/cczQhtuP.o: In function = `main_test':\r\n/tmp/cczQhtuP.o(.text+0x2c): undefined reference to = `link_error'\r\n/tmp/cczQhtuP.o(.text+0x48): undefined reference to = `link_error'\r\n/tmp/cczQhtuP.o(.text+0x64): undefined reference to = `link_error'\r\ncollect2: ld returned 1 exit status\r\n" expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "/tmp/cczQhtuP.o: In function = `main_test':\r\n/tmp/cczQhtuP.o(.text+0x2c): undefined reference to = `link_error'\r\n/tmp/cczQhtuP.o(.text+0x48): undefined reference to = `link_error'\r\n/tmp/cczQhtuP.o(.text+0x64): undefined reference to = `link_error'\r\ncollect2: ld returned 1 exit status\r\n" expect: continuing expect expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 5051 exp7 0 1=0A= close result is 5051 exp7 0 1=0A= output is /tmp/cczQhtuP.o: In function `main_test': /tmp/cczQhtuP.o(.text+0x2c): undefined reference to `link_error' /tmp/cczQhtuP.o(.text+0x48): undefined reference to `link_error' /tmp/cczQhtuP.o(.text+0x64): undefined reference to `link_error' collect2: ld returned 1 exit status =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= compiler exited with status 1=0A= output is:=0A= /tmp/cczQhtuP.o: In function `main_test': /tmp/cczQhtuP.o(.text+0x2c): undefined reference to `link_error' /tmp/cczQhtuP.o(.text+0x48): undefined reference to `link_error' /tmp/cczQhtuP.o(.text+0x64): undefined reference to `link_error' collect2: ld returned 1 exit status =0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= FAIL: gcc.c-torture/execute/builtins/string-6.c compilation, -O2 =0A= UNRESOLVED: gcc.c-torture/execute/builtins/string-6.c execution, -O2 =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/string-6.x2 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/string-6.x3 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/builtins/string-6.c, -O3 = -fomit-frame-pointer =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-6.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-6-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O3 -fomit-frame-pointer = -DSTACK_SIZE=3D16384 -lm -o /tmp/string-6.x3=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-6.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-6-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O3 -fomit-frame-pointer = -DSTACK_SIZE=3D16384 -lm -o /tmp/string-6.x3 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {5065} pid is 5065 -5065=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no /tmp/cc9FV9ES.o: In function `main_test': /tmp/cc9FV9ES.o(.text+0x24): undefined reference to `link_error' /tmp/cc9FV9ES.o(.text+0x40): undefined reference to `link_error' /tmp/cc9FV9ES.o(.text+0x60): undefined reference to `link_error' collect2: ld returned 1 exit status expect: does "/tmp/cc9FV9ES.o: In function = `main_test':\r\n/tmp/cc9FV9ES.o(.text+0x24): undefined reference to = `link_error'\r\n/tmp/cc9FV9ES.o(.text+0x40): undefined reference to = `link_error'\r\n/tmp/cc9FV9ES.o(.text+0x60): undefined reference to = `link_error'\r\ncollect2: ld returned 1 exit status\r\n" (spawn_id exp7) = match regular expression ".+"? yes expect: set expect_out(0,string) "/tmp/cc9FV9ES.o: In function = `main_test':\r\n/tmp/cc9FV9ES.o(.text+0x24): undefined reference to = `link_error'\r\n/tmp/cc9FV9ES.o(.text+0x40): undefined reference to = `link_error'\r\n/tmp/cc9FV9ES.o(.text+0x60): undefined reference to = `link_error'\r\ncollect2: ld returned 1 exit status\r\n" expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "/tmp/cc9FV9ES.o: In function = `main_test':\r\n/tmp/cc9FV9ES.o(.text+0x24): undefined reference to = `link_error'\r\n/tmp/cc9FV9ES.o(.text+0x40): undefined reference to = `link_error'\r\n/tmp/cc9FV9ES.o(.text+0x60): undefined reference to = `link_error'\r\ncollect2: ld returned 1 exit status\r\n" expect: continuing expect expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 5065 exp7 0 1=0A= close result is 5065 exp7 0 1=0A= output is /tmp/cc9FV9ES.o: In function `main_test': /tmp/cc9FV9ES.o(.text+0x24): undefined reference to `link_error' /tmp/cc9FV9ES.o(.text+0x40): undefined reference to `link_error' /tmp/cc9FV9ES.o(.text+0x60): undefined reference to `link_error' collect2: ld returned 1 exit status =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= compiler exited with status 1=0A= output is:=0A= /tmp/cc9FV9ES.o: In function `main_test': /tmp/cc9FV9ES.o(.text+0x24): undefined reference to `link_error' /tmp/cc9FV9ES.o(.text+0x40): undefined reference to `link_error' /tmp/cc9FV9ES.o(.text+0x60): undefined reference to `link_error' collect2: ld returned 1 exit status =0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= FAIL: gcc.c-torture/execute/builtins/string-6.c compilation, -O3 = -fomit-frame-pointer =0A= UNRESOLVED: gcc.c-torture/execute/builtins/string-6.c execution, -O3 = -fomit-frame-pointer =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/string-6.x3 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/string-6.x4 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/builtins/string-6.c, -O3 -g =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-6.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-6-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O3 -g -DSTACK_SIZE=3D16384 -lm = -o /tmp/string-6.x4=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-6.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-6-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O3 -g -DSTACK_SIZE=3D16384 -lm = -o /tmp/string-6.x4 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {5079} pid is 5079 -5079=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no /tmp/cclL9v09.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/builtins/string-6.c:19: undefined reference to = `link_error' /tmp/cclL9v09.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/builtins/string-6.c:21: undefined reference to = `link_error' /tmp/cclL9v09.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/builtins/string-6.c:23: undefined reference to = `link_error' collect2: ld returned 1 exit status expect: does = "/tmp/cclL9v09.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite= /gcc.c-torture/execute/builtins/string-6.c:19: undefined reference to = `link_error'\r\n/tmp/cclL9v09.o:/home/deepakj/testing/testsuites/gcc-3.4.= 4/gcc/testsuite/gcc.c-torture/execute/builtins/string-6.c:21: undefined = reference to = `link_error'\r\n/tmp/cclL9v09.o:/home/deepakj/testing/testsuites/gcc-3.4.= 4/gcc/testsuite/gcc.c-torture/execute/builtins/string-6.c:23: undefined = reference to `link_error'\r\ncollect2: ld returned 1 exit status\r\n" = (spawn_id exp7) match regular expression ".+"? yes expect: set expect_out(0,string) = "/tmp/cclL9v09.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite= /gcc.c-torture/execute/builtins/string-6.c:19: undefined reference to = `link_error'\r\n/tmp/cclL9v09.o:/home/deepakj/testing/testsuites/gcc-3.4.= 4/gcc/testsuite/gcc.c-torture/execute/builtins/string-6.c:21: undefined = reference to = `link_error'\r\n/tmp/cclL9v09.o:/home/deepakj/testing/testsuites/gcc-3.4.= 4/gcc/testsuite/gcc.c-torture/execute/builtins/string-6.c:23: undefined = reference to `link_error'\r\ncollect2: ld returned 1 exit status\r\n" expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) = "/tmp/cclL9v09.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite= /gcc.c-torture/execute/builtins/string-6.c:19: undefined reference to = `link_error'\r\n/tmp/cclL9v09.o:/home/deepakj/testing/testsuites/gcc-3.4.= 4/gcc/testsuite/gcc.c-torture/execute/builtins/string-6.c:21: undefined = reference to = `link_error'\r\n/tmp/cclL9v09.o:/home/deepakj/testing/testsuites/gcc-3.4.= 4/gcc/testsuite/gcc.c-torture/execute/builtins/string-6.c:23: undefined = reference to `link_error'\r\ncollect2: ld returned 1 exit status\r\n" expect: continuing expect expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 5079 exp7 0 1=0A= close result is 5079 exp7 0 1=0A= output is = /tmp/cclL9v09.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/builtins/string-6.c:19: undefined reference to = `link_error' /tmp/cclL9v09.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/builtins/string-6.c:21: undefined reference to = `link_error' /tmp/cclL9v09.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/builtins/string-6.c:23: undefined reference to = `link_error' collect2: ld returned 1 exit status =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= compiler exited with status 1=0A= output is:=0A= /tmp/cclL9v09.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/builtins/string-6.c:19: undefined reference to = `link_error' /tmp/cclL9v09.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/builtins/string-6.c:21: undefined reference to = `link_error' /tmp/cclL9v09.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/builtins/string-6.c:23: undefined reference to = `link_error' collect2: ld returned 1 exit status =0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= FAIL: gcc.c-torture/execute/builtins/string-6.c compilation, -O3 -g =0A= UNRESOLVED: gcc.c-torture/execute/builtins/string-6.c execution, -O3 -g =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/string-6.x4 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/string-6.x5 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/builtins/string-6.c, -Os =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-6.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-6-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -Os -DSTACK_SIZE=3D16384 -lm -o = /tmp/string-6.x5=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-6.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-6-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -Os -DSTACK_SIZE=3D16384 -lm -o = /tmp/string-6.x5 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {5093} pid is 5093 -5093=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no /tmp/ccH9q4Jd.o: In function `main_test': /tmp/ccH9q4Jd.o(.text+0x2c): undefined reference to `link_error' /tmp/ccH9q4Jd.o(.text+0x48): undefined reference to `link_error' /tmp/ccH9q4Jd.o(.text+0x64): undefined reference to `link_error' collect2: ld returned 1 exit status expect: does "/tmp/ccH9q4Jd.o: In function = `main_test':\r\n/tmp/ccH9q4Jd.o(.text+0x2c): undefined reference to = `link_error'\r\n/tmp/ccH9q4Jd.o(.text+0x48): undefined reference to = `link_error'\r\n/tmp/ccH9q4Jd.o(.text+0x64): undefined reference to = `link_error'\r\ncollect2: ld returned 1 exit status\r\n" (spawn_id exp7) = match regular expression ".+"? yes expect: set expect_out(0,string) "/tmp/ccH9q4Jd.o: In function = `main_test':\r\n/tmp/ccH9q4Jd.o(.text+0x2c): undefined reference to = `link_error'\r\n/tmp/ccH9q4Jd.o(.text+0x48): undefined reference to = `link_error'\r\n/tmp/ccH9q4Jd.o(.text+0x64): undefined reference to = `link_error'\r\ncollect2: ld returned 1 exit status\r\n" expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "/tmp/ccH9q4Jd.o: In function = `main_test':\r\n/tmp/ccH9q4Jd.o(.text+0x2c): undefined reference to = `link_error'\r\n/tmp/ccH9q4Jd.o(.text+0x48): undefined reference to = `link_error'\r\n/tmp/ccH9q4Jd.o(.text+0x64): undefined reference to = `link_error'\r\ncollect2: ld returned 1 exit status\r\n" expect: continuing expect expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 5093 exp7 0 1=0A= close result is 5093 exp7 0 1=0A= output is /tmp/ccH9q4Jd.o: In function `main_test': /tmp/ccH9q4Jd.o(.text+0x2c): undefined reference to `link_error' /tmp/ccH9q4Jd.o(.text+0x48): undefined reference to `link_error' /tmp/ccH9q4Jd.o(.text+0x64): undefined reference to `link_error' collect2: ld returned 1 exit status =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= compiler exited with status 1=0A= output is:=0A= /tmp/ccH9q4Jd.o: In function `main_test': /tmp/ccH9q4Jd.o(.text+0x2c): undefined reference to `link_error' /tmp/ccH9q4Jd.o(.text+0x48): undefined reference to `link_error' /tmp/ccH9q4Jd.o(.text+0x64): undefined reference to `link_error' collect2: ld returned 1 exit status =0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= FAIL: gcc.c-torture/execute/builtins/string-6.c compilation, -Os =0A= UNRESOLVED: gcc.c-torture/execute/builtins/string-6.c execution, -Os =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/string-6.x5 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/string-7.x0 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/builtins/string-7.c, -O0 =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-7.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-7-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O0 -DSTACK_SIZE=3D16384 -lm -o = /tmp/string-7.x0=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-7.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-7-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O0 -DSTACK_SIZE=3D16384 -lm -o = /tmp/string-7.x0 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {5107} pid is 5107 -5107=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no /tmp/ccLQea0v.o: In function `test': /tmp/ccLQea0v.o(.text+0xbc): undefined reference to `__builtin_mempcpy' /tmp/ccLQea0v.o(.text+0x100): undefined reference to `__builtin_mempcpy' /tmp/ccLQea0v.o(.text+0x218): undefined reference to `__builtin_mempcpy' /tmp/ccLQea0v.o(.text+0x458): undefined reference to `__builtin_mempcpy' /tmp/ccLQea0v.o(.text+0x5a8): undefined reference to `__builtin_mempcpy' /tmp/ccLQea0v.o(.text+0x5f8): more undefined references to = `__builtin_mempcpy' follow /tmp/ccLQea0v.o: In function `test': /tmp/ccLQea0v.o(.text+0x9e4): undefined reference to `__builtin_stpcpy' collect2: ld returned 1 exit status expect: does "/tmp/ccLQea0v.o: In function = `test':\r\n/tmp/ccLQea0v.o(.text+0xbc): undefined reference to = `__builtin_mempcpy'\r\n/tmp/ccLQea0v.o(.text+0x100): undefined reference = to `__builtin_mempcpy'\r\n/tmp/ccLQea0v.o(.text+0x218): undefined = reference to `__builtin_mempcpy'\r\n/tmp/ccLQea0v.o(.text+0x458): = undefined reference to = `__builtin_mempcpy'\r\n/tmp/ccLQea0v.o(.text+0x5a8): undefined reference = to `__builtin_mempcpy'\r\n/tmp/ccLQea0v.o(.text+0x5f8): more undefined = references to `__builtin_mempcpy' follow\r\n/tmp/ccLQea0v.o: In function = `test':\r\n/tmp/ccLQea0v.o(.text+0x9e4): undefined reference to = `__builtin_stpcpy'\r\ncollect2: ld returned 1 exit status\r\n" (spawn_id = exp7) match regular expression ".+"? yes expect: set expect_out(0,string) "/tmp/ccLQea0v.o: In function = `test':\r\n/tmp/ccLQea0v.o(.text+0xbc): undefined reference to = `__builtin_mempcpy'\r\n/tmp/ccLQea0v.o(.text+0x100): undefined reference = to `__builtin_mempcpy'\r\n/tmp/ccLQea0v.o(.text+0x218): undefined = reference to `__builtin_mempcpy'\r\n/tmp/ccLQea0v.o(.text+0x458): = undefined reference to = `__builtin_mempcpy'\r\n/tmp/ccLQea0v.o(.text+0x5a8): undefined reference = to `__builtin_mempcpy'\r\n/tmp/ccLQea0v.o(.text+0x5f8): more undefined = references to `__builtin_mempcpy' follow\r\n/tmp/ccLQea0v.o: In function = `test':\r\n/tmp/ccLQea0v.o(.text+0x9e4): undefined reference to = `__builtin_stpcpy'\r\ncollect2: ld returned 1 exit status\r\n" expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "/tmp/ccLQea0v.o: In function = `test':\r\n/tmp/ccLQea0v.o(.text+0xbc): undefined reference to = `__builtin_mempcpy'\r\n/tmp/ccLQea0v.o(.text+0x100): undefined reference = to `__builtin_mempcpy'\r\n/tmp/ccLQea0v.o(.text+0x218): undefined = reference to `__builtin_mempcpy'\r\n/tmp/ccLQea0v.o(.text+0x458): = undefined reference to = `__builtin_mempcpy'\r\n/tmp/ccLQea0v.o(.text+0x5a8): undefined reference = to `__builtin_mempcpy'\r\n/tmp/ccLQea0v.o(.text+0x5f8): more undefined = references to `__builtin_mempcpy' follow\r\n/tmp/ccLQea0v.o: In function = `test':\r\n/tmp/ccLQea0v.o(.text+0x9e4): undefined reference to = `__builtin_stpcpy'\r\ncollect2: ld returned 1 exit status\r\n" expect: continuing expect expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 5107 exp7 0 1=0A= close result is 5107 exp7 0 1=0A= output is /tmp/ccLQea0v.o: In function `test': /tmp/ccLQea0v.o(.text+0xbc): undefined reference to `__builtin_mempcpy' /tmp/ccLQea0v.o(.text+0x100): undefined reference to `__builtin_mempcpy' /tmp/ccLQea0v.o(.text+0x218): undefined reference to `__builtin_mempcpy' /tmp/ccLQea0v.o(.text+0x458): undefined reference to `__builtin_mempcpy' /tmp/ccLQea0v.o(.text+0x5a8): undefined reference to `__builtin_mempcpy' /tmp/ccLQea0v.o(.text+0x5f8): more undefined references to = `__builtin_mempcpy' follow /tmp/ccLQea0v.o: In function `test': /tmp/ccLQea0v.o(.text+0x9e4): undefined reference to `__builtin_stpcpy' collect2: ld returned 1 exit status =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= compiler exited with status 1=0A= output is:=0A= /tmp/ccLQea0v.o: In function `test': /tmp/ccLQea0v.o(.text+0xbc): undefined reference to `__builtin_mempcpy' /tmp/ccLQea0v.o(.text+0x100): undefined reference to `__builtin_mempcpy' /tmp/ccLQea0v.o(.text+0x218): undefined reference to `__builtin_mempcpy' /tmp/ccLQea0v.o(.text+0x458): undefined reference to `__builtin_mempcpy' /tmp/ccLQea0v.o(.text+0x5a8): undefined reference to `__builtin_mempcpy' /tmp/ccLQea0v.o(.text+0x5f8): more undefined references to = `__builtin_mempcpy' follow /tmp/ccLQea0v.o: In function `test': /tmp/ccLQea0v.o(.text+0x9e4): undefined reference to `__builtin_stpcpy' collect2: ld returned 1 exit status =0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= FAIL: gcc.c-torture/execute/builtins/string-7.c compilation, -O0 =0A= UNRESOLVED: gcc.c-torture/execute/builtins/string-7.c execution, -O0 =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/string-7.x0 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/string-7.x1 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/builtins/string-7.c, -O1 =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-7.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-7-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O1 -DSTACK_SIZE=3D16384 -lm -o = /tmp/string-7.x1=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-7.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-7-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O1 -DSTACK_SIZE=3D16384 -lm -o = /tmp/string-7.x1 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {5121} pid is 5121 -5121=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no /tmp/ccbrZiGD.o: In function `test': /tmp/ccbrZiGD.o(.text+0x9c): undefined reference to `__builtin_mempcpy' /tmp/ccbrZiGD.o(.text+0xd4): undefined reference to `__builtin_mempcpy' /tmp/ccbrZiGD.o(.text+0x194): undefined reference to `__builtin_mempcpy' /tmp/ccbrZiGD.o(.text+0x2e4): undefined reference to `__builtin_mempcpy' /tmp/ccbrZiGD.o(.text+0x454): undefined reference to `__builtin_mempcpy' /tmp/ccbrZiGD.o(.text+0x494): more undefined references to = `__builtin_mempcpy' follow /tmp/ccbrZiGD.o: In function `test': /tmp/ccbrZiGD.o(.text+0x710): undefined reference to `__builtin_stpcpy' collect2: ld returned 1 exit status expect: does "/tmp/ccbrZiGD.o: In function = `test':\r\n/tmp/ccbrZiGD.o(.text+0x9c): undefined reference to = `__builtin_mempcpy'\r\n/tmp/ccbrZiGD.o(.text+0xd4): undefined reference = to `__builtin_mempcpy'\r\n/tmp/ccbrZiGD.o(.text+0x194): undefined = reference to `__builtin_mempcpy'\r\n/tmp/ccbrZiGD.o(.text+0x2e4): = undefined reference to = `__builtin_mempcpy'\r\n/tmp/ccbrZiGD.o(.text+0x454): undefined reference = to `__builtin_mempcpy'\r\n/tmp/ccbrZiGD.o(.text+0x494): more undefined = references to `__builtin_mempcpy' follow\r\n/tmp/ccbrZiGD.o: In function = `test':\r\n/tmp/ccbrZiGD.o(.text+0x710): undefined reference to = `__builtin_stpcpy'\r\ncollect2: ld returned 1 exit status\r\n" (spawn_id = exp7) match regular expression ".+"? yes expect: set expect_out(0,string) "/tmp/ccbrZiGD.o: In function = `test':\r\n/tmp/ccbrZiGD.o(.text+0x9c): undefined reference to = `__builtin_mempcpy'\r\n/tmp/ccbrZiGD.o(.text+0xd4): undefined reference = to `__builtin_mempcpy'\r\n/tmp/ccbrZiGD.o(.text+0x194): undefined = reference to `__builtin_mempcpy'\r\n/tmp/ccbrZiGD.o(.text+0x2e4): = undefined reference to = `__builtin_mempcpy'\r\n/tmp/ccbrZiGD.o(.text+0x454): undefined reference = to `__builtin_mempcpy'\r\n/tmp/ccbrZiGD.o(.text+0x494): more undefined = references to `__builtin_mempcpy' follow\r\n/tmp/ccbrZiGD.o: In function = `test':\r\n/tmp/ccbrZiGD.o(.text+0x710): undefined reference to = `__builtin_stpcpy'\r\ncollect2: ld returned 1 exit status\r\n" expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "/tmp/ccbrZiGD.o: In function = `test':\r\n/tmp/ccbrZiGD.o(.text+0x9c): undefined reference to = `__builtin_mempcpy'\r\n/tmp/ccbrZiGD.o(.text+0xd4): undefined reference = to `__builtin_mempcpy'\r\n/tmp/ccbrZiGD.o(.text+0x194): undefined = reference to `__builtin_mempcpy'\r\n/tmp/ccbrZiGD.o(.text+0x2e4): = undefined reference to = `__builtin_mempcpy'\r\n/tmp/ccbrZiGD.o(.text+0x454): undefined reference = to `__builtin_mempcpy'\r\n/tmp/ccbrZiGD.o(.text+0x494): more undefined = references to `__builtin_mempcpy' follow\r\n/tmp/ccbrZiGD.o: In function = `test':\r\n/tmp/ccbrZiGD.o(.text+0x710): undefined reference to = `__builtin_stpcpy'\r\ncollect2: ld returned 1 exit status\r\n" expect: continuing expect expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 5121 exp7 0 1=0A= close result is 5121 exp7 0 1=0A= output is /tmp/ccbrZiGD.o: In function `test': /tmp/ccbrZiGD.o(.text+0x9c): undefined reference to `__builtin_mempcpy' /tmp/ccbrZiGD.o(.text+0xd4): undefined reference to `__builtin_mempcpy' /tmp/ccbrZiGD.o(.text+0x194): undefined reference to `__builtin_mempcpy' /tmp/ccbrZiGD.o(.text+0x2e4): undefined reference to `__builtin_mempcpy' /tmp/ccbrZiGD.o(.text+0x454): undefined reference to `__builtin_mempcpy' /tmp/ccbrZiGD.o(.text+0x494): more undefined references to = `__builtin_mempcpy' follow /tmp/ccbrZiGD.o: In function `test': /tmp/ccbrZiGD.o(.text+0x710): undefined reference to `__builtin_stpcpy' collect2: ld returned 1 exit status =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= compiler exited with status 1=0A= output is:=0A= /tmp/ccbrZiGD.o: In function `test': /tmp/ccbrZiGD.o(.text+0x9c): undefined reference to `__builtin_mempcpy' /tmp/ccbrZiGD.o(.text+0xd4): undefined reference to `__builtin_mempcpy' /tmp/ccbrZiGD.o(.text+0x194): undefined reference to `__builtin_mempcpy' /tmp/ccbrZiGD.o(.text+0x2e4): undefined reference to `__builtin_mempcpy' /tmp/ccbrZiGD.o(.text+0x454): undefined reference to `__builtin_mempcpy' /tmp/ccbrZiGD.o(.text+0x494): more undefined references to = `__builtin_mempcpy' follow /tmp/ccbrZiGD.o: In function `test': /tmp/ccbrZiGD.o(.text+0x710): undefined reference to `__builtin_stpcpy' collect2: ld returned 1 exit status =0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= FAIL: gcc.c-torture/execute/builtins/string-7.c compilation, -O1 =0A= UNRESOLVED: gcc.c-torture/execute/builtins/string-7.c execution, -O1 =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/string-7.x1 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/string-7.x2 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/builtins/string-7.c, -O2 =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-7.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-7-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O2 -DSTACK_SIZE=3D16384 -lm -o = /tmp/string-7.x2=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-7.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-7-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O2 -DSTACK_SIZE=3D16384 -lm -o = /tmp/string-7.x2 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {5135} pid is 5135 -5135=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no /tmp/cc7dK4IV.o: In function `test': /tmp/cc7dK4IV.o(.text+0xb4): undefined reference to `__builtin_mempcpy' /tmp/cc7dK4IV.o(.text+0xf4): undefined reference to `__builtin_mempcpy' /tmp/cc7dK4IV.o(.text+0x1c0): undefined reference to `__builtin_mempcpy' /tmp/cc7dK4IV.o(.text+0x31c): undefined reference to `__builtin_mempcpy' /tmp/cc7dK4IV.o(.text+0x480): undefined reference to `__builtin_mempcpy' /tmp/cc7dK4IV.o(.text+0x4bc): more undefined references to = `__builtin_mempcpy' follow /tmp/cc7dK4IV.o: In function `test': /tmp/cc7dK4IV.o(.text+0x718): undefined reference to `__builtin_stpcpy' collect2: ld returned 1 exit status expect: does "/tmp/cc7dK4IV.o: In function = `test':\r\n/tmp/cc7dK4IV.o(.text+0xb4): undefined reference to = `__builtin_mempcpy'\r\n/tmp/cc7dK4IV.o(.text+0xf4): undefined reference = to `__builtin_mempcpy'\r\n/tmp/cc7dK4IV.o(.text+0x1c0): undefined = reference to `__builtin_mempcpy'\r\n/tmp/cc7dK4IV.o(.text+0x31c): = undefined reference to = `__builtin_mempcpy'\r\n/tmp/cc7dK4IV.o(.text+0x480): undefined reference = to `__builtin_mempcpy'\r\n/tmp/cc7dK4IV.o(.text+0x4bc): more undefined = references to `__builtin_mempcpy' follow\r\n/tmp/cc7dK4IV.o: In function = `test':\r\n/tmp/cc7dK4IV.o(.text+0x718): undefined reference to = `__builtin_stpcpy'\r\ncollect2: ld returned 1 exit status\r\n" (spawn_id = exp7) match regular expression ".+"? yes expect: set expect_out(0,string) "/tmp/cc7dK4IV.o: In function = `test':\r\n/tmp/cc7dK4IV.o(.text+0xb4): undefined reference to = `__builtin_mempcpy'\r\n/tmp/cc7dK4IV.o(.text+0xf4): undefined reference = to `__builtin_mempcpy'\r\n/tmp/cc7dK4IV.o(.text+0x1c0): undefined = reference to `__builtin_mempcpy'\r\n/tmp/cc7dK4IV.o(.text+0x31c): = undefined reference to = `__builtin_mempcpy'\r\n/tmp/cc7dK4IV.o(.text+0x480): undefined reference = to `__builtin_mempcpy'\r\n/tmp/cc7dK4IV.o(.text+0x4bc): more undefined = references to `__builtin_mempcpy' follow\r\n/tmp/cc7dK4IV.o: In function = `test':\r\n/tmp/cc7dK4IV.o(.text+0x718): undefined reference to = `__builtin_stpcpy'\r\ncollect2: ld returned 1 exit status\r\n" expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "/tmp/cc7dK4IV.o: In function = `test':\r\n/tmp/cc7dK4IV.o(.text+0xb4): undefined reference to = `__builtin_mempcpy'\r\n/tmp/cc7dK4IV.o(.text+0xf4): undefined reference = to `__builtin_mempcpy'\r\n/tmp/cc7dK4IV.o(.text+0x1c0): undefined = reference to `__builtin_mempcpy'\r\n/tmp/cc7dK4IV.o(.text+0x31c): = undefined reference to = `__builtin_mempcpy'\r\n/tmp/cc7dK4IV.o(.text+0x480): undefined reference = to `__builtin_mempcpy'\r\n/tmp/cc7dK4IV.o(.text+0x4bc): more undefined = references to `__builtin_mempcpy' follow\r\n/tmp/cc7dK4IV.o: In function = `test':\r\n/tmp/cc7dK4IV.o(.text+0x718): undefined reference to = `__builtin_stpcpy'\r\ncollect2: ld returned 1 exit status\r\n" expect: continuing expect expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 5135 exp7 0 1=0A= close result is 5135 exp7 0 1=0A= output is /tmp/cc7dK4IV.o: In function `test': /tmp/cc7dK4IV.o(.text+0xb4): undefined reference to `__builtin_mempcpy' /tmp/cc7dK4IV.o(.text+0xf4): undefined reference to `__builtin_mempcpy' /tmp/cc7dK4IV.o(.text+0x1c0): undefined reference to `__builtin_mempcpy' /tmp/cc7dK4IV.o(.text+0x31c): undefined reference to `__builtin_mempcpy' /tmp/cc7dK4IV.o(.text+0x480): undefined reference to `__builtin_mempcpy' /tmp/cc7dK4IV.o(.text+0x4bc): more undefined references to = `__builtin_mempcpy' follow /tmp/cc7dK4IV.o: In function `test': /tmp/cc7dK4IV.o(.text+0x718): undefined reference to `__builtin_stpcpy' collect2: ld returned 1 exit status =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= compiler exited with status 1=0A= output is:=0A= /tmp/cc7dK4IV.o: In function `test': /tmp/cc7dK4IV.o(.text+0xb4): undefined reference to `__builtin_mempcpy' /tmp/cc7dK4IV.o(.text+0xf4): undefined reference to `__builtin_mempcpy' /tmp/cc7dK4IV.o(.text+0x1c0): undefined reference to `__builtin_mempcpy' /tmp/cc7dK4IV.o(.text+0x31c): undefined reference to `__builtin_mempcpy' /tmp/cc7dK4IV.o(.text+0x480): undefined reference to `__builtin_mempcpy' /tmp/cc7dK4IV.o(.text+0x4bc): more undefined references to = `__builtin_mempcpy' follow /tmp/cc7dK4IV.o: In function `test': /tmp/cc7dK4IV.o(.text+0x718): undefined reference to `__builtin_stpcpy' collect2: ld returned 1 exit status =0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= FAIL: gcc.c-torture/execute/builtins/string-7.c compilation, -O2 =0A= UNRESOLVED: gcc.c-torture/execute/builtins/string-7.c execution, -O2 =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/string-7.x2 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/string-7.x3 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/builtins/string-7.c, -O3 = -fomit-frame-pointer =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-7.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-7-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O3 -fomit-frame-pointer = -DSTACK_SIZE=3D16384 -lm -o /tmp/string-7.x3=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-7.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-7-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O3 -fomit-frame-pointer = -DSTACK_SIZE=3D16384 -lm -o /tmp/string-7.x3 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {5149} pid is 5149 -5149=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no /tmp/ccudeytm.o: In function `test': /tmp/ccudeytm.o(.text+0xac): undefined reference to `__builtin_mempcpy' /tmp/ccudeytm.o(.text+0xec): undefined reference to `__builtin_mempcpy' /tmp/ccudeytm.o(.text+0x1b8): undefined reference to `__builtin_mempcpy' /tmp/ccudeytm.o(.text+0x314): undefined reference to `__builtin_mempcpy' /tmp/ccudeytm.o(.text+0x478): undefined reference to `__builtin_mempcpy' /tmp/ccudeytm.o(.text+0x4b4): more undefined references to = `__builtin_mempcpy' follow /tmp/ccudeytm.o: In function `test': /tmp/ccudeytm.o(.text+0x710): undefined reference to `__builtin_stpcpy' collect2: ld returned 1 exit status expect: does "/tmp/ccudeytm.o: In function = `test':\r\n/tmp/ccudeytm.o(.text+0xac): undefined reference to = `__builtin_mempcpy'\r\n/tmp/ccudeytm.o(.text+0xec): undefined reference = to `__builtin_mempcpy'\r\n/tmp/ccudeytm.o(.text+0x1b8): undefined = reference to `__builtin_mempcpy'\r\n/tmp/ccudeytm.o(.text+0x314): = undefined reference to = `__builtin_mempcpy'\r\n/tmp/ccudeytm.o(.text+0x478): undefined reference = to `__builtin_mempcpy'\r\n/tmp/ccudeytm.o(.text+0x4b4): more undefined = references to `__builtin_mempcpy' follow\r\n/tmp/ccudeytm.o: In function = `test':\r\n/tmp/ccudeytm.o(.text+0x710): undefined reference to = `__builtin_stpcpy'\r\ncollect2: ld returned 1 exit status\r\n" (spawn_id = exp7) match regular expression ".+"? yes expect: set expect_out(0,string) "/tmp/ccudeytm.o: In function = `test':\r\n/tmp/ccudeytm.o(.text+0xac): undefined reference to = `__builtin_mempcpy'\r\n/tmp/ccudeytm.o(.text+0xec): undefined reference = to `__builtin_mempcpy'\r\n/tmp/ccudeytm.o(.text+0x1b8): undefined = reference to `__builtin_mempcpy'\r\n/tmp/ccudeytm.o(.text+0x314): = undefined reference to = `__builtin_mempcpy'\r\n/tmp/ccudeytm.o(.text+0x478): undefined reference = to `__builtin_mempcpy'\r\n/tmp/ccudeytm.o(.text+0x4b4): more undefined = references to `__builtin_mempcpy' follow\r\n/tmp/ccudeytm.o: In function = `test':\r\n/tmp/ccudeytm.o(.text+0x710): undefined reference to = `__builtin_stpcpy'\r\ncollect2: ld returned 1 exit status\r\n" expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "/tmp/ccudeytm.o: In function = `test':\r\n/tmp/ccudeytm.o(.text+0xac): undefined reference to = `__builtin_mempcpy'\r\n/tmp/ccudeytm.o(.text+0xec): undefined reference = to `__builtin_mempcpy'\r\n/tmp/ccudeytm.o(.text+0x1b8): undefined = reference to `__builtin_mempcpy'\r\n/tmp/ccudeytm.o(.text+0x314): = undefined reference to = `__builtin_mempcpy'\r\n/tmp/ccudeytm.o(.text+0x478): undefined reference = to `__builtin_mempcpy'\r\n/tmp/ccudeytm.o(.text+0x4b4): more undefined = references to `__builtin_mempcpy' follow\r\n/tmp/ccudeytm.o: In function = `test':\r\n/tmp/ccudeytm.o(.text+0x710): undefined reference to = `__builtin_stpcpy'\r\ncollect2: ld returned 1 exit status\r\n" expect: continuing expect expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 5149 exp7 0 1=0A= close result is 5149 exp7 0 1=0A= output is /tmp/ccudeytm.o: In function `test': /tmp/ccudeytm.o(.text+0xac): undefined reference to `__builtin_mempcpy' /tmp/ccudeytm.o(.text+0xec): undefined reference to `__builtin_mempcpy' /tmp/ccudeytm.o(.text+0x1b8): undefined reference to `__builtin_mempcpy' /tmp/ccudeytm.o(.text+0x314): undefined reference to `__builtin_mempcpy' /tmp/ccudeytm.o(.text+0x478): undefined reference to `__builtin_mempcpy' /tmp/ccudeytm.o(.text+0x4b4): more undefined references to = `__builtin_mempcpy' follow /tmp/ccudeytm.o: In function `test': /tmp/ccudeytm.o(.text+0x710): undefined reference to `__builtin_stpcpy' collect2: ld returned 1 exit status =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= compiler exited with status 1=0A= output is:=0A= /tmp/ccudeytm.o: In function `test': /tmp/ccudeytm.o(.text+0xac): undefined reference to `__builtin_mempcpy' /tmp/ccudeytm.o(.text+0xec): undefined reference to `__builtin_mempcpy' /tmp/ccudeytm.o(.text+0x1b8): undefined reference to `__builtin_mempcpy' /tmp/ccudeytm.o(.text+0x314): undefined reference to `__builtin_mempcpy' /tmp/ccudeytm.o(.text+0x478): undefined reference to `__builtin_mempcpy' /tmp/ccudeytm.o(.text+0x4b4): more undefined references to = `__builtin_mempcpy' follow /tmp/ccudeytm.o: In function `test': /tmp/ccudeytm.o(.text+0x710): undefined reference to `__builtin_stpcpy' collect2: ld returned 1 exit status =0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= FAIL: gcc.c-torture/execute/builtins/string-7.c compilation, -O3 = -fomit-frame-pointer =0A= UNRESOLVED: gcc.c-torture/execute/builtins/string-7.c execution, -O3 = -fomit-frame-pointer =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/string-7.x3 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/string-7.x4 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/builtins/string-7.c, -O3 -g =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-7.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-7-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O3 -g -DSTACK_SIZE=3D16384 -lm = -o /tmp/string-7.x4=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-7.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-7-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O3 -g -DSTACK_SIZE=3D16384 -lm = -o /tmp/string-7.x4 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {5163} pid is 5163 -5163=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no /tmp/ccgwZyDB.o: In function `test': /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-7.c:34: undefined reference to `__builtin_mempcpy' /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-7.c:38: undefined reference to `__builtin_mempcpy' /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-7.c:52: undefined reference to `__builtin_mempcpy' /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-7.c:78: undefined reference to `__builtin_mempcpy' /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-7.c:99: undefined reference to `__builtin_mempcpy' /tmp/ccgwZyDB.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/builtins/string-7.c:103: more undefined references = to `__builtin_mempcpy' follow /tmp/ccgwZyDB.o: In function `test': /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-7.c:150: undefined reference to `__builtin_stpcpy' collect2: ld returned 1 exit status expect: does "/tmp/ccgwZyDB.o: In function = `test':\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c= -torture/execute/builtins/string-7.c:34: undefined reference to = `__builtin_mempcpy'\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/tes= tsuite/gcc.c-torture/execute/builtins/string-7.c:38: undefined reference = to = `__builtin_mempcpy'\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/tes= tsuite/gcc.c-torture/execute/builtins/string-7.c:52: undefined reference = to = `__builtin_mempcpy'\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/tes= tsuite/gcc.c-torture/execute/builtins/string-7.c:78: undefined reference = to = `__builtin_mempcpy'\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/tes= tsuite/gcc.c-torture/execute/builtins/string-7.c:99: undefined reference = to = `__builtin_mempcpy'\r\n/tmp/ccgwZyDB.o:/home/deepakj/testing/testsuites/g= cc-3.4.4/gcc/testsuite/gcc.c-torture/execute/builtins/string-7.c:103: = more undefined references to `__builtin_mempcpy' = follow\r\n/tmp/ccgwZyDB.o: In function = `test':\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c= -torture/execute/builtins/string-7.c:150: undefined reference to = `__builtin_stpcpy'\r\ncollect2: ld returned 1 exit status\r\n" (spawn_id = exp7) match regular expression ".+"? yes expect: set expect_out(0,string) "/tmp/ccgwZyDB.o: In function = `test':\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c= -torture/execute/builtins/string-7.c:34: undefined reference to = `__builtin_mempcpy'\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/tes= tsuite/gcc.c-torture/execute/builtins/string-7.c:38: undefined reference = to = `__builtin_mempcpy'\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/tes= tsuite/gcc.c-torture/execute/builtins/string-7.c:52: undefined reference = to = `__builtin_mempcpy'\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/tes= tsuite/gcc.c-torture/execute/builtins/string-7.c:78: undefined reference = to = `__builtin_mempcpy'\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/tes= tsuite/gcc.c-torture/execute/builtins/string-7.c:99: undefined reference = to = `__builtin_mempcpy'\r\n/tmp/ccgwZyDB.o:/home/deepakj/testing/testsuites/g= cc-3.4.4/gcc/testsuite/gcc.c-torture/execute/builtins/string-7.c:103: = more undefined references to `__builtin_mempcpy' = follow\r\n/tmp/ccgwZyDB.o: In function = `test':\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c= -torture/execute/builtins/string-7.c:150: undefined reference to = `__builtin_stpcpy'\r\ncollect2: ld returned 1 exit status\r\n" expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "/tmp/ccgwZyDB.o: In function = `test':\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c= -torture/execute/builtins/string-7.c:34: undefined reference to = `__builtin_mempcpy'\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/tes= tsuite/gcc.c-torture/execute/builtins/string-7.c:38: undefined reference = to = `__builtin_mempcpy'\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/tes= tsuite/gcc.c-torture/execute/builtins/string-7.c:52: undefined reference = to = `__builtin_mempcpy'\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/tes= tsuite/gcc.c-torture/execute/builtins/string-7.c:78: undefined reference = to = `__builtin_mempcpy'\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/tes= tsuite/gcc.c-torture/execute/builtins/string-7.c:99: undefined reference = to = `__builtin_mempcpy'\r\n/tmp/ccgwZyDB.o:/home/deepakj/testing/testsuites/g= cc-3.4.4/gcc/testsuite/gcc.c-torture/execute/builtins/string-7.c:103: = more undefined references to `__builtin_mempcpy' = follow\r\n/tmp/ccgwZyDB.o: In function = `test':\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c= -torture/execute/builtins/string-7.c:150: undefined reference to = `__builtin_stpcpy'\r\ncollect2: ld returned 1 exit status\r\n" expect: continuing expect expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 5163 exp7 0 1=0A= close result is 5163 exp7 0 1=0A= output is /tmp/ccgwZyDB.o: In function `test': /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-7.c:34: undefined reference to `__builtin_mempcpy' /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-7.c:38: undefined reference to `__builtin_mempcpy' /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-7.c:52: undefined reference to `__builtin_mempcpy' /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-7.c:78: undefined reference to `__builtin_mempcpy' /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-7.c:99: undefined reference to `__builtin_mempcpy' /tmp/ccgwZyDB.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/builtins/string-7.c:103: more undefined references = to `__builtin_mempcpy' follow /tmp/ccgwZyDB.o: In function `test': /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-7.c:150: undefined reference to `__builtin_stpcpy' collect2: ld returned 1 exit status =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= compiler exited with status 1=0A= output is:=0A= /tmp/ccgwZyDB.o: In function `test': /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-7.c:34: undefined reference to `__builtin_mempcpy' /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-7.c:38: undefined reference to `__builtin_mempcpy' /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-7.c:52: undefined reference to `__builtin_mempcpy' /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-7.c:78: undefined reference to `__builtin_mempcpy' /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-7.c:99: undefined reference to `__builtin_mempcpy' /tmp/ccgwZyDB.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/builtins/string-7.c:103: more undefined references = to `__builtin_mempcpy' follow /tmp/ccgwZyDB.o: In function `test': /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-7.c:150: undefined reference to `__builtin_stpcpy' collect2: ld returned 1 exit status =0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= FAIL: gcc.c-torture/execute/builtins/string-7.c compilation, -O3 -g =0A= UNRESOLVED: gcc.c-torture/execute/builtins/string-7.c execution, -O3 -g =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/string-7.x4 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/string-7.x5 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/builtins/string-7.c, -Os =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-7.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-7-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -Os -DSTACK_SIZE=3D16384 -lm -o = /tmp/string-7.x5=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-7.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-7-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -Os -DSTACK_SIZE=3D16384 -lm -o = /tmp/string-7.x5 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {5177} pid is 5177 -5177=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no /tmp/cc0eLOk8.o: In function `test': /tmp/cc0eLOk8.o(.text+0xa0): undefined reference to `__builtin_mempcpy' /tmp/cc0eLOk8.o(.text+0xd8): undefined reference to `__builtin_mempcpy' /tmp/cc0eLOk8.o(.text+0x198): undefined reference to `__builtin_mempcpy' /tmp/cc0eLOk8.o(.text+0x2f0): undefined reference to `__builtin_mempcpy' /tmp/cc0eLOk8.o(.text+0x448): undefined reference to `__builtin_mempcpy' /tmp/cc0eLOk8.o(.text+0x484): more undefined references to = `__builtin_mempcpy' follow /tmp/cc0eLOk8.o: In function `test': /tmp/cc0eLOk8.o(.text+0x6e0): undefined reference to `__builtin_stpcpy' collect2: ld returned 1 exit status expect: does "/tmp/cc0eLOk8.o: In function = `test':\r\n/tmp/cc0eLOk8.o(.text+0xa0): undefined reference to = `__builtin_mempcpy'\r\n/tmp/cc0eLOk8.o(.text+0xd8): undefined reference = to `__builtin_mempcpy'\r\n/tmp/cc0eLOk8.o(.text+0x198): undefined = reference to `__builtin_mempcpy'\r\n/tmp/cc0eLOk8.o(.text+0x2f0): = undefined reference to = `__builtin_mempcpy'\r\n/tmp/cc0eLOk8.o(.text+0x448): undefined reference = to `__builtin_mempcpy'\r\n/tmp/cc0eLOk8.o(.text+0x484): more undefined = references to `__builtin_mempcpy' follow\r\n/tmp/cc0eLOk8.o: In function = `test':\r\n/tmp/cc0eLOk8.o(.text+0x6e0): undefined reference to = `__builtin_stpcpy'\r\ncollect2: ld returned 1 exit status\r\n" (spawn_id = exp7) match regular expression ".+"? yes expect: set expect_out(0,string) "/tmp/cc0eLOk8.o: In function = `test':\r\n/tmp/cc0eLOk8.o(.text+0xa0): undefined reference to = `__builtin_mempcpy'\r\n/tmp/cc0eLOk8.o(.text+0xd8): undefined reference = to `__builtin_mempcpy'\r\n/tmp/cc0eLOk8.o(.text+0x198): undefined = reference to `__builtin_mempcpy'\r\n/tmp/cc0eLOk8.o(.text+0x2f0): = undefined reference to = `__builtin_mempcpy'\r\n/tmp/cc0eLOk8.o(.text+0x448): undefined reference = to `__builtin_mempcpy'\r\n/tmp/cc0eLOk8.o(.text+0x484): more undefined = references to `__builtin_mempcpy' follow\r\n/tmp/cc0eLOk8.o: In function = `test':\r\n/tmp/cc0eLOk8.o(.text+0x6e0): undefined reference to = `__builtin_stpcpy'\r\ncollect2: ld returned 1 exit status\r\n" expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "/tmp/cc0eLOk8.o: In function = `test':\r\n/tmp/cc0eLOk8.o(.text+0xa0): undefined reference to = `__builtin_mempcpy'\r\n/tmp/cc0eLOk8.o(.text+0xd8): undefined reference = to `__builtin_mempcpy'\r\n/tmp/cc0eLOk8.o(.text+0x198): undefined = reference to `__builtin_mempcpy'\r\n/tmp/cc0eLOk8.o(.text+0x2f0): = undefined reference to = `__builtin_mempcpy'\r\n/tmp/cc0eLOk8.o(.text+0x448): undefined reference = to `__builtin_mempcpy'\r\n/tmp/cc0eLOk8.o(.text+0x484): more undefined = references to `__builtin_mempcpy' follow\r\n/tmp/cc0eLOk8.o: In function = `test':\r\n/tmp/cc0eLOk8.o(.text+0x6e0): undefined reference to = `__builtin_stpcpy'\r\ncollect2: ld returned 1 exit status\r\n" expect: continuing expect expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 5177 exp7 0 1=0A= close result is 5177 exp7 0 1=0A= output is /tmp/cc0eLOk8.o: In function `test': /tmp/cc0eLOk8.o(.text+0xa0): undefined reference to `__builtin_mempcpy' /tmp/cc0eLOk8.o(.text+0xd8): undefined reference to `__builtin_mempcpy' /tmp/cc0eLOk8.o(.text+0x198): undefined reference to `__builtin_mempcpy' /tmp/cc0eLOk8.o(.text+0x2f0): undefined reference to `__builtin_mempcpy' /tmp/cc0eLOk8.o(.text+0x448): undefined reference to `__builtin_mempcpy' /tmp/cc0eLOk8.o(.text+0x484): more undefined references to = `__builtin_mempcpy' follow /tmp/cc0eLOk8.o: In function `test': /tmp/cc0eLOk8.o(.text+0x6e0): undefined reference to `__builtin_stpcpy' collect2: ld returned 1 exit status =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= compiler exited with status 1=0A= output is:=0A= /tmp/cc0eLOk8.o: In function `test': /tmp/cc0eLOk8.o(.text+0xa0): undefined reference to `__builtin_mempcpy' /tmp/cc0eLOk8.o(.text+0xd8): undefined reference to `__builtin_mempcpy' /tmp/cc0eLOk8.o(.text+0x198): undefined reference to `__builtin_mempcpy' /tmp/cc0eLOk8.o(.text+0x2f0): undefined reference to `__builtin_mempcpy' /tmp/cc0eLOk8.o(.text+0x448): undefined reference to `__builtin_mempcpy' /tmp/cc0eLOk8.o(.text+0x484): more undefined references to = `__builtin_mempcpy' follow /tmp/cc0eLOk8.o: In function `test': /tmp/cc0eLOk8.o(.text+0x6e0): undefined reference to `__builtin_stpcpy' collect2: ld returned 1 exit status =0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= FAIL: gcc.c-torture/execute/builtins/string-7.c compilation, -Os =0A= UNRESOLVED: gcc.c-torture/execute/builtins/string-7.c execution, -Os =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/string-7.x5 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/string-8.x0 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/builtins/string-8.c, -O0 =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-8.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-8-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O0 -DSTACK_SIZE=3D16384 -lm -o = /tmp/string-8.x0=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-8.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-8-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O0 -DSTACK_SIZE=3D16384 -lm -o = /tmp/string-8.x0 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {5192} pid is 5192 -5192=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 5192 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/builtins/string-8.c compilation, -O0 =0A= board_info target exists no_long_long=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/string-8.x0 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/string-8.x0 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/string-8.x0 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {5206} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/builtins/string-8.c execution, -O0 =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/string-8.x1 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/builtins/string-8.c, -O1 =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-8.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-8-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O1 -DSTACK_SIZE=3D16384 -lm -o = /tmp/string-8.x1=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-8.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-8-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O1 -DSTACK_SIZE=3D16384 -lm -o = /tmp/string-8.x1 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {5210} pid is 5210 -5210=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 5210 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/builtins/string-8.c compilation, -O1 =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/string-8.x0 /tmp/string-8.x1 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/string-8.x1 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/string-8.x1 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/string-8.x1 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {5224} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/builtins/string-8.c execution, -O1 =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/string-8.x2 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/builtins/string-8.c, -O2 =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-8.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-8-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O2 -DSTACK_SIZE=3D16384 -lm -o = /tmp/string-8.x2=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-8.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-8-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O2 -DSTACK_SIZE=3D16384 -lm -o = /tmp/string-8.x2 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {5228} pid is 5228 -5228=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 5228 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/builtins/string-8.c compilation, -O2 =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/string-8.x1 /tmp/string-8.x2 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Executing on build: cmp /tmp/string-8.x1 /tmp/string-8.x2 (timeout =3D = 300)=0A= calling is_remote build=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is build, not remote=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {5242} pid is 5242 -5242=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no /tmp/string-8.x1 /tmp/string-8.x2 differ: byte 33005, line 4 expect: does "/tmp/string-8.x1 /tmp/string-8.x2 differ: byte 33005, line = 4\r\n" (spawn_id exp7) match regular expression ".+"? yes expect: set expect_out(0,string) "/tmp/string-8.x1 /tmp/string-8.x2 = differ: byte 33005, line 4\r\n" expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "/tmp/string-8.x1 /tmp/string-8.x2 = differ: byte 33005, line 4\r\n" expect: continuing expect expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 5242 exp7 0 1=0A= close result is 5242 exp7 0 1=0A= output is /tmp/string-8.x1 /tmp/string-8.x2 differ: byte 33005, line 4 =0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/string-8.x2 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/string-8.x2 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/string-8.x2 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {5245} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/builtins/string-8.c execution, -O2 =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/string-8.x3 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/builtins/string-8.c, -O3 = -fomit-frame-pointer =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-8.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-8-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O3 -fomit-frame-pointer = -DSTACK_SIZE=3D16384 -lm -o /tmp/string-8.x3=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-8.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-8-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O3 -fomit-frame-pointer = -DSTACK_SIZE=3D16384 -lm -o /tmp/string-8.x3 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {5249} pid is 5249 -5249=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 5249 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/builtins/string-8.c compilation, -O3 = -fomit-frame-pointer =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/string-8.x2 /tmp/string-8.x3 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/string-8.x3 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/string-8.x3 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/string-8.x3 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {5263} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/builtins/string-8.c execution, -O3 = -fomit-frame-pointer =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/string-8.x4 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/builtins/string-8.c, -O3 -g =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-8.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-8-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O3 -g -DSTACK_SIZE=3D16384 -lm = -o /tmp/string-8.x4=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-8.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-8-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O3 -g -DSTACK_SIZE=3D16384 -lm = -o /tmp/string-8.x4 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {5267} pid is 5267 -5267=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 5267 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/builtins/string-8.c compilation, -O3 -g =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/string-8.x3 /tmp/string-8.x4 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/string-8.x4 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/string-8.x4 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/string-8.x4 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {5281} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/builtins/string-8.c execution, -O3 -g =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/string-8.x5 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/builtins/string-8.c, -Os =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-8.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-8-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -Os -DSTACK_SIZE=3D16384 -lm -o = /tmp/string-8.x5=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-8.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-8-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -Os -DSTACK_SIZE=3D16384 -lm -o = /tmp/string-8.x5 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {5285} pid is 5285 -5285=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 5285 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/builtins/string-8.c compilation, -Os =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/string-8.x4 /tmp/string-8.x5 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/string-8.x5 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/string-8.x5 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/string-8.x5 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {5299} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/builtins/string-8.c execution, -Os =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/string-9.x0 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/builtins/string-9.c, -O0 =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-9.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-9-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O0 -DSTACK_SIZE=3D16384 -lm -o = /tmp/string-9.x0=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-9.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-9-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O0 -DSTACK_SIZE=3D16384 -lm -o = /tmp/string-9.x0 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {5302} pid is 5302 -5302=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no /tmp/ccdpOHTY.o: In function `main_test': /tmp/ccdpOHTY.o(.text+0x5b0): undefined reference to `__builtin_strcat' collect2: ld returned 1 exit status expect: does "/tmp/ccdpOHTY.o: In function = `main_test':\r\n/tmp/ccdpOHTY.o(.text+0x5b0): undefined reference to = `__builtin_strcat'\r\ncollect2: ld returned 1 exit status\r\n" (spawn_id = exp7) match regular expression ".+"? yes expect: set expect_out(0,string) "/tmp/ccdpOHTY.o: In function = `main_test':\r\n/tmp/ccdpOHTY.o(.text+0x5b0): undefined reference to = `__builtin_strcat'\r\ncollect2: ld returned 1 exit status\r\n" expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "/tmp/ccdpOHTY.o: In function = `main_test':\r\n/tmp/ccdpOHTY.o(.text+0x5b0): undefined reference to = `__builtin_strcat'\r\ncollect2: ld returned 1 exit status\r\n" expect: continuing expect expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 5302 exp7 0 1=0A= close result is 5302 exp7 0 1=0A= output is /tmp/ccdpOHTY.o: In function `main_test': /tmp/ccdpOHTY.o(.text+0x5b0): undefined reference to `__builtin_strcat' collect2: ld returned 1 exit status =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= compiler exited with status 1=0A= output is:=0A= /tmp/ccdpOHTY.o: In function `main_test': /tmp/ccdpOHTY.o(.text+0x5b0): undefined reference to `__builtin_strcat' collect2: ld returned 1 exit status =0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= FAIL: gcc.c-torture/execute/builtins/string-9.c compilation, -O0 =0A= UNRESOLVED: gcc.c-torture/execute/builtins/string-9.c execution, -O0 =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/string-9.x0 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/string-9.x1 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/builtins/string-9.c, -O1 =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-9.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-9-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O1 -DSTACK_SIZE=3D16384 -lm -o = /tmp/string-9.x1=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-9.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-9-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O1 -DSTACK_SIZE=3D16384 -lm -o = /tmp/string-9.x1 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {5316} pid is 5316 -5316=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no /tmp/cc3gxqZb.o: In function `main_test': /tmp/cc3gxqZb.o(.text+0x34c): undefined reference to `__builtin_strcat' collect2: ld returned 1 exit status expect: does "/tmp/cc3gxqZb.o: In function = `main_test':\r\n/tmp/cc3gxqZb.o(.text+0x34c): undefined reference to = `__builtin_strcat'\r\ncollect2: ld returned 1 exit status\r\n" (spawn_id = exp7) match regular expression ".+"? yes expect: set expect_out(0,string) "/tmp/cc3gxqZb.o: In function = `main_test':\r\n/tmp/cc3gxqZb.o(.text+0x34c): undefined reference to = `__builtin_strcat'\r\ncollect2: ld returned 1 exit status\r\n" expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "/tmp/cc3gxqZb.o: In function = `main_test':\r\n/tmp/cc3gxqZb.o(.text+0x34c): undefined reference to = `__builtin_strcat'\r\ncollect2: ld returned 1 exit status\r\n" expect: continuing expect expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 5316 exp7 0 1=0A= close result is 5316 exp7 0 1=0A= output is /tmp/cc3gxqZb.o: In function `main_test': /tmp/cc3gxqZb.o(.text+0x34c): undefined reference to `__builtin_strcat' collect2: ld returned 1 exit status =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= compiler exited with status 1=0A= output is:=0A= /tmp/cc3gxqZb.o: In function `main_test': /tmp/cc3gxqZb.o(.text+0x34c): undefined reference to `__builtin_strcat' collect2: ld returned 1 exit status =0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= FAIL: gcc.c-torture/execute/builtins/string-9.c compilation, -O1 =0A= UNRESOLVED: gcc.c-torture/execute/builtins/string-9.c execution, -O1 =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/string-9.x1 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/string-9.x2 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/builtins/string-9.c, -O2 =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-9.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-9-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O2 -DSTACK_SIZE=3D16384 -lm -o = /tmp/string-9.x2=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-9.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-9-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O2 -DSTACK_SIZE=3D16384 -lm -o = /tmp/string-9.x2 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {5330} pid is 5330 -5330=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no /tmp/cc5shoer.o: In function `main_test': /tmp/cc5shoer.o(.text+0x2f8): undefined reference to `__builtin_strcat' collect2: ld returned 1 exit status expect: does "/tmp/cc5shoer.o: In function = `main_test':\r\n/tmp/cc5shoer.o(.text+0x2f8): undefined reference to = `__builtin_strcat'\r\ncollect2: ld returned 1 exit status\r\n" (spawn_id = exp7) match regular expression ".+"? yes expect: set expect_out(0,string) "/tmp/cc5shoer.o: In function = `main_test':\r\n/tmp/cc5shoer.o(.text+0x2f8): undefined reference to = `__builtin_strcat'\r\ncollect2: ld returned 1 exit status\r\n" expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "/tmp/cc5shoer.o: In function = `main_test':\r\n/tmp/cc5shoer.o(.text+0x2f8): undefined reference to = `__builtin_strcat'\r\ncollect2: ld returned 1 exit status\r\n" expect: continuing expect expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 5330 exp7 0 1=0A= close result is 5330 exp7 0 1=0A= output is /tmp/cc5shoer.o: In function `main_test': /tmp/cc5shoer.o(.text+0x2f8): undefined reference to `__builtin_strcat' collect2: ld returned 1 exit status =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= compiler exited with status 1=0A= output is:=0A= /tmp/cc5shoer.o: In function `main_test': /tmp/cc5shoer.o(.text+0x2f8): undefined reference to `__builtin_strcat' collect2: ld returned 1 exit status =0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= FAIL: gcc.c-torture/execute/builtins/string-9.c compilation, -O2 =0A= UNRESOLVED: gcc.c-torture/execute/builtins/string-9.c execution, -O2 =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/string-9.x2 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/string-9.x3 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/builtins/string-9.c, -O3 = -fomit-frame-pointer =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-9.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-9-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O3 -fomit-frame-pointer = -DSTACK_SIZE=3D16384 -lm -o /tmp/string-9.x3=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-9.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-9-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O3 -fomit-frame-pointer = -DSTACK_SIZE=3D16384 -lm -o /tmp/string-9.x3 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {5344} pid is 5344 -5344=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no /tmp/cc6AG5PH.o: In function `main_test': /tmp/cc6AG5PH.o(.text+0x2f0): undefined reference to `__builtin_strcat' collect2: ld returned 1 exit status expect: does "/tmp/cc6AG5PH.o: In function = `main_test':\r\n/tmp/cc6AG5PH.o(.text+0x2f0): undefined reference to = `__builtin_strcat'\r\ncollect2: ld returned 1 exit status\r\n" (spawn_id = exp7) match regular expression ".+"? yes expect: set expect_out(0,string) "/tmp/cc6AG5PH.o: In function = `main_test':\r\n/tmp/cc6AG5PH.o(.text+0x2f0): undefined reference to = `__builtin_strcat'\r\ncollect2: ld returned 1 exit status\r\n" expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "/tmp/cc6AG5PH.o: In function = `main_test':\r\n/tmp/cc6AG5PH.o(.text+0x2f0): undefined reference to = `__builtin_strcat'\r\ncollect2: ld returned 1 exit status\r\n" expect: continuing expect expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 5344 exp7 0 1=0A= close result is 5344 exp7 0 1=0A= output is /tmp/cc6AG5PH.o: In function `main_test': /tmp/cc6AG5PH.o(.text+0x2f0): undefined reference to `__builtin_strcat' collect2: ld returned 1 exit status =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= compiler exited with status 1=0A= output is:=0A= /tmp/cc6AG5PH.o: In function `main_test': /tmp/cc6AG5PH.o(.text+0x2f0): undefined reference to `__builtin_strcat' collect2: ld returned 1 exit status =0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= FAIL: gcc.c-torture/execute/builtins/string-9.c compilation, -O3 = -fomit-frame-pointer =0A= UNRESOLVED: gcc.c-torture/execute/builtins/string-9.c execution, -O3 = -fomit-frame-pointer =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/string-9.x3 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/string-9.x4 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/builtins/string-9.c, -O3 = -fomit-frame-pointer -funroll-loops =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-9.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-9-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O3 -fomit-frame-pointer -funroll-loops = -DSTACK_SIZE=3D16384 -lm -o /tmp/string-9.x4=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-9.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-9-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O3 -fomit-frame-pointer -funroll-loops = -DSTACK_SIZE=3D16384 -lm -o /tmp/string-9.x4 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {5358} pid is 5358 -5358=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no /tmp/ccOCpqF4.o: In function `main_test': /tmp/ccOCpqF4.o(.text+0x2f0): undefined reference to `__builtin_strcat' collect2: ld returned 1 exit status expect: does "/tmp/ccOCpqF4.o: In function = `main_test':\r\n/tmp/ccOCpqF4.o(.text+0x2f0): undefined reference to = `__builtin_strcat'\r\ncollect2: ld returned 1 exit status\r\n" (spawn_id = exp7) match regular expression ".+"? yes expect: set expect_out(0,string) "/tmp/ccOCpqF4.o: In function = `main_test':\r\n/tmp/ccOCpqF4.o(.text+0x2f0): undefined reference to = `__builtin_strcat'\r\ncollect2: ld returned 1 exit status\r\n" expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "/tmp/ccOCpqF4.o: In function = `main_test':\r\n/tmp/ccOCpqF4.o(.text+0x2f0): undefined reference to = `__builtin_strcat'\r\ncollect2: ld returned 1 exit status\r\n" expect: continuing expect expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 5358 exp7 0 1=0A= close result is 5358 exp7 0 1=0A= output is /tmp/ccOCpqF4.o: In function `main_test': /tmp/ccOCpqF4.o(.text+0x2f0): undefined reference to `__builtin_strcat' collect2: ld returned 1 exit status =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= compiler exited with status 1=0A= output is:=0A= /tmp/ccOCpqF4.o: In function `main_test': /tmp/ccOCpqF4.o(.text+0x2f0): undefined reference to `__builtin_strcat' collect2: ld returned 1 exit status =0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= FAIL: gcc.c-torture/execute/builtins/string-9.c compilation, -O3 = -fomit-frame-pointer -funroll-loops =0A= UNRESOLVED: gcc.c-torture/execute/builtins/string-9.c execution, -O3 = -fomit-frame-pointer -funroll-loops =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/string-9.x4 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/string-9.x5 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/builtins/string-9.c, -O3 = -fomit-frame-pointer -funroll-all-loops -finline-functions =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-9.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-9-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O3 -fomit-frame-pointer = -funroll-all-loops -finline-functions -DSTACK_SIZE=3D16384 -lm = -o /tmp/string-9.x5=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-9.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-9-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O3 -fomit-frame-pointer = -funroll-all-loops -finline-functions -DSTACK_SIZE=3D16384 -lm = -o /tmp/string-9.x5 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {5372} pid is 5372 -5372=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no /tmp/ccYM51Jv.o: In function `main_test': /tmp/ccYM51Jv.o(.text+0x2f0): undefined reference to `__builtin_strcat' collect2: ld returned 1 exit status expect: does "/tmp/ccYM51Jv.o: In function = `main_test':\r\n/tmp/ccYM51Jv.o(.text+0x2f0): undefined reference to = `__builtin_strcat'\r\ncollect2: ld returned 1 exit status\r\n" (spawn_id = exp7) match regular expression ".+"? yes expect: set expect_out(0,string) "/tmp/ccYM51Jv.o: In function = `main_test':\r\n/tmp/ccYM51Jv.o(.text+0x2f0): undefined reference to = `__builtin_strcat'\r\ncollect2: ld returned 1 exit status\r\n" expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "/tmp/ccYM51Jv.o: In function = `main_test':\r\n/tmp/ccYM51Jv.o(.text+0x2f0): undefined reference to = `__builtin_strcat'\r\ncollect2: ld returned 1 exit status\r\n" expect: continuing expect expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 5372 exp7 0 1=0A= close result is 5372 exp7 0 1=0A= output is /tmp/ccYM51Jv.o: In function `main_test': /tmp/ccYM51Jv.o(.text+0x2f0): undefined reference to `__builtin_strcat' collect2: ld returned 1 exit status =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= compiler exited with status 1=0A= output is:=0A= /tmp/ccYM51Jv.o: In function `main_test': /tmp/ccYM51Jv.o(.text+0x2f0): undefined reference to `__builtin_strcat' collect2: ld returned 1 exit status =0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= FAIL: gcc.c-torture/execute/builtins/string-9.c compilation, -O3 = -fomit-frame-pointer -funroll-all-loops -finline-functions =0A= UNRESOLVED: gcc.c-torture/execute/builtins/string-9.c execution, -O3 = -fomit-frame-pointer -funroll-all-loops -finline-functions =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/string-9.x5 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/string-9.x6 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/builtins/string-9.c, -O3 -g =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-9.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-9-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O3 -g -DSTACK_SIZE=3D16384 -lm = -o /tmp/string-9.x6=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-9.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-9-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O3 -g -DSTACK_SIZE=3D16384 -lm = -o /tmp/string-9.x6 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {5386} pid is 5386 -5386=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no /tmp/ccgTrq0U.o: In function `main_test': /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-9.c:77: undefined reference to `__builtin_strcat' collect2: ld returned 1 exit status expect: does "/tmp/ccgTrq0U.o: In function = `main_test':\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/builtins/string-9.c:77: undefined reference to = `__builtin_strcat'\r\ncollect2: ld returned 1 exit status\r\n" (spawn_id = exp7) match regular expression ".+"? yes expect: set expect_out(0,string) "/tmp/ccgTrq0U.o: In function = `main_test':\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/builtins/string-9.c:77: undefined reference to = `__builtin_strcat'\r\ncollect2: ld returned 1 exit status\r\n" expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "/tmp/ccgTrq0U.o: In function = `main_test':\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/builtins/string-9.c:77: undefined reference to = `__builtin_strcat'\r\ncollect2: ld returned 1 exit status\r\n" expect: continuing expect expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 5386 exp7 0 1=0A= close result is 5386 exp7 0 1=0A= output is /tmp/ccgTrq0U.o: In function `main_test': /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-9.c:77: undefined reference to `__builtin_strcat' collect2: ld returned 1 exit status =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= compiler exited with status 1=0A= output is:=0A= /tmp/ccgTrq0U.o: In function `main_test': /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-9.c:77: undefined reference to `__builtin_strcat' collect2: ld returned 1 exit status =0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= FAIL: gcc.c-torture/execute/builtins/string-9.c compilation, -O3 -g =0A= UNRESOLVED: gcc.c-torture/execute/builtins/string-9.c execution, -O3 -g =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/string-9.x6 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/string-9.x7 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/builtins/string-9.c, -Os =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-9.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-9-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -Os -DSTACK_SIZE=3D16384 -lm -o = /tmp/string-9.x7=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-9.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-9-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -Os -DSTACK_SIZE=3D16384 -lm -o = /tmp/string-9.x7 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {5400} pid is 5400 -5400=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no /tmp/cc6YWGN8.o: In function `main_test': /tmp/cc6YWGN8.o(.text+0x1a0): undefined reference to `__builtin_strcat' collect2: ld returned 1 exit status expect: does "/tmp/cc6YWGN8.o: In function = `main_test':\r\n/tmp/cc6YWGN8.o(.text+0x1a0): undefined reference to = `__builtin_strcat'\r\ncollect2: ld returned 1 exit status\r\n" (spawn_id = exp7) match regular expression ".+"? yes expect: set expect_out(0,string) "/tmp/cc6YWGN8.o: In function = `main_test':\r\n/tmp/cc6YWGN8.o(.text+0x1a0): undefined reference to = `__builtin_strcat'\r\ncollect2: ld returned 1 exit status\r\n" expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "/tmp/cc6YWGN8.o: In function = `main_test':\r\n/tmp/cc6YWGN8.o(.text+0x1a0): undefined reference to = `__builtin_strcat'\r\ncollect2: ld returned 1 exit status\r\n" expect: continuing expect expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 5400 exp7 0 1=0A= close result is 5400 exp7 0 1=0A= output is /tmp/cc6YWGN8.o: In function `main_test': /tmp/cc6YWGN8.o(.text+0x1a0): undefined reference to `__builtin_strcat' collect2: ld returned 1 exit status =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= compiler exited with status 1=0A= output is:=0A= /tmp/cc6YWGN8.o: In function `main_test': /tmp/cc6YWGN8.o(.text+0x1a0): undefined reference to `__builtin_strcat' collect2: ld returned 1 exit status =0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= FAIL: gcc.c-torture/execute/builtins/string-9.c compilation, -Os =0A= UNRESOLVED: gcc.c-torture/execute/builtins/string-9.c execution, -Os =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/string-9.x7 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/string-asm-1.x0 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/builtins/string-asm-1.c, -O0 =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-asm-1.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-asm-1-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O0 -DSTACK_SIZE=3D16384 -lm -o = /tmp/string-asm-1.x0=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-asm-1.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-asm-1-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O0 -DSTACK_SIZE=3D16384 -lm -o = /tmp/string-asm-1.x0 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {5414} pid is 5414 -5414=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no /tmp/ccawEJum.o: In function `main_test': /tmp/ccawEJum.o(.text+0x19c): undefined reference to `__builtin_strstr' collect2: ld returned 1 exit status expect: does "/tmp/ccawEJum.o: In function = `main_test':\r\n/tmp/ccawEJum.o(.text+0x19c): undefined reference to = `__builtin_strstr'\r\ncollect2: ld returned 1 exit status\r\n" (spawn_id = exp7) match regular expression ".+"? yes expect: set expect_out(0,string) "/tmp/ccawEJum.o: In function = `main_test':\r\n/tmp/ccawEJum.o(.text+0x19c): undefined reference to = `__builtin_strstr'\r\ncollect2: ld returned 1 exit status\r\n" expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "/tmp/ccawEJum.o: In function = `main_test':\r\n/tmp/ccawEJum.o(.text+0x19c): undefined reference to = `__builtin_strstr'\r\ncollect2: ld returned 1 exit status\r\n" expect: continuing expect expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 5414 exp7 0 1=0A= close result is 5414 exp7 0 1=0A= output is /tmp/ccawEJum.o: In function `main_test': /tmp/ccawEJum.o(.text+0x19c): undefined reference to `__builtin_strstr' collect2: ld returned 1 exit status =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= compiler exited with status 1=0A= output is:=0A= /tmp/ccawEJum.o: In function `main_test': /tmp/ccawEJum.o(.text+0x19c): undefined reference to `__builtin_strstr' collect2: ld returned 1 exit status =0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= FAIL: gcc.c-torture/execute/builtins/string-asm-1.c compilation, -O0 =0A= UNRESOLVED: gcc.c-torture/execute/builtins/string-asm-1.c execution, = -O0 =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/string-asm-1.x0 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/string-asm-1.x1 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/builtins/string-asm-1.c, -O1 =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-asm-1.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-asm-1-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O1 -DSTACK_SIZE=3D16384 -lm -o = /tmp/string-asm-1.x1=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-asm-1.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-asm-1-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O1 -DSTACK_SIZE=3D16384 -lm -o = /tmp/string-asm-1.x1 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {5428} pid is 5428 -5428=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no /tmp/ccS3lY7C.o: In function `main_test': /tmp/ccS3lY7C.o(.text+0x124): undefined reference to `__builtin_strstr' collect2: ld returned 1 exit status expect: does "/tmp/ccS3lY7C.o: In function = `main_test':\r\n/tmp/ccS3lY7C.o(.text+0x124): undefined reference to = `__builtin_strstr'\r\ncollect2: ld returned 1 exit status\r\n" (spawn_id = exp7) match regular expression ".+"? yes expect: set expect_out(0,string) "/tmp/ccS3lY7C.o: In function = `main_test':\r\n/tmp/ccS3lY7C.o(.text+0x124): undefined reference to = `__builtin_strstr'\r\ncollect2: ld returned 1 exit status\r\n" expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "/tmp/ccS3lY7C.o: In function = `main_test':\r\n/tmp/ccS3lY7C.o(.text+0x124): undefined reference to = `__builtin_strstr'\r\ncollect2: ld returned 1 exit status\r\n" expect: continuing expect expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 5428 exp7 0 1=0A= close result is 5428 exp7 0 1=0A= output is /tmp/ccS3lY7C.o: In function `main_test': /tmp/ccS3lY7C.o(.text+0x124): undefined reference to `__builtin_strstr' collect2: ld returned 1 exit status =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= compiler exited with status 1=0A= output is:=0A= /tmp/ccS3lY7C.o: In function `main_test': /tmp/ccS3lY7C.o(.text+0x124): undefined reference to `__builtin_strstr' collect2: ld returned 1 exit status =0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= FAIL: gcc.c-torture/execute/builtins/string-asm-1.c compilation, -O1 =0A= UNRESOLVED: gcc.c-torture/execute/builtins/string-asm-1.c execution, = -O1 =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/string-asm-1.x1 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/string-asm-1.x2 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/builtins/string-asm-1.c, -O2 =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-asm-1.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-asm-1-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O2 -DSTACK_SIZE=3D16384 -lm -o = /tmp/string-asm-1.x2=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-asm-1.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-asm-1-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O2 -DSTACK_SIZE=3D16384 -lm -o = /tmp/string-asm-1.x2 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {5442} pid is 5442 -5442=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no /tmp/ccOgZ0mI.o: In function `main_test': /tmp/ccOgZ0mI.o(.text+0x134): undefined reference to `__builtin_strstr' collect2: ld returned 1 exit status expect: does "/tmp/ccOgZ0mI.o: In function = `main_test':\r\n/tmp/ccOgZ0mI.o(.text+0x134): undefined reference to = `__builtin_strstr'\r\ncollect2: ld returned 1 exit status\r\n" (spawn_id = exp7) match regular expression ".+"? yes expect: set expect_out(0,string) "/tmp/ccOgZ0mI.o: In function = `main_test':\r\n/tmp/ccOgZ0mI.o(.text+0x134): undefined reference to = `__builtin_strstr'\r\ncollect2: ld returned 1 exit status\r\n" expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "/tmp/ccOgZ0mI.o: In function = `main_test':\r\n/tmp/ccOgZ0mI.o(.text+0x134): undefined reference to = `__builtin_strstr'\r\ncollect2: ld returned 1 exit status\r\n" expect: continuing expect expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 5442 exp7 0 1=0A= close result is 5442 exp7 0 1=0A= output is /tmp/ccOgZ0mI.o: In function `main_test': /tmp/ccOgZ0mI.o(.text+0x134): undefined reference to `__builtin_strstr' collect2: ld returned 1 exit status =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= compiler exited with status 1=0A= output is:=0A= /tmp/ccOgZ0mI.o: In function `main_test': /tmp/ccOgZ0mI.o(.text+0x134): undefined reference to `__builtin_strstr' collect2: ld returned 1 exit status =0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= FAIL: gcc.c-torture/execute/builtins/string-asm-1.c compilation, -O2 =0A= UNRESOLVED: gcc.c-torture/execute/builtins/string-asm-1.c execution, = -O2 =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/string-asm-1.x2 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/string-asm-1.x3 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/builtins/string-asm-1.c, -O3 = -fomit-frame-pointer =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-asm-1.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-asm-1-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O3 -fomit-frame-pointer = -DSTACK_SIZE=3D16384 -lm -o /tmp/string-asm-1.x3=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-asm-1.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-asm-1-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O3 -fomit-frame-pointer = -DSTACK_SIZE=3D16384 -lm -o /tmp/string-asm-1.x3 (timeout =3D = 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {5456} pid is 5456 -5456=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no /tmp/cc8nXj25.o: In function `main_test': /tmp/cc8nXj25.o(.text+0x12c): undefined reference to `__builtin_strstr' collect2: ld returned 1 exit status expect: does "/tmp/cc8nXj25.o: In function = `main_test':\r\n/tmp/cc8nXj25.o(.text+0x12c): undefined reference to = `__builtin_strstr'\r\ncollect2: ld returned 1 exit status\r\n" (spawn_id = exp7) match regular expression ".+"? yes expect: set expect_out(0,string) "/tmp/cc8nXj25.o: In function = `main_test':\r\n/tmp/cc8nXj25.o(.text+0x12c): undefined reference to = `__builtin_strstr'\r\ncollect2: ld returned 1 exit status\r\n" expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "/tmp/cc8nXj25.o: In function = `main_test':\r\n/tmp/cc8nXj25.o(.text+0x12c): undefined reference to = `__builtin_strstr'\r\ncollect2: ld returned 1 exit status\r\n" expect: continuing expect expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 5456 exp7 0 1=0A= close result is 5456 exp7 0 1=0A= output is /tmp/cc8nXj25.o: In function `main_test': /tmp/cc8nXj25.o(.text+0x12c): undefined reference to `__builtin_strstr' collect2: ld returned 1 exit status =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= compiler exited with status 1=0A= output is:=0A= /tmp/cc8nXj25.o: In function `main_test': /tmp/cc8nXj25.o(.text+0x12c): undefined reference to `__builtin_strstr' collect2: ld returned 1 exit status =0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= FAIL: gcc.c-torture/execute/builtins/string-asm-1.c compilation, -O3 = -fomit-frame-pointer =0A= UNRESOLVED: gcc.c-torture/execute/builtins/string-asm-1.c execution, = -O3 -fomit-frame-pointer =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/string-asm-1.x3 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/string-asm-1.x4 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/builtins/string-asm-1.c, -O3 -g =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-asm-1.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-asm-1-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O3 -g -DSTACK_SIZE=3D16384 -lm = -o /tmp/string-asm-1.x4=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-asm-1.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-asm-1-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O3 -g -DSTACK_SIZE=3D16384 -lm = -o /tmp/string-asm-1.x4 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {5470} pid is 5470 -5470=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no /tmp/ccA1j7dn.o: In function `main_test': /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-asm-1.c:43: undefined reference to = `__builtin_strstr' collect2: ld returned 1 exit status expect: does "/tmp/ccA1j7dn.o: In function = `main_test':\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/builtins/string-asm-1.c:43: undefined reference to = `__builtin_strstr'\r\ncollect2: ld returned 1 exit status\r\n" (spawn_id = exp7) match regular expression ".+"? yes expect: set expect_out(0,string) "/tmp/ccA1j7dn.o: In function = `main_test':\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/builtins/string-asm-1.c:43: undefined reference to = `__builtin_strstr'\r\ncollect2: ld returned 1 exit status\r\n" expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "/tmp/ccA1j7dn.o: In function = `main_test':\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/builtins/string-asm-1.c:43: undefined reference to = `__builtin_strstr'\r\ncollect2: ld returned 1 exit status\r\n" expect: continuing expect expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 5470 exp7 0 1=0A= close result is 5470 exp7 0 1=0A= output is /tmp/ccA1j7dn.o: In function `main_test': /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-asm-1.c:43: undefined reference to = `__builtin_strstr' collect2: ld returned 1 exit status =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= compiler exited with status 1=0A= output is:=0A= /tmp/ccA1j7dn.o: In function `main_test': /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-asm-1.c:43: undefined reference to = `__builtin_strstr' collect2: ld returned 1 exit status =0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= FAIL: gcc.c-torture/execute/builtins/string-asm-1.c compilation, -O3 -g =0A= UNRESOLVED: gcc.c-torture/execute/builtins/string-asm-1.c execution, = -O3 -g =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/string-asm-1.x4 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/string-asm-1.x5 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/builtins/string-asm-1.c, -Os =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-asm-1.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-asm-1-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -Os -DSTACK_SIZE=3D16384 -lm -o = /tmp/string-asm-1.x5=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-asm-1.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-asm-1-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -Os -DSTACK_SIZE=3D16384 -lm -o = /tmp/string-asm-1.x5 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {5484} pid is 5484 -5484=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no /tmp/cc5bntpt.o: In function `main_test': /tmp/cc5bntpt.o(.text+0x134): undefined reference to `__builtin_strstr' collect2: ld returned 1 exit status expect: does "/tmp/cc5bntpt.o: In function = `main_test':\r\n/tmp/cc5bntpt.o(.text+0x134): undefined reference to = `__builtin_strstr'\r\ncollect2: ld returned 1 exit status\r\n" (spawn_id = exp7) match regular expression ".+"? yes expect: set expect_out(0,string) "/tmp/cc5bntpt.o: In function = `main_test':\r\n/tmp/cc5bntpt.o(.text+0x134): undefined reference to = `__builtin_strstr'\r\ncollect2: ld returned 1 exit status\r\n" expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "/tmp/cc5bntpt.o: In function = `main_test':\r\n/tmp/cc5bntpt.o(.text+0x134): undefined reference to = `__builtin_strstr'\r\ncollect2: ld returned 1 exit status\r\n" expect: continuing expect expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 5484 exp7 0 1=0A= close result is 5484 exp7 0 1=0A= output is /tmp/cc5bntpt.o: In function `main_test': /tmp/cc5bntpt.o(.text+0x134): undefined reference to `__builtin_strstr' collect2: ld returned 1 exit status =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= compiler exited with status 1=0A= output is:=0A= /tmp/cc5bntpt.o: In function `main_test': /tmp/cc5bntpt.o(.text+0x134): undefined reference to `__builtin_strstr' collect2: ld returned 1 exit status =0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= FAIL: gcc.c-torture/execute/builtins/string-asm-1.c compilation, -Os =0A= UNRESOLVED: gcc.c-torture/execute/builtins/string-asm-1.c execution, = -Os =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/string-asm-1.x5 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/string-asm-2.x0 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/builtins/string-asm-2.c, -O0 =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-asm-2.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-asm-2-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O0 -DSTACK_SIZE=3D16384 -lm -o = /tmp/string-asm-2.x0=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-asm-2.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-asm-2-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O0 -DSTACK_SIZE=3D16384 -lm -o = /tmp/string-asm-2.x0 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {5498} pid is 5498 -5498=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no /tmp/ccvzsPKm.o: In function `main_test': /tmp/ccvzsPKm.o(.text+0x1d8): undefined reference to `__builtin_bzero' collect2: ld returned 1 exit status expect: does "/tmp/ccvzsPKm.o: In function = `main_test':\r\n/tmp/ccvzsPKm.o(.text+0x1d8): undefined reference to = `__builtin_bzero'\r\ncollect2: ld returned 1 exit status\r\n" (spawn_id = exp7) match regular expression ".+"? yes expect: set expect_out(0,string) "/tmp/ccvzsPKm.o: In function = `main_test':\r\n/tmp/ccvzsPKm.o(.text+0x1d8): undefined reference to = `__builtin_bzero'\r\ncollect2: ld returned 1 exit status\r\n" expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "/tmp/ccvzsPKm.o: In function = `main_test':\r\n/tmp/ccvzsPKm.o(.text+0x1d8): undefined reference to = `__builtin_bzero'\r\ncollect2: ld returned 1 exit status\r\n" expect: continuing expect expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 5498 exp7 0 1=0A= close result is 5498 exp7 0 1=0A= output is /tmp/ccvzsPKm.o: In function `main_test': /tmp/ccvzsPKm.o(.text+0x1d8): undefined reference to `__builtin_bzero' collect2: ld returned 1 exit status =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= compiler exited with status 1=0A= output is:=0A= /tmp/ccvzsPKm.o: In function `main_test': /tmp/ccvzsPKm.o(.text+0x1d8): undefined reference to `__builtin_bzero' collect2: ld returned 1 exit status =0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= FAIL: gcc.c-torture/execute/builtins/string-asm-2.c compilation, -O0 =0A= UNRESOLVED: gcc.c-torture/execute/builtins/string-asm-2.c execution, = -O0 =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/string-asm-2.x0 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/string-asm-2.x1 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/builtins/string-asm-2.c, -O1 =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-asm-2.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-asm-2-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O1 -DSTACK_SIZE=3D16384 -lm -o = /tmp/string-asm-2.x1=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-asm-2.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-asm-2-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O1 -DSTACK_SIZE=3D16384 -lm -o = /tmp/string-asm-2.x1 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {5512} pid is 5512 -5512=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no /tmp/ccpFqNyz.o: In function `main_test': /tmp/ccpFqNyz.o(.text+0x188): undefined reference to `__builtin_bzero' collect2: ld returned 1 exit status expect: does "/tmp/ccpFqNyz.o: In function = `main_test':\r\n/tmp/ccpFqNyz.o(.text+0x188): undefined reference to = `__builtin_bzero'\r\ncollect2: ld returned 1 exit status\r\n" (spawn_id = exp7) match regular expression ".+"? yes expect: set expect_out(0,string) "/tmp/ccpFqNyz.o: In function = `main_test':\r\n/tmp/ccpFqNyz.o(.text+0x188): undefined reference to = `__builtin_bzero'\r\ncollect2: ld returned 1 exit status\r\n" expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "/tmp/ccpFqNyz.o: In function = `main_test':\r\n/tmp/ccpFqNyz.o(.text+0x188): undefined reference to = `__builtin_bzero'\r\ncollect2: ld returned 1 exit status\r\n" expect: continuing expect expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 5512 exp7 0 1=0A= close result is 5512 exp7 0 1=0A= output is /tmp/ccpFqNyz.o: In function `main_test': /tmp/ccpFqNyz.o(.text+0x188): undefined reference to `__builtin_bzero' collect2: ld returned 1 exit status =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= compiler exited with status 1=0A= output is:=0A= /tmp/ccpFqNyz.o: In function `main_test': /tmp/ccpFqNyz.o(.text+0x188): undefined reference to `__builtin_bzero' collect2: ld returned 1 exit status =0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= FAIL: gcc.c-torture/execute/builtins/string-asm-2.c compilation, -O1 =0A= UNRESOLVED: gcc.c-torture/execute/builtins/string-asm-2.c execution, = -O1 =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/string-asm-2.x1 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/string-asm-2.x2 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/builtins/string-asm-2.c, -O2 =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-asm-2.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-asm-2-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O2 -DSTACK_SIZE=3D16384 -lm -o = /tmp/string-asm-2.x2=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-asm-2.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-asm-2-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O2 -DSTACK_SIZE=3D16384 -lm -o = /tmp/string-asm-2.x2 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {5526} pid is 5526 -5526=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no /tmp/cclSbqtK.o: In function `main_test': /tmp/cclSbqtK.o(.text+0x190): undefined reference to `__builtin_bzero' collect2: ld returned 1 exit status expect: does "/tmp/cclSbqtK.o: In function = `main_test':\r\n/tmp/cclSbqtK.o(.text+0x190): undefined reference to = `__builtin_bzero'\r\ncollect2: ld returned 1 exit status\r\n" (spawn_id = exp7) match regular expression ".+"? yes expect: set expect_out(0,string) "/tmp/cclSbqtK.o: In function = `main_test':\r\n/tmp/cclSbqtK.o(.text+0x190): undefined reference to = `__builtin_bzero'\r\ncollect2: ld returned 1 exit status\r\n" expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "/tmp/cclSbqtK.o: In function = `main_test':\r\n/tmp/cclSbqtK.o(.text+0x190): undefined reference to = `__builtin_bzero'\r\ncollect2: ld returned 1 exit status\r\n" expect: continuing expect expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 5526 exp7 0 1=0A= close result is 5526 exp7 0 1=0A= output is /tmp/cclSbqtK.o: In function `main_test': /tmp/cclSbqtK.o(.text+0x190): undefined reference to `__builtin_bzero' collect2: ld returned 1 exit status =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= compiler exited with status 1=0A= output is:=0A= /tmp/cclSbqtK.o: In function `main_test': /tmp/cclSbqtK.o(.text+0x190): undefined reference to `__builtin_bzero' collect2: ld returned 1 exit status =0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= FAIL: gcc.c-torture/execute/builtins/string-asm-2.c compilation, -O2 =0A= UNRESOLVED: gcc.c-torture/execute/builtins/string-asm-2.c execution, = -O2 =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/string-asm-2.x2 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/string-asm-2.x3 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/builtins/string-asm-2.c, -O3 = -fomit-frame-pointer =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-asm-2.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-asm-2-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O3 -fomit-frame-pointer = -DSTACK_SIZE=3D16384 -lm -o /tmp/string-asm-2.x3=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-asm-2.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-asm-2-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O3 -fomit-frame-pointer = -DSTACK_SIZE=3D16384 -lm -o /tmp/string-asm-2.x3 (timeout =3D = 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {5540} pid is 5540 -5540=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no /tmp/ccVFpY81.o: In function `main_test': /tmp/ccVFpY81.o(.text+0x188): undefined reference to `__builtin_bzero' collect2: ld returned 1 exit status expect: does "/tmp/ccVFpY81.o: In function = `main_test':\r\n/tmp/ccVFpY81.o(.text+0x188): undefined reference to = `__builtin_bzero'\r\ncollect2: ld returned 1 exit status\r\n" (spawn_id = exp7) match regular expression ".+"? yes expect: set expect_out(0,string) "/tmp/ccVFpY81.o: In function = `main_test':\r\n/tmp/ccVFpY81.o(.text+0x188): undefined reference to = `__builtin_bzero'\r\ncollect2: ld returned 1 exit status\r\n" expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "/tmp/ccVFpY81.o: In function = `main_test':\r\n/tmp/ccVFpY81.o(.text+0x188): undefined reference to = `__builtin_bzero'\r\ncollect2: ld returned 1 exit status\r\n" expect: continuing expect expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 5540 exp7 0 1=0A= close result is 5540 exp7 0 1=0A= output is /tmp/ccVFpY81.o: In function `main_test': /tmp/ccVFpY81.o(.text+0x188): undefined reference to `__builtin_bzero' collect2: ld returned 1 exit status =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= compiler exited with status 1=0A= output is:=0A= /tmp/ccVFpY81.o: In function `main_test': /tmp/ccVFpY81.o(.text+0x188): undefined reference to `__builtin_bzero' collect2: ld returned 1 exit status =0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= FAIL: gcc.c-torture/execute/builtins/string-asm-2.c compilation, -O3 = -fomit-frame-pointer =0A= UNRESOLVED: gcc.c-torture/execute/builtins/string-asm-2.c execution, = -O3 -fomit-frame-pointer =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/string-asm-2.x3 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/string-asm-2.x4 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/builtins/string-asm-2.c, -O3 -g =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-asm-2.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-asm-2-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O3 -g -DSTACK_SIZE=3D16384 -lm = -o /tmp/string-asm-2.x4=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-asm-2.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-asm-2-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -O3 -g -DSTACK_SIZE=3D16384 -lm = -o /tmp/string-asm-2.x4 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {5554} pid is 5554 -5554=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no /tmp/ccdwBP0o.o: In function `main_test': /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-asm-2.c:44: undefined reference to = `__builtin_bzero' collect2: ld returned 1 exit status expect: does "/tmp/ccdwBP0o.o: In function = `main_test':\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/builtins/string-asm-2.c:44: undefined reference to = `__builtin_bzero'\r\ncollect2: ld returned 1 exit status\r\n" (spawn_id = exp7) match regular expression ".+"? yes expect: set expect_out(0,string) "/tmp/ccdwBP0o.o: In function = `main_test':\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/builtins/string-asm-2.c:44: undefined reference to = `__builtin_bzero'\r\ncollect2: ld returned 1 exit status\r\n" expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "/tmp/ccdwBP0o.o: In function = `main_test':\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/builtins/string-asm-2.c:44: undefined reference to = `__builtin_bzero'\r\ncollect2: ld returned 1 exit status\r\n" expect: continuing expect expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 5554 exp7 0 1=0A= close result is 5554 exp7 0 1=0A= output is /tmp/ccdwBP0o.o: In function `main_test': /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-asm-2.c:44: undefined reference to = `__builtin_bzero' collect2: ld returned 1 exit status =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= compiler exited with status 1=0A= output is:=0A= /tmp/ccdwBP0o.o: In function `main_test': /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-asm-2.c:44: undefined reference to = `__builtin_bzero' collect2: ld returned 1 exit status =0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= FAIL: gcc.c-torture/execute/builtins/string-asm-2.c compilation, -O3 -g =0A= UNRESOLVED: gcc.c-torture/execute/builtins/string-asm-2.c execution, = -O3 -g =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/string-asm-2.x4 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/string-asm-2.x5 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/builtins/string-asm-2.c, -Os =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-asm-2.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-asm-2-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -Os -DSTACK_SIZE=3D16384 -lm -o = /tmp/string-asm-2.x5=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-asm-2.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/string-asm-2-lib.c = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/lib/main.c -w -Os -DSTACK_SIZE=3D16384 -lm -o = /tmp/string-asm-2.x5 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {5568} pid is 5568 -5568=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no /tmp/ccfa9JjB.o: In function `main_test': /tmp/ccfa9JjB.o(.text+0x190): undefined reference to `__builtin_bzero' collect2: ld returned 1 exit status expect: does "/tmp/ccfa9JjB.o: In function = `main_test':\r\n/tmp/ccfa9JjB.o(.text+0x190): undefined reference to = `__builtin_bzero'\r\ncollect2: ld returned 1 exit status\r\n" (spawn_id = exp7) match regular expression ".+"? yes expect: set expect_out(0,string) "/tmp/ccfa9JjB.o: In function = `main_test':\r\n/tmp/ccfa9JjB.o(.text+0x190): undefined reference to = `__builtin_bzero'\r\ncollect2: ld returned 1 exit status\r\n" expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "/tmp/ccfa9JjB.o: In function = `main_test':\r\n/tmp/ccfa9JjB.o(.text+0x190): undefined reference to = `__builtin_bzero'\r\ncollect2: ld returned 1 exit status\r\n" expect: continuing expect expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 5568 exp7 0 1=0A= close result is 5568 exp7 0 1=0A= output is /tmp/ccfa9JjB.o: In function `main_test': /tmp/ccfa9JjB.o(.text+0x190): undefined reference to `__builtin_bzero' collect2: ld returned 1 exit status =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= compiler exited with status 1=0A= output is:=0A= /tmp/ccfa9JjB.o: In function `main_test': /tmp/ccfa9JjB.o(.text+0x190): undefined reference to `__builtin_bzero' collect2: ld returned 1 exit status =0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= FAIL: gcc.c-torture/execute/builtins/string-asm-2.c compilation, -Os =0A= UNRESOLVED: gcc.c-torture/execute/builtins/string-asm-2.c execution, = -Os =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/string-asm-2.x5 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= testcase = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/builtins/builtins.exp completed in 6 seconds=0A= Running = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/execute.exp ...=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists wrap_m68k_aout=0A= board_info target exists uses_underscores=0A= board_info target exists is_vxworks=0A= board_info target exists wrap_compile_flags=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= board_info arm-sim compiler =0A= getting arm-sim compiler=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc -c -o /tmp/gcc-testglue.o = /home/deepakj/testing/environment_setup/toolchain/t8.4.4t-e5.43.0e-d1.4.4= g/share/dejagnu/testglue.c=0A= Executing on host: arm-elf-gcc -c -o /tmp/gcc-testglue.o = /home/deepakj/testing/environment_setup/toolchain/t8.4.4t-e5.43.0e-d1.4.4= g/share/dejagnu/testglue.c (timeout =3D 300)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {5582} pid is 5582 -5582=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no Assembler messages: FATAL: Can't create /tmp/gcc-testglue.o: Permission denied expect: does "Assembler messages:\r\nFATAL: Can't create = /tmp/gcc-testglue.o: Permission denied\r\n" (spawn_id exp7) match = regular expression ".+"? yes expect: set expect_out(0,string) "Assembler messages:\r\nFATAL: Can't = create /tmp/gcc-testglue.o: Permission denied\r\n" expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "Assembler messages:\r\nFATAL: Can't = create /tmp/gcc-testglue.o: Permission denied\r\n" expect: continuing expect expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 5582 exp7 0 1=0A= close result is 5582 exp7 0 1=0A= output is Assembler messages: FATAL: Can't create /tmp/gcc-testglue.o: Permission denied =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= compiler exited with status 1=0A= output is:=0A= Assembler messages: FATAL: Can't create /tmp/gcc-testglue.o: Permission denied =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/20000112-1.x0 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= ERROR: tcl error sourcing = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/execute.exp.=0A= ERROR: rm: cannot remove `/tmp/20000112-1.x0': Operation not permitted=0A= while executing=0A= "exec rm -f $x"=0A= ("foreach" body line 3)=0A= invoked from within=0A= "foreach x $args {=0A= if { [file exists $x] && [file isfile $x] } {=0A= exec rm -f $x=0A= }=0A= }"=0A= ("delete" arm line 2)=0A= invoked from within=0A= "switch $op {=0A= cmp {=0A= set otherfile [lindex $args 1]=0A= if { [file exists $file] && [file exists $otherfile]=0A= && [file size $file] =3D=3D [file s..."=0A= (procedure "standard_file" line 5)=0A= invoked from within=0A= "standard_file "ssl-linux" delete /tmp/20000112-1.x0"=0A= ("eval" body line 1)=0A= invoked from within=0A= "eval ${try}_${proc} \"$dest\" $args"=0A= (procedure "call_remote" line 57)=0A= invoked from within=0A= "call_remote "" file "build" delete /tmp/20000112-1.x0"=0A= ("eval" body line 1)=0A= invoked from within=0A= "eval call_remote \"\" file \"$dest\" $args"=0A= (procedure "remote_file" line 2)=0A= invoked from within=0A= "remote_file build delete $execname"=0A= (procedure "c-torture-execute" line 63)=0A= invoked from within=0A= "c-torture-execute $src"=0A= ("foreach" body line 7)=0A= invoked from within=0A= "foreach src [lsort [glob -nocomplain $srcdir/$subdir/*.c]] {=0A= # If we're only testing specific files and this isn't one of them, = skip it.=0A= if ![..."=0A= (file = "/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/e= xecute/execute.exp" line 36)=0A= invoked from within=0A= "source = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/execute.exp"=0A= ("uplevel" body line 1)=0A= invoked from within=0A= "uplevel #0 source = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/execute.exp"=0A= invoked from within=0A= "catch "uplevel #0 source $test_file_name""=0A= testcase = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/execute.exp completed in 0 seconds=0A= Running = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/ieee.exp ...=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists wrap_m68k_aout=0A= board_info target exists uses_underscores=0A= board_info target exists is_vxworks=0A= board_info target exists wrap_compile_flags=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= board_info arm-sim compiler =0A= getting arm-sim compiler=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc -c -o /tmp/gcc-testglue.o = /home/deepakj/testing/environment_setup/toolchain/t8.4.4t-e5.43.0e-d1.4.4= g/share/dejagnu/testglue.c=0A= Executing on host: arm-elf-gcc -c -o /tmp/gcc-testglue.o = /home/deepakj/testing/environment_setup/toolchain/t8.4.4t-e5.43.0e-d1.4.4= g/share/dejagnu/testglue.c (timeout =3D 300)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {5589} pid is 5589 -5589=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no Assembler messages: FATAL: Can't create /tmp/gcc-testglue.o: Permission denied expect: does "Assembler messages:\r\nFATAL: Can't create = /tmp/gcc-testglue.o: Permission denied\r\n" (spawn_id exp7) match = regular expression ".+"? yes expect: set expect_out(0,string) "Assembler messages:\r\nFATAL: Can't = create /tmp/gcc-testglue.o: Permission denied\r\n" expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "Assembler messages:\r\nFATAL: Can't = create /tmp/gcc-testglue.o: Permission denied\r\n" expect: continuing expect expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 5589 exp7 0 1=0A= close result is 5589 exp7 0 1=0A= output is Assembler messages: FATAL: Can't create /tmp/gcc-testglue.o: Permission denied =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= compiler exited with status 1=0A= output is:=0A= Assembler messages: FATAL: Can't create /tmp/gcc-testglue.o: Permission denied =0A= Checking "vax-*-*" against "arm-unknown-elf"=0A= Checking "i[34567]86-*-*" against "arm-unknown-elf"=0A= Checking "m68k-*-*" against "arm-unknown-elf"=0A= Checking "alpha*-*-*" against "arm-unknown-elf"=0A= Checking "sh*-*-*" against "arm-unknown-elf"=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists wrap_m68k_aout=0A= board_info target exists uses_underscores=0A= board_info target exists is_vxworks=0A= board_info target exists wrap_compile_flags=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= board_info arm-sim compiler =0A= getting arm-sim compiler=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc -c -o /tmp/gcc-testglue.o = /home/deepakj/testing/environment_setup/toolchain/t8.4.4t-e5.43.0e-d1.4.4= g/share/dejagnu/testglue.c=0A= Executing on host: arm-elf-gcc -c -o /tmp/gcc-testglue.o = /home/deepakj/testing/environment_setup/toolchain/t8.4.4t-e5.43.0e-d1.4.4= g/share/dejagnu/testglue.c (timeout =3D 300)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {5595} pid is 5595 -5595=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no Assembler messages: FATAL: Can't create /tmp/gcc-testglue.o: Permission denied expect: does "Assembler messages:\r\nFATAL: Can't create = /tmp/gcc-testglue.o: Permission denied\r\n" (spawn_id exp7) match = regular expression ".+"? yes expect: set expect_out(0,string) "Assembler messages:\r\nFATAL: Can't = create /tmp/gcc-testglue.o: Permission denied\r\n" expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "Assembler messages:\r\nFATAL: Can't = create /tmp/gcc-testglue.o: Permission denied\r\n" expect: continuing expect expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 5595 exp7 0 1=0A= close result is 5595 exp7 0 1=0A= output is Assembler messages: FATAL: Can't create /tmp/gcc-testglue.o: Permission denied =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= compiler exited with status 1=0A= output is:=0A= Assembler messages: FATAL: Can't create /tmp/gcc-testglue.o: Permission denied =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/20000320-1.x0 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/20000320-1.c, -O0 =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/20000320-1.c -w -O0 -DSTACK_SIZE=3D16384 -lm -o = /tmp/20000320-1.x0=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/20000320-1.c -w -O0 -DSTACK_SIZE=3D16384 -lm -o = /tmp/20000320-1.x0 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {5602} pid is 5602 -5602=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 5602 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/20000320-1.c compilation, -O0 =0A= board_info target exists no_long_long=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/20000320-1.x0 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/20000320-1.x0 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/20000320-1.x0 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {5610} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/20000320-1.c execution, -O0 =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/20000320-1.x1 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/20000320-1.c, -O1 =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/20000320-1.c -w -O1 -DSTACK_SIZE=3D16384 -lm -o = /tmp/20000320-1.x1=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/20000320-1.c -w -O1 -DSTACK_SIZE=3D16384 -lm -o = /tmp/20000320-1.x1 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {5614} pid is 5614 -5614=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 5614 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/20000320-1.c compilation, -O1 =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/20000320-1.x0 /tmp/20000320-1.x1 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/20000320-1.x1 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/20000320-1.x1 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/20000320-1.x1 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {5622} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/20000320-1.c execution, -O1 =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/20000320-1.x2 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/20000320-1.c, -O2 =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/20000320-1.c -w -O2 -DSTACK_SIZE=3D16384 -lm -o = /tmp/20000320-1.x2=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/20000320-1.c -w -O2 -DSTACK_SIZE=3D16384 -lm -o = /tmp/20000320-1.x2 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {5626} pid is 5626 -5626=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 5626 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/20000320-1.c compilation, -O2 =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/20000320-1.x1 /tmp/20000320-1.x2 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Executing on build: cmp /tmp/20000320-1.x1 /tmp/20000320-1.x2 (timeout = =3D 300)=0A= calling is_remote build=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is build, not remote=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {5634} pid is 5634 -5634=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no /tmp/20000320-1.x1 /tmp/20000320-1.x2 differ: byte 69, line 1 expect: does "/tmp/20000320-1.x1 /tmp/20000320-1.x2 differ: byte 69, = line 1\r\n" (spawn_id exp7) match regular expression ".+"? yes expect: set expect_out(0,string) "/tmp/20000320-1.x1 /tmp/20000320-1.x2 = differ: byte 69, line 1\r\n" expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "/tmp/20000320-1.x1 /tmp/20000320-1.x2 = differ: byte 69, line 1\r\n" expect: continuing expect expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 5634 exp7 0 1=0A= close result is 5634 exp7 0 1=0A= output is /tmp/20000320-1.x1 /tmp/20000320-1.x2 differ: byte 69, line 1 =0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/20000320-1.x2 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/20000320-1.x2 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/20000320-1.x2 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {5637} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/20000320-1.c execution, -O2 =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/20000320-1.x3 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/20000320-1.c, -O3 = -fomit-frame-pointer =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/20000320-1.c -w -O3 -fomit-frame-pointer = -DSTACK_SIZE=3D16384 -lm -o /tmp/20000320-1.x3=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/20000320-1.c -w -O3 -fomit-frame-pointer = -DSTACK_SIZE=3D16384 -lm -o /tmp/20000320-1.x3 (timeout =3D = 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {5641} pid is 5641 -5641=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 5641 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/20000320-1.c compilation, -O3 = -fomit-frame-pointer =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/20000320-1.x2 /tmp/20000320-1.x3 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/20000320-1.x3 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/20000320-1.x3 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/20000320-1.x3 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {5649} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/20000320-1.c execution, -O3 = -fomit-frame-pointer =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/20000320-1.x4 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/20000320-1.c, -O3 -g =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/20000320-1.c -w -O3 -g -DSTACK_SIZE=3D16384 -lm -o = /tmp/20000320-1.x4=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/20000320-1.c -w -O3 -g -DSTACK_SIZE=3D16384 -lm -o = /tmp/20000320-1.x4 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {5653} pid is 5653 -5653=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 5653 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/20000320-1.c compilation, -O3 -g =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/20000320-1.x3 /tmp/20000320-1.x4 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/20000320-1.x4 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/20000320-1.x4 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/20000320-1.x4 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {5662} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/20000320-1.c execution, -O3 -g =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/20000320-1.x5 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/20000320-1.c, -Os =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/20000320-1.c -w -Os -DSTACK_SIZE=3D16384 -lm -o = /tmp/20000320-1.x5=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/20000320-1.c -w -Os -DSTACK_SIZE=3D16384 -lm -o = /tmp/20000320-1.x5 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {5666} pid is 5666 -5666=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 5666 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/20000320-1.c compilation, -Os =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/20000320-1.x4 /tmp/20000320-1.x5 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/20000320-1.x5 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/20000320-1.x5 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/20000320-1.x5 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {5674} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/20000320-1.c execution, -Os =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/20001122-1.x0 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/20001122-1.c, -O0 =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/20001122-1.c -w -O0 -DSTACK_SIZE=3D16384 -lm -o = /tmp/20001122-1.x0=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/20001122-1.c -w -O0 -DSTACK_SIZE=3D16384 -lm -o = /tmp/20001122-1.x0 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {5678} pid is 5678 -5678=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 5678 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/20001122-1.c compilation, -O0 =0A= board_info target exists no_long_long=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/20001122-1.x0 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/20001122-1.x0 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/20001122-1.x0 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {5686} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/20001122-1.c execution, -O0 =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/20001122-1.x1 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/20001122-1.c, -O1 =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/20001122-1.c -w -O1 -DSTACK_SIZE=3D16384 -lm -o = /tmp/20001122-1.x1=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/20001122-1.c -w -O1 -DSTACK_SIZE=3D16384 -lm -o = /tmp/20001122-1.x1 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {5690} pid is 5690 -5690=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 5690 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/20001122-1.c compilation, -O1 =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/20001122-1.x0 /tmp/20001122-1.x1 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/20001122-1.x1 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/20001122-1.x1 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/20001122-1.x1 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {5698} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/20001122-1.c execution, -O1 =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/20001122-1.x2 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/20001122-1.c, -O2 =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/20001122-1.c -w -O2 -DSTACK_SIZE=3D16384 -lm -o = /tmp/20001122-1.x2=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/20001122-1.c -w -O2 -DSTACK_SIZE=3D16384 -lm -o = /tmp/20001122-1.x2 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {5702} pid is 5702 -5702=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 5702 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/20001122-1.c compilation, -O2 =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/20001122-1.x1 /tmp/20001122-1.x2 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Executing on build: cmp /tmp/20001122-1.x1 /tmp/20001122-1.x2 (timeout = =3D 300)=0A= calling is_remote build=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is build, not remote=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {5710} pid is 5710 -5710=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no /tmp/20001122-1.x1 /tmp/20001122-1.x2 differ: byte 33002, line 4 expect: does "/tmp/20001122-1.x1 /tmp/20001122-1.x2 differ: byte 33002, = line 4\r\n" (spawn_id exp7) match regular expression ".+"? yes expect: set expect_out(0,string) "/tmp/20001122-1.x1 /tmp/20001122-1.x2 = differ: byte 33002, line 4\r\n" expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "/tmp/20001122-1.x1 /tmp/20001122-1.x2 = differ: byte 33002, line 4\r\n" expect: continuing expect expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 5710 exp7 0 1=0A= close result is 5710 exp7 0 1=0A= output is /tmp/20001122-1.x1 /tmp/20001122-1.x2 differ: byte 33002, line = 4 =0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/20001122-1.x2 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/20001122-1.x2 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/20001122-1.x2 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {5713} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/20001122-1.c execution, -O2 =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/20001122-1.x3 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/20001122-1.c, -O3 = -fomit-frame-pointer =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/20001122-1.c -w -O3 -fomit-frame-pointer = -DSTACK_SIZE=3D16384 -lm -o /tmp/20001122-1.x3=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/20001122-1.c -w -O3 -fomit-frame-pointer = -DSTACK_SIZE=3D16384 -lm -o /tmp/20001122-1.x3 (timeout =3D = 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {5717} pid is 5717 -5717=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 5717 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/20001122-1.c compilation, -O3 = -fomit-frame-pointer =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/20001122-1.x2 /tmp/20001122-1.x3 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/20001122-1.x3 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/20001122-1.x3 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/20001122-1.x3 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {5725} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/20001122-1.c execution, -O3 = -fomit-frame-pointer =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/20001122-1.x4 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/20001122-1.c, -O3 = -fomit-frame-pointer -funroll-loops =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/20001122-1.c -w -O3 -fomit-frame-pointer -funroll-loops = -DSTACK_SIZE=3D16384 -lm -o /tmp/20001122-1.x4=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/20001122-1.c -w -O3 -fomit-frame-pointer -funroll-loops = -DSTACK_SIZE=3D16384 -lm -o /tmp/20001122-1.x4 (timeout =3D = 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {5729} pid is 5729 -5729=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 5729 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/20001122-1.c compilation, -O3 = -fomit-frame-pointer -funroll-loops =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/20001122-1.x3 /tmp/20001122-1.x4 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Executing on build: cmp /tmp/20001122-1.x3 /tmp/20001122-1.x4 (timeout = =3D 300)=0A= calling is_remote build=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is build, not remote=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {5737} pid is 5737 -5737=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 5737 exp7 0 0=0A= output is =0A= FAIL: gcc.c-torture/execute/ieee/20001122-1.c execution, -O3 = -fomit-frame-pointer -funroll-loops =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/20001122-1.x5 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/20001122-1.c, -O3 = -fomit-frame-pointer -funroll-all-loops -finline-functions =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/20001122-1.c -w -O3 -fomit-frame-pointer -funroll-all-loops = -finline-functions -DSTACK_SIZE=3D16384 -lm -o = /tmp/20001122-1.x5=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/20001122-1.c -w -O3 -fomit-frame-pointer -funroll-all-loops = -finline-functions -DSTACK_SIZE=3D16384 -lm -o = /tmp/20001122-1.x5 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {5741} pid is 5741 -5741=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 5741 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/20001122-1.c compilation, -O3 = -fomit-frame-pointer -funroll-all-loops -finline-functions =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/20001122-1.x4 /tmp/20001122-1.x5 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/20001122-1.x5 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/20001122-1.x5 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/20001122-1.x5 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {5749} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/20001122-1.c execution, -O3 = -fomit-frame-pointer -funroll-all-loops -finline-functions =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/20001122-1.x6 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/20001122-1.c, -O3 -g =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/20001122-1.c -w -O3 -g -DSTACK_SIZE=3D16384 -lm -o = /tmp/20001122-1.x6=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/20001122-1.c -w -O3 -g -DSTACK_SIZE=3D16384 -lm -o = /tmp/20001122-1.x6 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {5753} pid is 5753 -5753=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 5753 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/20001122-1.c compilation, -O3 -g =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/20001122-1.x5 /tmp/20001122-1.x6 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/20001122-1.x6 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/20001122-1.x6 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/20001122-1.x6 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {5761} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/20001122-1.c execution, -O3 -g =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/20001122-1.x7 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/20001122-1.c, -Os =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/20001122-1.c -w -Os -DSTACK_SIZE=3D16384 -lm -o = /tmp/20001122-1.x7=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/20001122-1.c -w -Os -DSTACK_SIZE=3D16384 -lm -o = /tmp/20001122-1.x7 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {5765} pid is 5765 -5765=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 5765 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/20001122-1.c compilation, -Os =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/20001122-1.x6 /tmp/20001122-1.x7 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/20001122-1.x7 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/20001122-1.x7 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/20001122-1.x7 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {5773} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/20001122-1.c execution, -Os =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/20010114-2.x0 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/20010114-2.c, -O0 =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/20010114-2.c -w -O0 -DSTACK_SIZE=3D16384 -lm -o = /tmp/20010114-2.x0=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/20010114-2.c -w -O0 -DSTACK_SIZE=3D16384 -lm -o = /tmp/20010114-2.x0 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {5777} pid is 5777 -5777=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 5777 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/20010114-2.c compilation, -O0 =0A= board_info target exists no_long_long=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/20010114-2.x0 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/20010114-2.x0 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/20010114-2.x0 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {5785} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/20010114-2.c execution, -O0 =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/20010114-2.x1 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/20010114-2.c, -O1 =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/20010114-2.c -w -O1 -DSTACK_SIZE=3D16384 -lm -o = /tmp/20010114-2.x1=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/20010114-2.c -w -O1 -DSTACK_SIZE=3D16384 -lm -o = /tmp/20010114-2.x1 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {5789} pid is 5789 -5789=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 5789 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/20010114-2.c compilation, -O1 =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/20010114-2.x0 /tmp/20010114-2.x1 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/20010114-2.x1 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/20010114-2.x1 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/20010114-2.x1 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {5797} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/20010114-2.c execution, -O1 =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/20010114-2.x2 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/20010114-2.c, -O2 =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/20010114-2.c -w -O2 -DSTACK_SIZE=3D16384 -lm -o = /tmp/20010114-2.x2=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/20010114-2.c -w -O2 -DSTACK_SIZE=3D16384 -lm -o = /tmp/20010114-2.x2 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {5801} pid is 5801 -5801=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 5801 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/20010114-2.c compilation, -O2 =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/20010114-2.x1 /tmp/20010114-2.x2 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/20010114-2.x2 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/20010114-2.x2 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/20010114-2.x2 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {5809} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/20010114-2.c execution, -O2 =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/20010114-2.x3 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/20010114-2.c, -O3 = -fomit-frame-pointer =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/20010114-2.c -w -O3 -fomit-frame-pointer = -DSTACK_SIZE=3D16384 -lm -o /tmp/20010114-2.x3=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/20010114-2.c -w -O3 -fomit-frame-pointer = -DSTACK_SIZE=3D16384 -lm -o /tmp/20010114-2.x3 (timeout =3D = 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {5813} pid is 5813 -5813=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 5813 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/20010114-2.c compilation, -O3 = -fomit-frame-pointer =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/20010114-2.x2 /tmp/20010114-2.x3 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/20010114-2.x3 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/20010114-2.x3 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/20010114-2.x3 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {5821} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/20010114-2.c execution, -O3 = -fomit-frame-pointer =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/20010114-2.x4 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/20010114-2.c, -O3 -g =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/20010114-2.c -w -O3 -g -DSTACK_SIZE=3D16384 -lm -o = /tmp/20010114-2.x4=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/20010114-2.c -w -O3 -g -DSTACK_SIZE=3D16384 -lm -o = /tmp/20010114-2.x4 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {5825} pid is 5825 -5825=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 5825 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/20010114-2.c compilation, -O3 -g =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/20010114-2.x3 /tmp/20010114-2.x4 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/20010114-2.x4 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/20010114-2.x4 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/20010114-2.x4 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {5833} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/20010114-2.c execution, -O3 -g =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/20010114-2.x5 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/20010114-2.c, -Os =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/20010114-2.c -w -Os -DSTACK_SIZE=3D16384 -lm -o = /tmp/20010114-2.x5=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/20010114-2.c -w -Os -DSTACK_SIZE=3D16384 -lm -o = /tmp/20010114-2.x5 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {5837} pid is 5837 -5837=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 5837 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/20010114-2.c compilation, -Os =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/20010114-2.x4 /tmp/20010114-2.x5 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/20010114-2.x5 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/20010114-2.x5 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/20010114-2.x5 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {5845} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/20010114-2.c execution, -Os =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/20010226-1.x0 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/20010226-1.c, -O0 =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/20010226-1.c -w -O0 -DSTACK_SIZE=3D16384 -lm -o = /tmp/20010226-1.x0=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/20010226-1.c -w -O0 -DSTACK_SIZE=3D16384 -lm -o = /tmp/20010226-1.x0 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {5849} pid is 5849 -5849=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 5849 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/20010226-1.c compilation, -O0 =0A= board_info target exists no_long_long=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/20010226-1.x0 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/20010226-1.x0 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/20010226-1.x0 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {5857} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/20010226-1.c execution, -O0 =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/20010226-1.x1 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/20010226-1.c, -O1 =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/20010226-1.c -w -O1 -DSTACK_SIZE=3D16384 -lm -o = /tmp/20010226-1.x1=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/20010226-1.c -w -O1 -DSTACK_SIZE=3D16384 -lm -o = /tmp/20010226-1.x1 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {5861} pid is 5861 -5861=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 5861 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/20010226-1.c compilation, -O1 =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/20010226-1.x0 /tmp/20010226-1.x1 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/20010226-1.x1 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/20010226-1.x1 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/20010226-1.x1 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {5869} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/20010226-1.c execution, -O1 =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/20010226-1.x2 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/20010226-1.c, -O2 =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/20010226-1.c -w -O2 -DSTACK_SIZE=3D16384 -lm -o = /tmp/20010226-1.x2=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/20010226-1.c -w -O2 -DSTACK_SIZE=3D16384 -lm -o = /tmp/20010226-1.x2 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {5873} pid is 5873 -5873=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 5873 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/20010226-1.c compilation, -O2 =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/20010226-1.x1 /tmp/20010226-1.x2 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Executing on build: cmp /tmp/20010226-1.x1 /tmp/20010226-1.x2 (timeout = =3D 300)=0A= calling is_remote build=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is build, not remote=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {5881} pid is 5881 -5881=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no /tmp/20010226-1.x1 /tmp/20010226-1.x2 differ: byte 33014, line 4 expect: does "/tmp/20010226-1.x1 /tmp/20010226-1.x2 differ: byte 33014, = line 4\r\n" (spawn_id exp7) match regular expression ".+"? yes expect: set expect_out(0,string) "/tmp/20010226-1.x1 /tmp/20010226-1.x2 = differ: byte 33014, line 4\r\n" expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "/tmp/20010226-1.x1 /tmp/20010226-1.x2 = differ: byte 33014, line 4\r\n" expect: continuing expect expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 5881 exp7 0 1=0A= close result is 5881 exp7 0 1=0A= output is /tmp/20010226-1.x1 /tmp/20010226-1.x2 differ: byte 33014, line = 4 =0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/20010226-1.x2 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/20010226-1.x2 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/20010226-1.x2 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {5884} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/20010226-1.c execution, -O2 =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/20010226-1.x3 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/20010226-1.c, -O3 = -fomit-frame-pointer =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/20010226-1.c -w -O3 -fomit-frame-pointer = -DSTACK_SIZE=3D16384 -lm -o /tmp/20010226-1.x3=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/20010226-1.c -w -O3 -fomit-frame-pointer = -DSTACK_SIZE=3D16384 -lm -o /tmp/20010226-1.x3 (timeout =3D = 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {5888} pid is 5888 -5888=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 5888 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/20010226-1.c compilation, -O3 = -fomit-frame-pointer =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/20010226-1.x2 /tmp/20010226-1.x3 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/20010226-1.x3 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/20010226-1.x3 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/20010226-1.x3 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {5896} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/20010226-1.c execution, -O3 = -fomit-frame-pointer =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/20010226-1.x4 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/20010226-1.c, -O3 -g =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/20010226-1.c -w -O3 -g -DSTACK_SIZE=3D16384 -lm -o = /tmp/20010226-1.x4=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/20010226-1.c -w -O3 -g -DSTACK_SIZE=3D16384 -lm -o = /tmp/20010226-1.x4 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {5900} pid is 5900 -5900=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 5900 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/20010226-1.c compilation, -O3 -g =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/20010226-1.x3 /tmp/20010226-1.x4 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/20010226-1.x4 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/20010226-1.x4 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/20010226-1.x4 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {5908} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/20010226-1.c execution, -O3 -g =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/20010226-1.x5 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/20010226-1.c, -Os =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/20010226-1.c -w -Os -DSTACK_SIZE=3D16384 -lm -o = /tmp/20010226-1.x5=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/20010226-1.c -w -Os -DSTACK_SIZE=3D16384 -lm -o = /tmp/20010226-1.x5 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {5912} pid is 5912 -5912=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 5912 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/20010226-1.c compilation, -Os =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/20010226-1.x4 /tmp/20010226-1.x5 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/20010226-1.x5 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/20010226-1.x5 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/20010226-1.x5 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {5920} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/20010226-1.c execution, -Os =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/20011123-1.x0 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/20011123-1.c, -O0 =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/20011123-1.c -w -O0 -DSTACK_SIZE=3D16384 -lm -o = /tmp/20011123-1.x0=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/20011123-1.c -w -O0 -DSTACK_SIZE=3D16384 -lm -o = /tmp/20011123-1.x0 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {5924} pid is 5924 -5924=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 5924 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/20011123-1.c compilation, -O0 =0A= board_info target exists no_long_long=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/20011123-1.x0 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/20011123-1.x0 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/20011123-1.x0 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {5932} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/20011123-1.c execution, -O0 =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/20011123-1.x1 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/20011123-1.c, -O1 =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/20011123-1.c -w -O1 -DSTACK_SIZE=3D16384 -lm -o = /tmp/20011123-1.x1=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/20011123-1.c -w -O1 -DSTACK_SIZE=3D16384 -lm -o = /tmp/20011123-1.x1 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {5936} pid is 5936 -5936=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 5936 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/20011123-1.c compilation, -O1 =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/20011123-1.x0 /tmp/20011123-1.x1 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/20011123-1.x1 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/20011123-1.x1 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/20011123-1.x1 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {5944} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/20011123-1.c execution, -O1 =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/20011123-1.x2 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/20011123-1.c, -O2 =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/20011123-1.c -w -O2 -DSTACK_SIZE=3D16384 -lm -o = /tmp/20011123-1.x2=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/20011123-1.c -w -O2 -DSTACK_SIZE=3D16384 -lm -o = /tmp/20011123-1.x2 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {5948} pid is 5948 -5948=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 5948 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/20011123-1.c compilation, -O2 =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/20011123-1.x1 /tmp/20011123-1.x2 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Executing on build: cmp /tmp/20011123-1.x1 /tmp/20011123-1.x2 (timeout = =3D 300)=0A= calling is_remote build=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is build, not remote=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {5956} pid is 5956 -5956=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 5956 exp7 0 0=0A= output is =0A= FAIL: gcc.c-torture/execute/ieee/20011123-1.c execution, -O2 =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/20011123-1.x3 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/20011123-1.c, -O3 = -fomit-frame-pointer =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/20011123-1.c -w -O3 -fomit-frame-pointer = -DSTACK_SIZE=3D16384 -lm -o /tmp/20011123-1.x3=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/20011123-1.c -w -O3 -fomit-frame-pointer = -DSTACK_SIZE=3D16384 -lm -o /tmp/20011123-1.x3 (timeout =3D = 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {5960} pid is 5960 -5960=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 5960 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/20011123-1.c compilation, -O3 = -fomit-frame-pointer =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/20011123-1.x2 /tmp/20011123-1.x3 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/20011123-1.x3 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/20011123-1.x3 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/20011123-1.x3 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {5968} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/20011123-1.c execution, -O3 = -fomit-frame-pointer =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/20011123-1.x4 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/20011123-1.c, -O3 -g =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/20011123-1.c -w -O3 -g -DSTACK_SIZE=3D16384 -lm -o = /tmp/20011123-1.x4=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/20011123-1.c -w -O3 -g -DSTACK_SIZE=3D16384 -lm -o = /tmp/20011123-1.x4 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {5972} pid is 5972 -5972=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 5972 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/20011123-1.c compilation, -O3 -g =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/20011123-1.x3 /tmp/20011123-1.x4 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/20011123-1.x4 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/20011123-1.x4 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/20011123-1.x4 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {5980} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/20011123-1.c execution, -O3 -g =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/20011123-1.x5 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/20011123-1.c, -Os =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/20011123-1.c -w -Os -DSTACK_SIZE=3D16384 -lm -o = /tmp/20011123-1.x5=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/20011123-1.c -w -Os -DSTACK_SIZE=3D16384 -lm -o = /tmp/20011123-1.x5 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {5984} pid is 5984 -5984=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 5984 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/20011123-1.c compilation, -Os =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/20011123-1.x4 /tmp/20011123-1.x5 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/20011123-1.x5 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/20011123-1.x5 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/20011123-1.x5 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {5992} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/20011123-1.c execution, -Os =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/20030331-1.x0 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/20030331-1.c, -O0 =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/20030331-1.c -w -O0 -DSTACK_SIZE=3D16384 -lm -o = /tmp/20030331-1.x0=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/20030331-1.c -w -O0 -DSTACK_SIZE=3D16384 -lm -o = /tmp/20030331-1.x0 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {5996} pid is 5996 -5996=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 5996 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/20030331-1.c compilation, -O0 =0A= board_info target exists no_long_long=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/20030331-1.x0 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/20030331-1.x0 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/20030331-1.x0 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6004} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/20030331-1.c execution, -O0 =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/20030331-1.x1 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/20030331-1.c, -O1 =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/20030331-1.c -w -O1 -DSTACK_SIZE=3D16384 -lm -o = /tmp/20030331-1.x1=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/20030331-1.c -w -O1 -DSTACK_SIZE=3D16384 -lm -o = /tmp/20030331-1.x1 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6008} pid is 6008 -6008=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 6008 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/20030331-1.c compilation, -O1 =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/20030331-1.x0 /tmp/20030331-1.x1 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/20030331-1.x1 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/20030331-1.x1 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/20030331-1.x1 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6016} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/20030331-1.c execution, -O1 =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/20030331-1.x2 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/20030331-1.c, -O2 =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/20030331-1.c -w -O2 -DSTACK_SIZE=3D16384 -lm -o = /tmp/20030331-1.x2=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/20030331-1.c -w -O2 -DSTACK_SIZE=3D16384 -lm -o = /tmp/20030331-1.x2 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6020} pid is 6020 -6020=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 6020 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/20030331-1.c compilation, -O2 =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/20030331-1.x1 /tmp/20030331-1.x2 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/20030331-1.x2 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/20030331-1.x2 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/20030331-1.x2 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6028} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/20030331-1.c execution, -O2 =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/20030331-1.x3 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/20030331-1.c, -O3 = -fomit-frame-pointer =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/20030331-1.c -w -O3 -fomit-frame-pointer = -DSTACK_SIZE=3D16384 -lm -o /tmp/20030331-1.x3=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/20030331-1.c -w -O3 -fomit-frame-pointer = -DSTACK_SIZE=3D16384 -lm -o /tmp/20030331-1.x3 (timeout =3D = 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6032} pid is 6032 -6032=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 6032 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/20030331-1.c compilation, -O3 = -fomit-frame-pointer =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/20030331-1.x2 /tmp/20030331-1.x3 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/20030331-1.x3 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/20030331-1.x3 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/20030331-1.x3 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6040} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/20030331-1.c execution, -O3 = -fomit-frame-pointer =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/20030331-1.x4 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/20030331-1.c, -O3 -g =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/20030331-1.c -w -O3 -g -DSTACK_SIZE=3D16384 -lm -o = /tmp/20030331-1.x4=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/20030331-1.c -w -O3 -g -DSTACK_SIZE=3D16384 -lm -o = /tmp/20030331-1.x4 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6044} pid is 6044 -6044=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 6044 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/20030331-1.c compilation, -O3 -g =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/20030331-1.x3 /tmp/20030331-1.x4 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/20030331-1.x4 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/20030331-1.x4 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/20030331-1.x4 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6052} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/20030331-1.c execution, -O3 -g =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/20030331-1.x5 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/20030331-1.c, -Os =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/20030331-1.c -w -Os -DSTACK_SIZE=3D16384 -lm -o = /tmp/20030331-1.x5=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/20030331-1.c -w -Os -DSTACK_SIZE=3D16384 -lm -o = /tmp/20030331-1.x5 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6056} pid is 6056 -6056=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 6056 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/20030331-1.c compilation, -Os =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/20030331-1.x4 /tmp/20030331-1.x5 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/20030331-1.x5 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/20030331-1.x5 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/20030331-1.x5 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6064} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/20030331-1.c execution, -Os =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/20041213-1.x0 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/20041213-1.c, -O0 =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/20041213-1.c -w -O0 -DSTACK_SIZE=3D16384 -lm -o = /tmp/20041213-1.x0=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/20041213-1.c -w -O0 -DSTACK_SIZE=3D16384 -lm -o = /tmp/20041213-1.x0 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6068} pid is 6068 -6068=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 6068 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/20041213-1.c compilation, -O0 =0A= board_info target exists no_long_long=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/20041213-1.x0 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/20041213-1.x0 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/20041213-1.x0 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6076} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/20041213-1.c execution, -O0 =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/20041213-1.x1 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/20041213-1.c, -O1 =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/20041213-1.c -w -O1 -DSTACK_SIZE=3D16384 -lm -o = /tmp/20041213-1.x1=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/20041213-1.c -w -O1 -DSTACK_SIZE=3D16384 -lm -o = /tmp/20041213-1.x1 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6080} pid is 6080 -6080=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 6080 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/20041213-1.c compilation, -O1 =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/20041213-1.x0 /tmp/20041213-1.x1 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/20041213-1.x1 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/20041213-1.x1 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/20041213-1.x1 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6088} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/20041213-1.c execution, -O1 =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/20041213-1.x2 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/20041213-1.c, -O2 =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/20041213-1.c -w -O2 -DSTACK_SIZE=3D16384 -lm -o = /tmp/20041213-1.x2=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/20041213-1.c -w -O2 -DSTACK_SIZE=3D16384 -lm -o = /tmp/20041213-1.x2 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6092} pid is 6092 -6092=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 6092 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/20041213-1.c compilation, -O2 =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/20041213-1.x1 /tmp/20041213-1.x2 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Executing on build: cmp /tmp/20041213-1.x1 /tmp/20041213-1.x2 (timeout = =3D 300)=0A= calling is_remote build=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is build, not remote=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6100} pid is 6100 -6100=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no /tmp/20041213-1.x1 /tmp/20041213-1.x2 differ: byte 33005, line 5 expect: does "/tmp/20041213-1.x1 /tmp/20041213-1.x2 differ: byte 33005, = line 5\r\n" (spawn_id exp7) match regular expression ".+"? yes expect: set expect_out(0,string) "/tmp/20041213-1.x1 /tmp/20041213-1.x2 = differ: byte 33005, line 5\r\n" expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "/tmp/20041213-1.x1 /tmp/20041213-1.x2 = differ: byte 33005, line 5\r\n" expect: continuing expect expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 6100 exp7 0 1=0A= close result is 6100 exp7 0 1=0A= output is /tmp/20041213-1.x1 /tmp/20041213-1.x2 differ: byte 33005, line = 5 =0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/20041213-1.x2 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/20041213-1.x2 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/20041213-1.x2 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6103} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/20041213-1.c execution, -O2 =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/20041213-1.x3 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/20041213-1.c, -O3 = -fomit-frame-pointer =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/20041213-1.c -w -O3 -fomit-frame-pointer = -DSTACK_SIZE=3D16384 -lm -o /tmp/20041213-1.x3=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/20041213-1.c -w -O3 -fomit-frame-pointer = -DSTACK_SIZE=3D16384 -lm -o /tmp/20041213-1.x3 (timeout =3D = 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6107} pid is 6107 -6107=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 6107 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/20041213-1.c compilation, -O3 = -fomit-frame-pointer =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/20041213-1.x2 /tmp/20041213-1.x3 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/20041213-1.x3 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/20041213-1.x3 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/20041213-1.x3 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6115} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/20041213-1.c execution, -O3 = -fomit-frame-pointer =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/20041213-1.x4 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/20041213-1.c, -O3 -g =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/20041213-1.c -w -O3 -g -DSTACK_SIZE=3D16384 -lm -o = /tmp/20041213-1.x4=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/20041213-1.c -w -O3 -g -DSTACK_SIZE=3D16384 -lm -o = /tmp/20041213-1.x4 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6119} pid is 6119 -6119=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 6119 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/20041213-1.c compilation, -O3 -g =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/20041213-1.x3 /tmp/20041213-1.x4 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/20041213-1.x4 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/20041213-1.x4 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/20041213-1.x4 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6127} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/20041213-1.c execution, -O3 -g =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/20041213-1.x5 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/20041213-1.c, -Os =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/20041213-1.c -w -Os -DSTACK_SIZE=3D16384 -lm -o = /tmp/20041213-1.x5=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/20041213-1.c -w -Os -DSTACK_SIZE=3D16384 -lm -o = /tmp/20041213-1.x5 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6131} pid is 6131 -6131=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 6131 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/20041213-1.c compilation, -Os =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/20041213-1.x4 /tmp/20041213-1.x5 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/20041213-1.x5 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/20041213-1.x5 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/20041213-1.x5 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6139} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/20041213-1.c execution, -Os =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/920518-1.x0 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/920518-1.c, -O0 =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/920518-1.c -w -O0 -DSTACK_SIZE=3D16384 -lm -o = /tmp/920518-1.x0=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/920518-1.c -w -O0 -DSTACK_SIZE=3D16384 -lm -o = /tmp/920518-1.x0 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6143} pid is 6143 -6143=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 6143 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/920518-1.c compilation, -O0 =0A= board_info target exists no_long_long=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/920518-1.x0 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/920518-1.x0 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/920518-1.x0 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6151} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/920518-1.c execution, -O0 =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/920518-1.x1 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/920518-1.c, -O1 =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/920518-1.c -w -O1 -DSTACK_SIZE=3D16384 -lm -o = /tmp/920518-1.x1=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/920518-1.c -w -O1 -DSTACK_SIZE=3D16384 -lm -o = /tmp/920518-1.x1 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6155} pid is 6155 -6155=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 6155 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/920518-1.c compilation, -O1 =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/920518-1.x0 /tmp/920518-1.x1 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/920518-1.x1 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/920518-1.x1 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/920518-1.x1 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6163} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/920518-1.c execution, -O1 =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/920518-1.x2 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/920518-1.c, -O2 =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/920518-1.c -w -O2 -DSTACK_SIZE=3D16384 -lm -o = /tmp/920518-1.x2=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/920518-1.c -w -O2 -DSTACK_SIZE=3D16384 -lm -o = /tmp/920518-1.x2 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6167} pid is 6167 -6167=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 6167 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/920518-1.c compilation, -O2 =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/920518-1.x1 /tmp/920518-1.x2 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/920518-1.x2 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/920518-1.x2 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/920518-1.x2 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6175} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/920518-1.c execution, -O2 =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/920518-1.x3 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/920518-1.c, -O3 -fomit-frame-pointer =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/920518-1.c -w -O3 -fomit-frame-pointer = -DSTACK_SIZE=3D16384 -lm -o /tmp/920518-1.x3=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/920518-1.c -w -O3 -fomit-frame-pointer = -DSTACK_SIZE=3D16384 -lm -o /tmp/920518-1.x3 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6179} pid is 6179 -6179=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 6179 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/920518-1.c compilation, -O3 = -fomit-frame-pointer =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/920518-1.x2 /tmp/920518-1.x3 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/920518-1.x3 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/920518-1.x3 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/920518-1.x3 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6187} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/920518-1.c execution, -O3 = -fomit-frame-pointer =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/920518-1.x4 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/920518-1.c, -O3 -g =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/920518-1.c -w -O3 -g -DSTACK_SIZE=3D16384 -lm -o = /tmp/920518-1.x4=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/920518-1.c -w -O3 -g -DSTACK_SIZE=3D16384 -lm -o = /tmp/920518-1.x4 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6191} pid is 6191 -6191=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 6191 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/920518-1.c compilation, -O3 -g =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/920518-1.x3 /tmp/920518-1.x4 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/920518-1.x4 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/920518-1.x4 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/920518-1.x4 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6199} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/920518-1.c execution, -O3 -g =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/920518-1.x5 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/920518-1.c, -Os =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/920518-1.c -w -Os -DSTACK_SIZE=3D16384 -lm -o = /tmp/920518-1.x5=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/920518-1.c -w -Os -DSTACK_SIZE=3D16384 -lm -o = /tmp/920518-1.x5 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6203} pid is 6203 -6203=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 6203 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/920518-1.c compilation, -Os =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/920518-1.x4 /tmp/920518-1.x5 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/920518-1.x5 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/920518-1.x5 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/920518-1.x5 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6211} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/920518-1.c execution, -Os =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/920810-1.x0 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/920810-1.c, -O0 =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/920810-1.c -w -O0 -DSTACK_SIZE=3D16384 -lm -o = /tmp/920810-1.x0=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/920810-1.c -w -O0 -DSTACK_SIZE=3D16384 -lm -o = /tmp/920810-1.x0 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6215} pid is 6215 -6215=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 6215 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/920810-1.c compilation, -O0 =0A= board_info target exists no_long_long=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/920810-1.x0 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/920810-1.x0 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/920810-1.x0 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6223} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/920810-1.c execution, -O0 =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/920810-1.x1 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/920810-1.c, -O1 =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/920810-1.c -w -O1 -DSTACK_SIZE=3D16384 -lm -o = /tmp/920810-1.x1=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/920810-1.c -w -O1 -DSTACK_SIZE=3D16384 -lm -o = /tmp/920810-1.x1 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6227} pid is 6227 -6227=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 6227 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/920810-1.c compilation, -O1 =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/920810-1.x0 /tmp/920810-1.x1 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/920810-1.x1 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/920810-1.x1 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/920810-1.x1 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6235} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/920810-1.c execution, -O1 =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/920810-1.x2 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/920810-1.c, -O2 =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/920810-1.c -w -O2 -DSTACK_SIZE=3D16384 -lm -o = /tmp/920810-1.x2=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/920810-1.c -w -O2 -DSTACK_SIZE=3D16384 -lm -o = /tmp/920810-1.x2 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6239} pid is 6239 -6239=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 6239 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/920810-1.c compilation, -O2 =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/920810-1.x1 /tmp/920810-1.x2 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/920810-1.x2 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/920810-1.x2 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/920810-1.x2 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6247} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/920810-1.c execution, -O2 =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/920810-1.x3 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/920810-1.c, -O3 -fomit-frame-pointer =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/920810-1.c -w -O3 -fomit-frame-pointer = -DSTACK_SIZE=3D16384 -lm -o /tmp/920810-1.x3=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/920810-1.c -w -O3 -fomit-frame-pointer = -DSTACK_SIZE=3D16384 -lm -o /tmp/920810-1.x3 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6251} pid is 6251 -6251=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 6251 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/920810-1.c compilation, -O3 = -fomit-frame-pointer =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/920810-1.x2 /tmp/920810-1.x3 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/920810-1.x3 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/920810-1.x3 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/920810-1.x3 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6259} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/920810-1.c execution, -O3 = -fomit-frame-pointer =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/920810-1.x4 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/920810-1.c, -O3 -g =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/920810-1.c -w -O3 -g -DSTACK_SIZE=3D16384 -lm -o = /tmp/920810-1.x4=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/920810-1.c -w -O3 -g -DSTACK_SIZE=3D16384 -lm -o = /tmp/920810-1.x4 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6263} pid is 6263 -6263=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 6263 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/920810-1.c compilation, -O3 -g =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/920810-1.x3 /tmp/920810-1.x4 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/920810-1.x4 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/920810-1.x4 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/920810-1.x4 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6271} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/920810-1.c execution, -O3 -g =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/920810-1.x5 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/920810-1.c, -Os =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/920810-1.c -w -Os -DSTACK_SIZE=3D16384 -lm -o = /tmp/920810-1.x5=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/920810-1.c -w -Os -DSTACK_SIZE=3D16384 -lm -o = /tmp/920810-1.x5 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6275} pid is 6275 -6275=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 6275 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/920810-1.c compilation, -Os =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/920810-1.x4 /tmp/920810-1.x5 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/920810-1.x5 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/920810-1.x5 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/920810-1.x5 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6283} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/920810-1.c execution, -Os =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/930529-1.x0 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/930529-1.c, -O0 =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/930529-1.c -w -O0 -DSTACK_SIZE=3D16384 -lm -o = /tmp/930529-1.x0=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/930529-1.c -w -O0 -DSTACK_SIZE=3D16384 -lm -o = /tmp/930529-1.x0 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6287} pid is 6287 -6287=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 6287 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/930529-1.c compilation, -O0 =0A= board_info target exists no_long_long=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/930529-1.x0 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/930529-1.x0 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/930529-1.x0 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6295} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/930529-1.c execution, -O0 =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/930529-1.x1 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/930529-1.c, -O1 =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/930529-1.c -w -O1 -DSTACK_SIZE=3D16384 -lm -o = /tmp/930529-1.x1=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/930529-1.c -w -O1 -DSTACK_SIZE=3D16384 -lm -o = /tmp/930529-1.x1 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6299} pid is 6299 -6299=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 6299 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/930529-1.c compilation, -O1 =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/930529-1.x0 /tmp/930529-1.x1 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/930529-1.x1 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/930529-1.x1 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/930529-1.x1 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6307} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/930529-1.c execution, -O1 =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/930529-1.x2 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/930529-1.c, -O2 =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/930529-1.c -w -O2 -DSTACK_SIZE=3D16384 -lm -o = /tmp/930529-1.x2=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/930529-1.c -w -O2 -DSTACK_SIZE=3D16384 -lm -o = /tmp/930529-1.x2 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6311} pid is 6311 -6311=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 6311 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/930529-1.c compilation, -O2 =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/930529-1.x1 /tmp/930529-1.x2 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/930529-1.x2 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/930529-1.x2 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/930529-1.x2 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6319} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/930529-1.c execution, -O2 =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/930529-1.x3 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/930529-1.c, -O3 -fomit-frame-pointer =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/930529-1.c -w -O3 -fomit-frame-pointer = -DSTACK_SIZE=3D16384 -lm -o /tmp/930529-1.x3=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/930529-1.c -w -O3 -fomit-frame-pointer = -DSTACK_SIZE=3D16384 -lm -o /tmp/930529-1.x3 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6323} pid is 6323 -6323=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 6323 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/930529-1.c compilation, -O3 = -fomit-frame-pointer =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/930529-1.x2 /tmp/930529-1.x3 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/930529-1.x3 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/930529-1.x3 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/930529-1.x3 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6331} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/930529-1.c execution, -O3 = -fomit-frame-pointer =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/930529-1.x4 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/930529-1.c, -O3 -g =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/930529-1.c -w -O3 -g -DSTACK_SIZE=3D16384 -lm -o = /tmp/930529-1.x4=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/930529-1.c -w -O3 -g -DSTACK_SIZE=3D16384 -lm -o = /tmp/930529-1.x4 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6335} pid is 6335 -6335=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 6335 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/930529-1.c compilation, -O3 -g =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/930529-1.x3 /tmp/930529-1.x4 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/930529-1.x4 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/930529-1.x4 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/930529-1.x4 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6343} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/930529-1.c execution, -O3 -g =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/930529-1.x5 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/930529-1.c, -Os =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/930529-1.c -w -Os -DSTACK_SIZE=3D16384 -lm -o = /tmp/930529-1.x5=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/930529-1.c -w -Os -DSTACK_SIZE=3D16384 -lm -o = /tmp/930529-1.x5 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6347} pid is 6347 -6347=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 6347 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/930529-1.c compilation, -Os =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/930529-1.x4 /tmp/930529-1.x5 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/930529-1.x5 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/930529-1.x5 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/930529-1.x5 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6355} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/930529-1.c execution, -Os =0A= Using alternate driver 980619-1.x=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/980619-1.x0 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/980619-1.c, -O0 =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/980619-1.c -w -O0 -DSTACK_SIZE=3D16384 -lm -o = /tmp/980619-1.x0=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/980619-1.c -w -O0 -DSTACK_SIZE=3D16384 -lm -o = /tmp/980619-1.x0 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6359} pid is 6359 -6359=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 6359 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/980619-1.c compilation, -O0 =0A= board_info target exists no_long_long=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/980619-1.x0 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/980619-1.x0 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/980619-1.x0 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6367} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/980619-1.c execution, -O0 =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/980619-1.x1 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/980619-1.c, -O1 =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/980619-1.c -w -O1 -DSTACK_SIZE=3D16384 -lm -o = /tmp/980619-1.x1=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/980619-1.c -w -O1 -DSTACK_SIZE=3D16384 -lm -o = /tmp/980619-1.x1 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6371} pid is 6371 -6371=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 6371 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/980619-1.c compilation, -O1 =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/980619-1.x0 /tmp/980619-1.x1 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/980619-1.x1 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/980619-1.x1 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/980619-1.x1 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6379} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/980619-1.c execution, -O1 =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/980619-1.x2 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/980619-1.c, -O2 =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/980619-1.c -w -O2 -DSTACK_SIZE=3D16384 -lm -o = /tmp/980619-1.x2=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/980619-1.c -w -O2 -DSTACK_SIZE=3D16384 -lm -o = /tmp/980619-1.x2 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6383} pid is 6383 -6383=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 6383 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/980619-1.c compilation, -O2 =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/980619-1.x1 /tmp/980619-1.x2 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/980619-1.x2 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/980619-1.x2 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/980619-1.x2 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6391} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/980619-1.c execution, -O2 =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/980619-1.x3 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/980619-1.c, -O3 -fomit-frame-pointer =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/980619-1.c -w -O3 -fomit-frame-pointer = -DSTACK_SIZE=3D16384 -lm -o /tmp/980619-1.x3=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/980619-1.c -w -O3 -fomit-frame-pointer = -DSTACK_SIZE=3D16384 -lm -o /tmp/980619-1.x3 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6395} pid is 6395 -6395=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 6395 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/980619-1.c compilation, -O3 = -fomit-frame-pointer =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/980619-1.x2 /tmp/980619-1.x3 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/980619-1.x3 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/980619-1.x3 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/980619-1.x3 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6403} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/980619-1.c execution, -O3 = -fomit-frame-pointer =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/980619-1.x4 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/980619-1.c, -O3 -fomit-frame-pointer = -funroll-loops =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/980619-1.c -w -O3 -fomit-frame-pointer -funroll-loops = -DSTACK_SIZE=3D16384 -lm -o /tmp/980619-1.x4=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/980619-1.c -w -O3 -fomit-frame-pointer -funroll-loops = -DSTACK_SIZE=3D16384 -lm -o /tmp/980619-1.x4 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6407} pid is 6407 -6407=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 6407 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/980619-1.c compilation, -O3 = -fomit-frame-pointer -funroll-loops =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/980619-1.x3 /tmp/980619-1.x4 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Executing on build: cmp /tmp/980619-1.x3 /tmp/980619-1.x4 (timeout =3D = 300)=0A= calling is_remote build=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is build, not remote=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6415} pid is 6415 -6415=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 6415 exp7 0 0=0A= output is =0A= FAIL: gcc.c-torture/execute/ieee/980619-1.c execution, -O3 = -fomit-frame-pointer -funroll-loops =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/980619-1.x5 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/980619-1.c, -O3 -fomit-frame-pointer = -funroll-all-loops -finline-functions =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/980619-1.c -w -O3 -fomit-frame-pointer -funroll-all-loops = -finline-functions -DSTACK_SIZE=3D16384 -lm -o /tmp/980619-1.x5=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/980619-1.c -w -O3 -fomit-frame-pointer -funroll-all-loops = -finline-functions -DSTACK_SIZE=3D16384 -lm -o /tmp/980619-1.x5 = (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6419} pid is 6419 -6419=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 6419 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/980619-1.c compilation, -O3 = -fomit-frame-pointer -funroll-all-loops -finline-functions =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/980619-1.x4 /tmp/980619-1.x5 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/980619-1.x5 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/980619-1.x5 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/980619-1.x5 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6427} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/980619-1.c execution, -O3 = -fomit-frame-pointer -funroll-all-loops -finline-functions =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/980619-1.x6 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/980619-1.c, -O3 -g =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/980619-1.c -w -O3 -g -DSTACK_SIZE=3D16384 -lm -o = /tmp/980619-1.x6=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/980619-1.c -w -O3 -g -DSTACK_SIZE=3D16384 -lm -o = /tmp/980619-1.x6 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6431} pid is 6431 -6431=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 6431 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/980619-1.c compilation, -O3 -g =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/980619-1.x5 /tmp/980619-1.x6 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/980619-1.x6 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/980619-1.x6 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/980619-1.x6 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6439} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/980619-1.c execution, -O3 -g =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/980619-1.x7 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/980619-1.c, -Os =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/980619-1.c -w -Os -DSTACK_SIZE=3D16384 -lm -o = /tmp/980619-1.x7=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/980619-1.c -w -Os -DSTACK_SIZE=3D16384 -lm -o = /tmp/980619-1.x7 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6443} pid is 6443 -6443=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 6443 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/980619-1.c compilation, -Os =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/980619-1.x6 /tmp/980619-1.x7 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/980619-1.x7 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/980619-1.x7 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/980619-1.x7 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6451} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/980619-1.c execution, -Os =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/fp-cmp-1.x0 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/fp-cmp-1.c, -O0 =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-1.c -w -O0 -DSTACK_SIZE=3D16384 -lm -o = /tmp/fp-cmp-1.x0=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-1.c -w -O0 -DSTACK_SIZE=3D16384 -lm -o = /tmp/fp-cmp-1.x0 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6455} pid is 6455 -6455=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 6455 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/fp-cmp-1.c compilation, -O0 =0A= board_info target exists no_long_long=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/fp-cmp-1.x0 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/fp-cmp-1.x0 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/fp-cmp-1.x0 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6463} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/fp-cmp-1.c execution, -O0 =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/fp-cmp-1.x1 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/fp-cmp-1.c, -O1 =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-1.c -w -O1 -DSTACK_SIZE=3D16384 -lm -o = /tmp/fp-cmp-1.x1=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-1.c -w -O1 -DSTACK_SIZE=3D16384 -lm -o = /tmp/fp-cmp-1.x1 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6467} pid is 6467 -6467=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 6467 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/fp-cmp-1.c compilation, -O1 =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/fp-cmp-1.x0 /tmp/fp-cmp-1.x1 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/fp-cmp-1.x1 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/fp-cmp-1.x1 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/fp-cmp-1.x1 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6475} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/fp-cmp-1.c execution, -O1 =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/fp-cmp-1.x2 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/fp-cmp-1.c, -O2 =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-1.c -w -O2 -DSTACK_SIZE=3D16384 -lm -o = /tmp/fp-cmp-1.x2=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-1.c -w -O2 -DSTACK_SIZE=3D16384 -lm -o = /tmp/fp-cmp-1.x2 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6479} pid is 6479 -6479=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 6479 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/fp-cmp-1.c compilation, -O2 =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/fp-cmp-1.x1 /tmp/fp-cmp-1.x2 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/fp-cmp-1.x2 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/fp-cmp-1.x2 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/fp-cmp-1.x2 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6487} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/fp-cmp-1.c execution, -O2 =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/fp-cmp-1.x3 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/fp-cmp-1.c, -O3 -fomit-frame-pointer =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-1.c -w -O3 -fomit-frame-pointer = -DSTACK_SIZE=3D16384 -lm -o /tmp/fp-cmp-1.x3=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-1.c -w -O3 -fomit-frame-pointer = -DSTACK_SIZE=3D16384 -lm -o /tmp/fp-cmp-1.x3 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6491} pid is 6491 -6491=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 6491 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/fp-cmp-1.c compilation, -O3 = -fomit-frame-pointer =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/fp-cmp-1.x2 /tmp/fp-cmp-1.x3 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/fp-cmp-1.x3 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/fp-cmp-1.x3 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/fp-cmp-1.x3 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6499} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/fp-cmp-1.c execution, -O3 = -fomit-frame-pointer =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/fp-cmp-1.x4 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/fp-cmp-1.c, -O3 -fomit-frame-pointer = -funroll-loops =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-1.c -w -O3 -fomit-frame-pointer -funroll-loops = -DSTACK_SIZE=3D16384 -lm -o /tmp/fp-cmp-1.x4=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-1.c -w -O3 -fomit-frame-pointer -funroll-loops = -DSTACK_SIZE=3D16384 -lm -o /tmp/fp-cmp-1.x4 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6503} pid is 6503 -6503=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 6503 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/fp-cmp-1.c compilation, -O3 = -fomit-frame-pointer -funroll-loops =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/fp-cmp-1.x3 /tmp/fp-cmp-1.x4 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Executing on build: cmp /tmp/fp-cmp-1.x3 /tmp/fp-cmp-1.x4 (timeout =3D = 300)=0A= calling is_remote build=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is build, not remote=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6511} pid is 6511 -6511=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 6511 exp7 0 0=0A= output is =0A= FAIL: gcc.c-torture/execute/ieee/fp-cmp-1.c execution, -O3 = -fomit-frame-pointer -funroll-loops =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/fp-cmp-1.x5 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/fp-cmp-1.c, -O3 -fomit-frame-pointer = -funroll-all-loops -finline-functions =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-1.c -w -O3 -fomit-frame-pointer -funroll-all-loops = -finline-functions -DSTACK_SIZE=3D16384 -lm -o /tmp/fp-cmp-1.x5=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-1.c -w -O3 -fomit-frame-pointer -funroll-all-loops = -finline-functions -DSTACK_SIZE=3D16384 -lm -o /tmp/fp-cmp-1.x5 = (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6515} pid is 6515 -6515=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 6515 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/fp-cmp-1.c compilation, -O3 = -fomit-frame-pointer -funroll-all-loops -finline-functions =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/fp-cmp-1.x4 /tmp/fp-cmp-1.x5 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Executing on build: cmp /tmp/fp-cmp-1.x4 /tmp/fp-cmp-1.x5 (timeout =3D = 300)=0A= calling is_remote build=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is build, not remote=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6523} pid is 6523 -6523=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 6523 exp7 0 0=0A= output is =0A= FAIL: gcc.c-torture/execute/ieee/fp-cmp-1.c execution, -O3 = -fomit-frame-pointer -funroll-all-loops -finline-functions =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/fp-cmp-1.x6 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/fp-cmp-1.c, -O3 -g =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-1.c -w -O3 -g -DSTACK_SIZE=3D16384 -lm -o = /tmp/fp-cmp-1.x6=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-1.c -w -O3 -g -DSTACK_SIZE=3D16384 -lm -o = /tmp/fp-cmp-1.x6 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6527} pid is 6527 -6527=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 6527 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/fp-cmp-1.c compilation, -O3 -g =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/fp-cmp-1.x5 /tmp/fp-cmp-1.x6 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/fp-cmp-1.x6 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/fp-cmp-1.x6 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/fp-cmp-1.x6 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6535} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/fp-cmp-1.c execution, -O3 -g =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/fp-cmp-1.x7 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/fp-cmp-1.c, -Os =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-1.c -w -Os -DSTACK_SIZE=3D16384 -lm -o = /tmp/fp-cmp-1.x7=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-1.c -w -Os -DSTACK_SIZE=3D16384 -lm -o = /tmp/fp-cmp-1.x7 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6539} pid is 6539 -6539=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 6539 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/fp-cmp-1.c compilation, -Os =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/fp-cmp-1.x6 /tmp/fp-cmp-1.x7 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/fp-cmp-1.x7 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/fp-cmp-1.x7 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/fp-cmp-1.x7 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6547} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/fp-cmp-1.c execution, -Os =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/fp-cmp-2.x0 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/fp-cmp-2.c, -O0 =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-2.c -w -O0 -DSTACK_SIZE=3D16384 -lm -o = /tmp/fp-cmp-2.x0=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-2.c -w -O0 -DSTACK_SIZE=3D16384 -lm -o = /tmp/fp-cmp-2.x0 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6551} pid is 6551 -6551=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 6551 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/fp-cmp-2.c compilation, -O0 =0A= board_info target exists no_long_long=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/fp-cmp-2.x0 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/fp-cmp-2.x0 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/fp-cmp-2.x0 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6559} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/fp-cmp-2.c execution, -O0 =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/fp-cmp-2.x1 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/fp-cmp-2.c, -O1 =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-2.c -w -O1 -DSTACK_SIZE=3D16384 -lm -o = /tmp/fp-cmp-2.x1=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-2.c -w -O1 -DSTACK_SIZE=3D16384 -lm -o = /tmp/fp-cmp-2.x1 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6563} pid is 6563 -6563=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 6563 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/fp-cmp-2.c compilation, -O1 =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/fp-cmp-2.x0 /tmp/fp-cmp-2.x1 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/fp-cmp-2.x1 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/fp-cmp-2.x1 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/fp-cmp-2.x1 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6571} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/fp-cmp-2.c execution, -O1 =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/fp-cmp-2.x2 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/fp-cmp-2.c, -O2 =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-2.c -w -O2 -DSTACK_SIZE=3D16384 -lm -o = /tmp/fp-cmp-2.x2=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-2.c -w -O2 -DSTACK_SIZE=3D16384 -lm -o = /tmp/fp-cmp-2.x2 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6575} pid is 6575 -6575=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 6575 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/fp-cmp-2.c compilation, -O2 =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/fp-cmp-2.x1 /tmp/fp-cmp-2.x2 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/fp-cmp-2.x2 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/fp-cmp-2.x2 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/fp-cmp-2.x2 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6583} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/fp-cmp-2.c execution, -O2 =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/fp-cmp-2.x3 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/fp-cmp-2.c, -O3 -fomit-frame-pointer =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-2.c -w -O3 -fomit-frame-pointer = -DSTACK_SIZE=3D16384 -lm -o /tmp/fp-cmp-2.x3=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-2.c -w -O3 -fomit-frame-pointer = -DSTACK_SIZE=3D16384 -lm -o /tmp/fp-cmp-2.x3 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6587} pid is 6587 -6587=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 6587 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/fp-cmp-2.c compilation, -O3 = -fomit-frame-pointer =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/fp-cmp-2.x2 /tmp/fp-cmp-2.x3 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/fp-cmp-2.x3 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/fp-cmp-2.x3 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/fp-cmp-2.x3 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6595} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/fp-cmp-2.c execution, -O3 = -fomit-frame-pointer =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/fp-cmp-2.x4 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/fp-cmp-2.c, -O3 -fomit-frame-pointer = -funroll-loops =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-2.c -w -O3 -fomit-frame-pointer -funroll-loops = -DSTACK_SIZE=3D16384 -lm -o /tmp/fp-cmp-2.x4=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-2.c -w -O3 -fomit-frame-pointer -funroll-loops = -DSTACK_SIZE=3D16384 -lm -o /tmp/fp-cmp-2.x4 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6599} pid is 6599 -6599=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 6599 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/fp-cmp-2.c compilation, -O3 = -fomit-frame-pointer -funroll-loops =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/fp-cmp-2.x3 /tmp/fp-cmp-2.x4 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Executing on build: cmp /tmp/fp-cmp-2.x3 /tmp/fp-cmp-2.x4 (timeout =3D = 300)=0A= calling is_remote build=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is build, not remote=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6607} pid is 6607 -6607=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 6607 exp7 0 0=0A= output is =0A= FAIL: gcc.c-torture/execute/ieee/fp-cmp-2.c execution, -O3 = -fomit-frame-pointer -funroll-loops =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/fp-cmp-2.x5 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/fp-cmp-2.c, -O3 -fomit-frame-pointer = -funroll-all-loops -finline-functions =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-2.c -w -O3 -fomit-frame-pointer -funroll-all-loops = -finline-functions -DSTACK_SIZE=3D16384 -lm -o /tmp/fp-cmp-2.x5=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-2.c -w -O3 -fomit-frame-pointer -funroll-all-loops = -finline-functions -DSTACK_SIZE=3D16384 -lm -o /tmp/fp-cmp-2.x5 = (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6611} pid is 6611 -6611=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 6611 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/fp-cmp-2.c compilation, -O3 = -fomit-frame-pointer -funroll-all-loops -finline-functions =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/fp-cmp-2.x4 /tmp/fp-cmp-2.x5 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Executing on build: cmp /tmp/fp-cmp-2.x4 /tmp/fp-cmp-2.x5 (timeout =3D = 300)=0A= calling is_remote build=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is build, not remote=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6619} pid is 6619 -6619=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 6619 exp7 0 0=0A= output is =0A= FAIL: gcc.c-torture/execute/ieee/fp-cmp-2.c execution, -O3 = -fomit-frame-pointer -funroll-all-loops -finline-functions =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/fp-cmp-2.x6 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/fp-cmp-2.c, -O3 -g =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-2.c -w -O3 -g -DSTACK_SIZE=3D16384 -lm -o = /tmp/fp-cmp-2.x6=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-2.c -w -O3 -g -DSTACK_SIZE=3D16384 -lm -o = /tmp/fp-cmp-2.x6 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6623} pid is 6623 -6623=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 6623 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/fp-cmp-2.c compilation, -O3 -g =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/fp-cmp-2.x5 /tmp/fp-cmp-2.x6 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/fp-cmp-2.x6 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/fp-cmp-2.x6 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/fp-cmp-2.x6 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6631} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/fp-cmp-2.c execution, -O3 -g =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/fp-cmp-2.x7 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/fp-cmp-2.c, -Os =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-2.c -w -Os -DSTACK_SIZE=3D16384 -lm -o = /tmp/fp-cmp-2.x7=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-2.c -w -Os -DSTACK_SIZE=3D16384 -lm -o = /tmp/fp-cmp-2.x7 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6635} pid is 6635 -6635=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 6635 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/fp-cmp-2.c compilation, -Os =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/fp-cmp-2.x6 /tmp/fp-cmp-2.x7 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/fp-cmp-2.x7 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/fp-cmp-2.x7 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/fp-cmp-2.x7 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6643} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/fp-cmp-2.c execution, -Os =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/fp-cmp-3.x0 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/fp-cmp-3.c, -O0 =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-3.c -w -O0 -DSTACK_SIZE=3D16384 -lm -o = /tmp/fp-cmp-3.x0=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-3.c -w -O0 -DSTACK_SIZE=3D16384 -lm -o = /tmp/fp-cmp-3.x0 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6647} pid is 6647 -6647=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 6647 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/fp-cmp-3.c compilation, -O0 =0A= board_info target exists no_long_long=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/fp-cmp-3.x0 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/fp-cmp-3.x0 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/fp-cmp-3.x0 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6655} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/fp-cmp-3.c execution, -O0 =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/fp-cmp-3.x1 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/fp-cmp-3.c, -O1 =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-3.c -w -O1 -DSTACK_SIZE=3D16384 -lm -o = /tmp/fp-cmp-3.x1=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-3.c -w -O1 -DSTACK_SIZE=3D16384 -lm -o = /tmp/fp-cmp-3.x1 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6659} pid is 6659 -6659=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 6659 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/fp-cmp-3.c compilation, -O1 =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/fp-cmp-3.x0 /tmp/fp-cmp-3.x1 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/fp-cmp-3.x1 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/fp-cmp-3.x1 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/fp-cmp-3.x1 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6667} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/fp-cmp-3.c execution, -O1 =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/fp-cmp-3.x2 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/fp-cmp-3.c, -O2 =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-3.c -w -O2 -DSTACK_SIZE=3D16384 -lm -o = /tmp/fp-cmp-3.x2=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-3.c -w -O2 -DSTACK_SIZE=3D16384 -lm -o = /tmp/fp-cmp-3.x2 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6671} pid is 6671 -6671=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 6671 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/fp-cmp-3.c compilation, -O2 =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/fp-cmp-3.x1 /tmp/fp-cmp-3.x2 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/fp-cmp-3.x2 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/fp-cmp-3.x2 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/fp-cmp-3.x2 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6679} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/fp-cmp-3.c execution, -O2 =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/fp-cmp-3.x3 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/fp-cmp-3.c, -O3 -fomit-frame-pointer =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-3.c -w -O3 -fomit-frame-pointer = -DSTACK_SIZE=3D16384 -lm -o /tmp/fp-cmp-3.x3=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-3.c -w -O3 -fomit-frame-pointer = -DSTACK_SIZE=3D16384 -lm -o /tmp/fp-cmp-3.x3 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6683} pid is 6683 -6683=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 6683 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/fp-cmp-3.c compilation, -O3 = -fomit-frame-pointer =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/fp-cmp-3.x2 /tmp/fp-cmp-3.x3 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/fp-cmp-3.x3 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/fp-cmp-3.x3 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/fp-cmp-3.x3 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6691} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/fp-cmp-3.c execution, -O3 = -fomit-frame-pointer =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/fp-cmp-3.x4 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/fp-cmp-3.c, -O3 -fomit-frame-pointer = -funroll-loops =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-3.c -w -O3 -fomit-frame-pointer -funroll-loops = -DSTACK_SIZE=3D16384 -lm -o /tmp/fp-cmp-3.x4=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-3.c -w -O3 -fomit-frame-pointer -funroll-loops = -DSTACK_SIZE=3D16384 -lm -o /tmp/fp-cmp-3.x4 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6695} pid is 6695 -6695=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 6695 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/fp-cmp-3.c compilation, -O3 = -fomit-frame-pointer -funroll-loops =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/fp-cmp-3.x3 /tmp/fp-cmp-3.x4 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Executing on build: cmp /tmp/fp-cmp-3.x3 /tmp/fp-cmp-3.x4 (timeout =3D = 300)=0A= calling is_remote build=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is build, not remote=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6703} pid is 6703 -6703=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 6703 exp7 0 0=0A= output is =0A= FAIL: gcc.c-torture/execute/ieee/fp-cmp-3.c execution, -O3 = -fomit-frame-pointer -funroll-loops =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/fp-cmp-3.x5 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/fp-cmp-3.c, -O3 -fomit-frame-pointer = -funroll-all-loops -finline-functions =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-3.c -w -O3 -fomit-frame-pointer -funroll-all-loops = -finline-functions -DSTACK_SIZE=3D16384 -lm -o /tmp/fp-cmp-3.x5=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-3.c -w -O3 -fomit-frame-pointer -funroll-all-loops = -finline-functions -DSTACK_SIZE=3D16384 -lm -o /tmp/fp-cmp-3.x5 = (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6707} pid is 6707 -6707=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 6707 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/fp-cmp-3.c compilation, -O3 = -fomit-frame-pointer -funroll-all-loops -finline-functions =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/fp-cmp-3.x4 /tmp/fp-cmp-3.x5 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Executing on build: cmp /tmp/fp-cmp-3.x4 /tmp/fp-cmp-3.x5 (timeout =3D = 300)=0A= calling is_remote build=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is build, not remote=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6715} pid is 6715 -6715=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 6715 exp7 0 0=0A= output is =0A= FAIL: gcc.c-torture/execute/ieee/fp-cmp-3.c execution, -O3 = -fomit-frame-pointer -funroll-all-loops -finline-functions =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/fp-cmp-3.x6 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/fp-cmp-3.c, -O3 -g =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-3.c -w -O3 -g -DSTACK_SIZE=3D16384 -lm -o = /tmp/fp-cmp-3.x6=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-3.c -w -O3 -g -DSTACK_SIZE=3D16384 -lm -o = /tmp/fp-cmp-3.x6 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6719} pid is 6719 -6719=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 6719 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/fp-cmp-3.c compilation, -O3 -g =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/fp-cmp-3.x5 /tmp/fp-cmp-3.x6 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/fp-cmp-3.x6 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/fp-cmp-3.x6 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/fp-cmp-3.x6 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6727} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/fp-cmp-3.c execution, -O3 -g =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/fp-cmp-3.x7 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/fp-cmp-3.c, -Os =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-3.c -w -Os -DSTACK_SIZE=3D16384 -lm -o = /tmp/fp-cmp-3.x7=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-3.c -w -Os -DSTACK_SIZE=3D16384 -lm -o = /tmp/fp-cmp-3.x7 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6731} pid is 6731 -6731=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 6731 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/fp-cmp-3.c compilation, -Os =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/fp-cmp-3.x6 /tmp/fp-cmp-3.x7 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/fp-cmp-3.x7 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/fp-cmp-3.x7 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/fp-cmp-3.x7 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6739} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/fp-cmp-3.c execution, -Os =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/fp-cmp-4.x0 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/fp-cmp-4.c, -O0 =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-4.c -w -O0 -DSTACK_SIZE=3D16384 -lm -o = /tmp/fp-cmp-4.x0=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-4.c -w -O0 -DSTACK_SIZE=3D16384 -lm -o = /tmp/fp-cmp-4.x0 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6742} pid is 6742 -6742=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no /tmp/ccd1fh5t.o: In function `test_isunordered': /tmp/ccd1fh5t.o(.text+0x40): undefined reference to = `__builtin_isunordered' /tmp/ccd1fh5t.o: In function `test_isless': /tmp/ccd1fh5t.o(.text+0xb8): undefined reference to `__builtin_isless' /tmp/ccd1fh5t.o: In function `test_islessequal': /tmp/ccd1fh5t.o(.text+0x130): undefined reference to = `__builtin_islessequal' /tmp/ccd1fh5t.o: In function `test_isgreater': /tmp/ccd1fh5t.o(.text+0x1a8): undefined reference to = `__builtin_isgreater' /tmp/ccd1fh5t.o: In function `test_isgreaterequal': /tmp/ccd1fh5t.o(.text+0x220): undefined reference to = `__builtin_isgreaterequal' /tmp/ccd1fh5t.o: In function `test_islessgreater': /tmp/ccd1fh5t.o(.text+0x298): undefined reference to = `__builtin_islessgreater' collect2: ld returned 1 exit status expect: does "/tmp/ccd1fh5t.o: In function = `test_isunordered':\r\n/tmp/ccd1fh5t.o(.text+0x40): undefined reference = to `__builtin_isunordered'\r\n/tmp/ccd1fh5t.o: In function = `test_isless':\r\n/tmp/ccd1fh5t.o(.text+0xb8): undefined reference to = `__builtin_isless'\r\n/tmp/ccd1fh5t.o: In function = `test_islessequal':\r\n/tmp/ccd1fh5t.o(.text+0x130): undefined reference = to `__builtin_islessequal'\r\n/tmp/ccd1fh5t.o: In function = `test_isgreater':\r\n/tmp/ccd1fh5t.o(.text+0x1a8): undefined reference = to `__builtin_isgreater'\r\n/tmp/ccd1fh5t.o: In function = `test_isgreaterequal':\r\n/tmp/ccd1fh5t.o(.text+0x220): undefined = reference to `__builtin_isgreaterequal'\r\n/tmp/ccd1fh5t.o: In function = `test_islessgreater':\r\n/tmp/ccd1fh5t.o(.text+0x298): undefined = reference to `__builtin_islessgreater'\r\ncollect2: ld returned 1 exit = status\r\n" (spawn_id exp7) match regular expression ".+"? yes expect: set expect_out(0,string) "/tmp/ccd1fh5t.o: In function = `test_isunordered':\r\n/tmp/ccd1fh5t.o(.text+0x40): undefined reference = to `__builtin_isunordered'\r\n/tmp/ccd1fh5t.o: In function = `test_isless':\r\n/tmp/ccd1fh5t.o(.text+0xb8): undefined reference to = `__builtin_isless'\r\n/tmp/ccd1fh5t.o: In function = `test_islessequal':\r\n/tmp/ccd1fh5t.o(.text+0x130): undefined reference = to `__builtin_islessequal'\r\n/tmp/ccd1fh5t.o: In function = `test_isgreater':\r\n/tmp/ccd1fh5t.o(.text+0x1a8): undefined reference = to `__builtin_isgreater'\r\n/tmp/ccd1fh5t.o: In function = `test_isgreaterequal':\r\n/tmp/ccd1fh5t.o(.text+0x220): undefined = reference to `__builtin_isgreaterequal'\r\n/tmp/ccd1fh5t.o: In function = `test_islessgreater':\r\n/tmp/ccd1fh5t.o(.text+0x298): undefined = reference to `__builtin_islessgreater'\r\ncollect2: ld returned 1 exit = status\r\n" expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "/tmp/ccd1fh5t.o: In function = `test_isunordered':\r\n/tmp/ccd1fh5t.o(.text+0x40): undefined reference = to `__builtin_isunordered'\r\n/tmp/ccd1fh5t.o: In function = `test_isless':\r\n/tmp/ccd1fh5t.o(.text+0xb8): undefined reference to = `__builtin_isless'\r\n/tmp/ccd1fh5t.o: In function = `test_islessequal':\r\n/tmp/ccd1fh5t.o(.text+0x130): undefined reference = to `__builtin_islessequal'\r\n/tmp/ccd1fh5t.o: In function = `test_isgreater':\r\n/tmp/ccd1fh5t.o(.text+0x1a8): undefined reference = to `__builtin_isgreater'\r\n/tmp/ccd1fh5t.o: In function = `test_isgreaterequal':\r\n/tmp/ccd1fh5t.o(.text+0x220): undefined = reference to `__builtin_isgreaterequal'\r\n/tmp/ccd1fh5t.o: In function = `test_islessgreater':\r\n/tmp/ccd1fh5t.o(.text+0x298): undefined = reference to `__builtin_islessgreater'\r\ncollect2: ld returned 1 exit = status\r\n" expect: continuing expect expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 6742 exp7 0 1=0A= close result is 6742 exp7 0 1=0A= output is /tmp/ccd1fh5t.o: In function `test_isunordered': /tmp/ccd1fh5t.o(.text+0x40): undefined reference to = `__builtin_isunordered' /tmp/ccd1fh5t.o: In function `test_isless': /tmp/ccd1fh5t.o(.text+0xb8): undefined reference to `__builtin_isless' /tmp/ccd1fh5t.o: In function `test_islessequal': /tmp/ccd1fh5t.o(.text+0x130): undefined reference to = `__builtin_islessequal' /tmp/ccd1fh5t.o: In function `test_isgreater': /tmp/ccd1fh5t.o(.text+0x1a8): undefined reference to = `__builtin_isgreater' /tmp/ccd1fh5t.o: In function `test_isgreaterequal': /tmp/ccd1fh5t.o(.text+0x220): undefined reference to = `__builtin_isgreaterequal' /tmp/ccd1fh5t.o: In function `test_islessgreater': /tmp/ccd1fh5t.o(.text+0x298): undefined reference to = `__builtin_islessgreater' collect2: ld returned 1 exit status =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= compiler exited with status 1=0A= output is:=0A= /tmp/ccd1fh5t.o: In function `test_isunordered': /tmp/ccd1fh5t.o(.text+0x40): undefined reference to = `__builtin_isunordered' /tmp/ccd1fh5t.o: In function `test_isless': /tmp/ccd1fh5t.o(.text+0xb8): undefined reference to `__builtin_isless' /tmp/ccd1fh5t.o: In function `test_islessequal': /tmp/ccd1fh5t.o(.text+0x130): undefined reference to = `__builtin_islessequal' /tmp/ccd1fh5t.o: In function `test_isgreater': /tmp/ccd1fh5t.o(.text+0x1a8): undefined reference to = `__builtin_isgreater' /tmp/ccd1fh5t.o: In function `test_isgreaterequal': /tmp/ccd1fh5t.o(.text+0x220): undefined reference to = `__builtin_isgreaterequal' /tmp/ccd1fh5t.o: In function `test_islessgreater': /tmp/ccd1fh5t.o(.text+0x298): undefined reference to = `__builtin_islessgreater' collect2: ld returned 1 exit status =0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= FAIL: gcc.c-torture/execute/ieee/fp-cmp-4.c compilation, -O0 =0A= UNRESOLVED: gcc.c-torture/execute/ieee/fp-cmp-4.c execution, -O0 =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/fp-cmp-4.x0 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/fp-cmp-4.x1 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/fp-cmp-4.c, -O1 =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-4.c -w -O1 -DSTACK_SIZE=3D16384 -lm -o = /tmp/fp-cmp-4.x1=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-4.c -w -O1 -DSTACK_SIZE=3D16384 -lm -o = /tmp/fp-cmp-4.x1 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6750} pid is 6750 -6750=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no /tmp/ccRjBbOA.o: In function `test_isunordered': /tmp/ccRjBbOA.o(.text+0x10): undefined reference to = `__builtin_isunordered' /tmp/ccRjBbOA.o: In function `test_isless': /tmp/ccRjBbOA.o(.text+0x44): undefined reference to `__builtin_isless' /tmp/ccRjBbOA.o: In function `test_islessequal': /tmp/ccRjBbOA.o(.text+0x78): undefined reference to = `__builtin_islessequal' /tmp/ccRjBbOA.o: In function `test_isgreater': /tmp/ccRjBbOA.o(.text+0xac): undefined reference to = `__builtin_isgreater' /tmp/ccRjBbOA.o: In function `test_isgreaterequal': /tmp/ccRjBbOA.o(.text+0xe0): undefined reference to = `__builtin_isgreaterequal' /tmp/ccRjBbOA.o: In function `test_islessgreater': /tmp/ccRjBbOA.o(.text+0x114): undefined reference to = `__builtin_islessgreater' collect2: ld returned 1 exit status expect: does "/tmp/ccRjBbOA.o: In function = `test_isunordered':\r\n/tmp/ccRjBbOA.o(.text+0x10): undefined reference = to `__builtin_isunordered'\r\n/tmp/ccRjBbOA.o: In function = `test_isless':\r\n/tmp/ccRjBbOA.o(.text+0x44): undefined reference to = `__builtin_isless'\r\n/tmp/ccRjBbOA.o: In function = `test_islessequal':\r\n/tmp/ccRjBbOA.o(.text+0x78): undefined reference = to `__builtin_islessequal'\r\n/tmp/ccRjBbOA.o: In function = `test_isgreater':\r\n/tmp/ccRjBbOA.o(.text+0xac): undefined reference to = `__builtin_isgreater'\r\n/tmp/ccRjBbOA.o: In function = `test_isgreaterequal':\r\n/tmp/ccRjBbOA.o(.text+0xe0): undefined = reference to `__builtin_isgreaterequal'\r\n/tmp/ccRjBbOA.o: In function = `test_islessgreater':\r\n/tmp/ccRjBbOA.o(.text+0x114): undefined = reference to `__builtin_islessgreater'\r\ncollect2: ld returned 1 exit = status\r\n" (spawn_id exp7) match regular expression ".+"? yes expect: set expect_out(0,string) "/tmp/ccRjBbOA.o: In function = `test_isunordered':\r\n/tmp/ccRjBbOA.o(.text+0x10): undefined reference = to `__builtin_isunordered'\r\n/tmp/ccRjBbOA.o: In function = `test_isless':\r\n/tmp/ccRjBbOA.o(.text+0x44): undefined reference to = `__builtin_isless'\r\n/tmp/ccRjBbOA.o: In function = `test_islessequal':\r\n/tmp/ccRjBbOA.o(.text+0x78): undefined reference = to `__builtin_islessequal'\r\n/tmp/ccRjBbOA.o: In function = `test_isgreater':\r\n/tmp/ccRjBbOA.o(.text+0xac): undefined reference to = `__builtin_isgreater'\r\n/tmp/ccRjBbOA.o: In function = `test_isgreaterequal':\r\n/tmp/ccRjBbOA.o(.text+0xe0): undefined = reference to `__builtin_isgreaterequal'\r\n/tmp/ccRjBbOA.o: In function = `test_islessgreater':\r\n/tmp/ccRjBbOA.o(.text+0x114): undefined = reference to `__builtin_islessgreater'\r\ncollect2: ld returned 1 exit = status\r\n" expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "/tmp/ccRjBbOA.o: In function = `test_isunordered':\r\n/tmp/ccRjBbOA.o(.text+0x10): undefined reference = to `__builtin_isunordered'\r\n/tmp/ccRjBbOA.o: In function = `test_isless':\r\n/tmp/ccRjBbOA.o(.text+0x44): undefined reference to = `__builtin_isless'\r\n/tmp/ccRjBbOA.o: In function = `test_islessequal':\r\n/tmp/ccRjBbOA.o(.text+0x78): undefined reference = to `__builtin_islessequal'\r\n/tmp/ccRjBbOA.o: In function = `test_isgreater':\r\n/tmp/ccRjBbOA.o(.text+0xac): undefined reference to = `__builtin_isgreater'\r\n/tmp/ccRjBbOA.o: In function = `test_isgreaterequal':\r\n/tmp/ccRjBbOA.o(.text+0xe0): undefined = reference to `__builtin_isgreaterequal'\r\n/tmp/ccRjBbOA.o: In function = `test_islessgreater':\r\n/tmp/ccRjBbOA.o(.text+0x114): undefined = reference to `__builtin_islessgreater'\r\ncollect2: ld returned 1 exit = status\r\n" expect: continuing expect expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 6750 exp7 0 1=0A= close result is 6750 exp7 0 1=0A= output is /tmp/ccRjBbOA.o: In function `test_isunordered': /tmp/ccRjBbOA.o(.text+0x10): undefined reference to = `__builtin_isunordered' /tmp/ccRjBbOA.o: In function `test_isless': /tmp/ccRjBbOA.o(.text+0x44): undefined reference to `__builtin_isless' /tmp/ccRjBbOA.o: In function `test_islessequal': /tmp/ccRjBbOA.o(.text+0x78): undefined reference to = `__builtin_islessequal' /tmp/ccRjBbOA.o: In function `test_isgreater': /tmp/ccRjBbOA.o(.text+0xac): undefined reference to = `__builtin_isgreater' /tmp/ccRjBbOA.o: In function `test_isgreaterequal': /tmp/ccRjBbOA.o(.text+0xe0): undefined reference to = `__builtin_isgreaterequal' /tmp/ccRjBbOA.o: In function `test_islessgreater': /tmp/ccRjBbOA.o(.text+0x114): undefined reference to = `__builtin_islessgreater' collect2: ld returned 1 exit status =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= compiler exited with status 1=0A= output is:=0A= /tmp/ccRjBbOA.o: In function `test_isunordered': /tmp/ccRjBbOA.o(.text+0x10): undefined reference to = `__builtin_isunordered' /tmp/ccRjBbOA.o: In function `test_isless': /tmp/ccRjBbOA.o(.text+0x44): undefined reference to `__builtin_isless' /tmp/ccRjBbOA.o: In function `test_islessequal': /tmp/ccRjBbOA.o(.text+0x78): undefined reference to = `__builtin_islessequal' /tmp/ccRjBbOA.o: In function `test_isgreater': /tmp/ccRjBbOA.o(.text+0xac): undefined reference to = `__builtin_isgreater' /tmp/ccRjBbOA.o: In function `test_isgreaterequal': /tmp/ccRjBbOA.o(.text+0xe0): undefined reference to = `__builtin_isgreaterequal' /tmp/ccRjBbOA.o: In function `test_islessgreater': /tmp/ccRjBbOA.o(.text+0x114): undefined reference to = `__builtin_islessgreater' collect2: ld returned 1 exit status =0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= FAIL: gcc.c-torture/execute/ieee/fp-cmp-4.c compilation, -O1 =0A= UNRESOLVED: gcc.c-torture/execute/ieee/fp-cmp-4.c execution, -O1 =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/fp-cmp-4.x1 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/fp-cmp-4.x2 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/fp-cmp-4.c, -O2 =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-4.c -w -O2 -DSTACK_SIZE=3D16384 -lm -o = /tmp/fp-cmp-4.x2=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-4.c -w -O2 -DSTACK_SIZE=3D16384 -lm -o = /tmp/fp-cmp-4.x2 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6758} pid is 6758 -6758=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no /tmp/ccbk0LiI.o: In function `test_isunordered': /tmp/ccbk0LiI.o(.text+0x10): undefined reference to = `__builtin_isunordered' /tmp/ccbk0LiI.o: In function `test_isless': /tmp/ccbk0LiI.o(.text+0x44): undefined reference to `__builtin_isless' /tmp/ccbk0LiI.o: In function `test_islessequal': /tmp/ccbk0LiI.o(.text+0x78): undefined reference to = `__builtin_islessequal' /tmp/ccbk0LiI.o: In function `test_isgreater': /tmp/ccbk0LiI.o(.text+0xac): undefined reference to = `__builtin_isgreater' /tmp/ccbk0LiI.o: In function `test_isgreaterequal': /tmp/ccbk0LiI.o(.text+0xe0): undefined reference to = `__builtin_isgreaterequal' /tmp/ccbk0LiI.o: In function `test_islessgreater': /tmp/ccbk0LiI.o(.text+0x114): undefined reference to = `__builtin_islessgreater' collect2: ld returned 1 exit status expect: does "/tmp/ccbk0LiI.o: In function = `test_isunordered':\r\n/tmp/ccbk0LiI.o(.text+0x10): undefined reference = to `__builtin_isunordered'\r\n/tmp/ccbk0LiI.o: In function = `test_isless':\r\n/tmp/ccbk0LiI.o(.text+0x44): undefined reference to = `__builtin_isless'\r\n/tmp/ccbk0LiI.o: In function = `test_islessequal':\r\n/tmp/ccbk0LiI.o(.text+0x78): undefined reference = to `__builtin_islessequal'\r\n/tmp/ccbk0LiI.o: In function = `test_isgreater':\r\n/tmp/ccbk0LiI.o(.text+0xac): undefined reference to = `__builtin_isgreater'\r\n/tmp/ccbk0LiI.o: In function = `test_isgreaterequal':\r\n/tmp/ccbk0LiI.o(.text+0xe0): undefined = reference to `__builtin_isgreaterequal'\r\n/tmp/ccbk0LiI.o: In function = `test_islessgreater':\r\n/tmp/ccbk0LiI.o(.text+0x114): undefined = reference to `__builtin_islessgreater'\r\ncollect2: ld returned 1 exit = status\r\n" (spawn_id exp7) match regular expression ".+"? yes expect: set expect_out(0,string) "/tmp/ccbk0LiI.o: In function = `test_isunordered':\r\n/tmp/ccbk0LiI.o(.text+0x10): undefined reference = to `__builtin_isunordered'\r\n/tmp/ccbk0LiI.o: In function = `test_isless':\r\n/tmp/ccbk0LiI.o(.text+0x44): undefined reference to = `__builtin_isless'\r\n/tmp/ccbk0LiI.o: In function = `test_islessequal':\r\n/tmp/ccbk0LiI.o(.text+0x78): undefined reference = to `__builtin_islessequal'\r\n/tmp/ccbk0LiI.o: In function = `test_isgreater':\r\n/tmp/ccbk0LiI.o(.text+0xac): undefined reference to = `__builtin_isgreater'\r\n/tmp/ccbk0LiI.o: In function = `test_isgreaterequal':\r\n/tmp/ccbk0LiI.o(.text+0xe0): undefined = reference to `__builtin_isgreaterequal'\r\n/tmp/ccbk0LiI.o: In function = `test_islessgreater':\r\n/tmp/ccbk0LiI.o(.text+0x114): undefined = reference to `__builtin_islessgreater'\r\ncollect2: ld returned 1 exit = status\r\n" expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "/tmp/ccbk0LiI.o: In function = `test_isunordered':\r\n/tmp/ccbk0LiI.o(.text+0x10): undefined reference = to `__builtin_isunordered'\r\n/tmp/ccbk0LiI.o: In function = `test_isless':\r\n/tmp/ccbk0LiI.o(.text+0x44): undefined reference to = `__builtin_isless'\r\n/tmp/ccbk0LiI.o: In function = `test_islessequal':\r\n/tmp/ccbk0LiI.o(.text+0x78): undefined reference = to `__builtin_islessequal'\r\n/tmp/ccbk0LiI.o: In function = `test_isgreater':\r\n/tmp/ccbk0LiI.o(.text+0xac): undefined reference to = `__builtin_isgreater'\r\n/tmp/ccbk0LiI.o: In function = `test_isgreaterequal':\r\n/tmp/ccbk0LiI.o(.text+0xe0): undefined = reference to `__builtin_isgreaterequal'\r\n/tmp/ccbk0LiI.o: In function = `test_islessgreater':\r\n/tmp/ccbk0LiI.o(.text+0x114): undefined = reference to `__builtin_islessgreater'\r\ncollect2: ld returned 1 exit = status\r\n" expect: continuing expect expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 6758 exp7 0 1=0A= close result is 6758 exp7 0 1=0A= output is /tmp/ccbk0LiI.o: In function `test_isunordered': /tmp/ccbk0LiI.o(.text+0x10): undefined reference to = `__builtin_isunordered' /tmp/ccbk0LiI.o: In function `test_isless': /tmp/ccbk0LiI.o(.text+0x44): undefined reference to `__builtin_isless' /tmp/ccbk0LiI.o: In function `test_islessequal': /tmp/ccbk0LiI.o(.text+0x78): undefined reference to = `__builtin_islessequal' /tmp/ccbk0LiI.o: In function `test_isgreater': /tmp/ccbk0LiI.o(.text+0xac): undefined reference to = `__builtin_isgreater' /tmp/ccbk0LiI.o: In function `test_isgreaterequal': /tmp/ccbk0LiI.o(.text+0xe0): undefined reference to = `__builtin_isgreaterequal' /tmp/ccbk0LiI.o: In function `test_islessgreater': /tmp/ccbk0LiI.o(.text+0x114): undefined reference to = `__builtin_islessgreater' collect2: ld returned 1 exit status =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= compiler exited with status 1=0A= output is:=0A= /tmp/ccbk0LiI.o: In function `test_isunordered': /tmp/ccbk0LiI.o(.text+0x10): undefined reference to = `__builtin_isunordered' /tmp/ccbk0LiI.o: In function `test_isless': /tmp/ccbk0LiI.o(.text+0x44): undefined reference to `__builtin_isless' /tmp/ccbk0LiI.o: In function `test_islessequal': /tmp/ccbk0LiI.o(.text+0x78): undefined reference to = `__builtin_islessequal' /tmp/ccbk0LiI.o: In function `test_isgreater': /tmp/ccbk0LiI.o(.text+0xac): undefined reference to = `__builtin_isgreater' /tmp/ccbk0LiI.o: In function `test_isgreaterequal': /tmp/ccbk0LiI.o(.text+0xe0): undefined reference to = `__builtin_isgreaterequal' /tmp/ccbk0LiI.o: In function `test_islessgreater': /tmp/ccbk0LiI.o(.text+0x114): undefined reference to = `__builtin_islessgreater' collect2: ld returned 1 exit status =0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= FAIL: gcc.c-torture/execute/ieee/fp-cmp-4.c compilation, -O2 =0A= UNRESOLVED: gcc.c-torture/execute/ieee/fp-cmp-4.c execution, -O2 =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/fp-cmp-4.x2 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/fp-cmp-4.x3 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/fp-cmp-4.c, -O3 -fomit-frame-pointer =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-4.c -w -O3 -fomit-frame-pointer = -DSTACK_SIZE=3D16384 -lm -o /tmp/fp-cmp-4.x3=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-4.c -w -O3 -fomit-frame-pointer = -DSTACK_SIZE=3D16384 -lm -o /tmp/fp-cmp-4.x3 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6766} pid is 6766 -6766=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no /tmp/cch10UrV.o: In function `main': /tmp/cch10UrV.o(.text+0x28): undefined reference to = `__builtin_isunordered' /tmp/cch10UrV.o(.text+0x60): undefined reference to `__builtin_isless' /tmp/cch10UrV.o(.text+0x98): undefined reference to = `__builtin_islessequal' /tmp/cch10UrV.o(.text+0xd0): undefined reference to = `__builtin_isgreater' /tmp/cch10UrV.o(.text+0x108): undefined reference to = `__builtin_isgreaterequal' /tmp/cch10UrV.o(.text+0x140): undefined reference to = `__builtin_islessgreater' /tmp/cch10UrV.o: In function `test_isunordered': /tmp/cch10UrV.o(.text+0x18c): undefined reference to = `__builtin_isunordered' /tmp/cch10UrV.o: In function `test_isless': /tmp/cch10UrV.o(.text+0x1b8): undefined reference to `__builtin_isless' /tmp/cch10UrV.o: In function `test_islessequal': /tmp/cch10UrV.o(.text+0x1e4): undefined reference to = `__builtin_islessequal' /tmp/cch10UrV.o: In function `test_isgreater': /tmp/cch10UrV.o(.text+0x210): undefined reference to = `__builtin_isgreater' /tmp/cch10UrV.o: In function `test_isgreaterequal': /tmp/cch10UrV.o(.text+0x23c): undefined reference to = `__builtin_isgreaterequal' /tmp/cch10UrV.o: In function `test_islessgreater': /tmp/cch10UrV.o(.text+0x268): undefined reference to = `__builtin_islessgreater' collect2: ld returned 1 exit status expect: does "/tmp/cch10UrV.o: In function = `main':\r\n/tmp/cch10UrV.o(.text+0x28): undefined reference to = `__builtin_isunordered'\r\n/tmp/cch10UrV.o(.text+0x60): undefined = reference to `__builtin_isless'\r\n/tmp/cch10UrV.o(.text+0x98): = undefined reference to = `__builtin_islessequal'\r\n/tmp/cch10UrV.o(.text+0xd0): undefined = reference to `__builtin_isgreater'\r\n/tmp/cch10UrV.o(.text+0x108): = undefined reference to = `__builtin_isgreaterequal'\r\n/tmp/cch10UrV.o(.text+0x140): undefined = reference to `__builtin_islessgreater'\r\n/tmp/cch10UrV.o: In function = `test_isunordered':\r\n/tmp/cch10UrV.o(.text+0x18c): undefined reference = to `__builtin_isunordered'\r\n/tmp/cch10UrV.o: In function = `test_isless':\r\n/tmp/cch10UrV.o(.text+0x1b8): undefined reference to = `__builtin_isless'\r\n/tmp/cch10UrV.o: In function = `test_islessequal':\r\n/tmp/cch10UrV.o(.text+0x1e4): undefined reference = to `__builtin_islessequal'\r\n/tmp/cch10UrV.o: In function = `test_isgreater':\r\n/tmp/cch10UrV.o(.text+0x210): undefined reference = to `__builtin_isgreater'\r\n/tmp/cch10UrV.o: In function = `test_isgreaterequal':\r\n/tmp/cch10UrV.o(.text+0x23c): undefined = reference to `__builtin_isgreaterequal'\r\n/tmp/cch10UrV.o: In function = `test_islessgreater':\r\n/tmp/cch10UrV.o(.text+0x268): undefined = reference to `__builtin_islessgreater'\r\ncollect2: ld returned 1 exit = status\r\n" (spawn_id exp7) match regular expression ".+"? yes expect: set expect_out(0,string) "/tmp/cch10UrV.o: In function = `main':\r\n/tmp/cch10UrV.o(.text+0x28): undefined reference to = `__builtin_isunordered'\r\n/tmp/cch10UrV.o(.text+0x60): undefined = reference to `__builtin_isless'\r\n/tmp/cch10UrV.o(.text+0x98): = undefined reference to = `__builtin_islessequal'\r\n/tmp/cch10UrV.o(.text+0xd0): undefined = reference to `__builtin_isgreater'\r\n/tmp/cch10UrV.o(.text+0x108): = undefined reference to = `__builtin_isgreaterequal'\r\n/tmp/cch10UrV.o(.text+0x140): undefined = reference to `__builtin_islessgreater'\r\n/tmp/cch10UrV.o: In function = `test_isunordered':\r\n/tmp/cch10UrV.o(.text+0x18c): undefined reference = to `__builtin_isunordered'\r\n/tmp/cch10UrV.o: In function = `test_isless':\r\n/tmp/cch10UrV.o(.text+0x1b8): undefined reference to = `__builtin_isless'\r\n/tmp/cch10UrV.o: In function = `test_islessequal':\r\n/tmp/cch10UrV.o(.text+0x1e4): undefined reference = to `__builtin_islessequal'\r\n/tmp/cch10UrV.o: In function = `test_isgreater':\r\n/tmp/cch10UrV.o(.text+0x210): undefined reference = to `__builtin_isgreater'\r\n/tmp/cch10UrV.o: In function = `test_isgreaterequal':\r\n/tmp/cch10UrV.o(.text+0x23c): undefined = reference to `__builtin_isgreaterequal'\r\n/tmp/cch10UrV.o: In function = `test_islessgreater':\r\n/tmp/cch10UrV.o(.text+0x268): undefined = reference to `__builtin_islessgreater'\r\ncollect2: ld returned 1 exit = status\r\n" expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "/tmp/cch10UrV.o: In function = `main':\r\n/tmp/cch10UrV.o(.text+0x28): undefined reference to = `__builtin_isunordered'\r\n/tmp/cch10UrV.o(.text+0x60): undefined = reference to `__builtin_isless'\r\n/tmp/cch10UrV.o(.text+0x98): = undefined reference to = `__builtin_islessequal'\r\n/tmp/cch10UrV.o(.text+0xd0): undefined = reference to `__builtin_isgreater'\r\n/tmp/cch10UrV.o(.text+0x108): = undefined reference to = `__builtin_isgreaterequal'\r\n/tmp/cch10UrV.o(.text+0x140): undefined = reference to `__builtin_islessgreater'\r\n/tmp/cch10UrV.o: In function = `test_isunordered':\r\n/tmp/cch10UrV.o(.text+0x18c): undefined reference = to `__builtin_isunordered'\r\n/tmp/cch10UrV.o: In function = `test_isless':\r\n/tmp/cch10UrV.o(.text+0x1b8): undefined reference to = `__builtin_isless'\r\n/tmp/cch10UrV.o: In function = `test_islessequal':\r\n/tmp/cch10UrV.o(.text+0x1e4): undefined reference = to `__builtin_islessequal'\r\n/tmp/cch10UrV.o: In function = `test_isgreater':\r\n/tmp/cch10UrV.o(.text+0x210): undefined reference = to `__builtin_isgreater'\r\n/tmp/cch10UrV.o: In function = `test_isgreaterequal':\r\n/tmp/cch10UrV.o(.text+0x23c): undefined = reference to `__builtin_isgreaterequal'\r\n/tmp/cch10UrV.o: In function = `test_islessgreater':\r\n/tmp/cch10UrV.o(.text+0x268): undefined = reference to `__builtin_islessgreater'\r\ncollect2: ld returned 1 exit = status\r\n" expect: continuing expect expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 6766 exp7 0 1=0A= close result is 6766 exp7 0 1=0A= output is /tmp/cch10UrV.o: In function `main': /tmp/cch10UrV.o(.text+0x28): undefined reference to = `__builtin_isunordered' /tmp/cch10UrV.o(.text+0x60): undefined reference to `__builtin_isless' /tmp/cch10UrV.o(.text+0x98): undefined reference to = `__builtin_islessequal' /tmp/cch10UrV.o(.text+0xd0): undefined reference to = `__builtin_isgreater' /tmp/cch10UrV.o(.text+0x108): undefined reference to = `__builtin_isgreaterequal' /tmp/cch10UrV.o(.text+0x140): undefined reference to = `__builtin_islessgreater' /tmp/cch10UrV.o: In function `test_isunordered': /tmp/cch10UrV.o(.text+0x18c): undefined reference to = `__builtin_isunordered' /tmp/cch10UrV.o: In function `test_isless': /tmp/cch10UrV.o(.text+0x1b8): undefined reference to `__builtin_isless' /tmp/cch10UrV.o: In function `test_islessequal': /tmp/cch10UrV.o(.text+0x1e4): undefined reference to = `__builtin_islessequal' /tmp/cch10UrV.o: In function `test_isgreater': /tmp/cch10UrV.o(.text+0x210): undefined reference to = `__builtin_isgreater' /tmp/cch10UrV.o: In function `test_isgreaterequal': /tmp/cch10UrV.o(.text+0x23c): undefined reference to = `__builtin_isgreaterequal' /tmp/cch10UrV.o: In function `test_islessgreater': /tmp/cch10UrV.o(.text+0x268): undefined reference to = `__builtin_islessgreater' collect2: ld returned 1 exit status =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= compiler exited with status 1=0A= output is:=0A= /tmp/cch10UrV.o: In function `main': /tmp/cch10UrV.o(.text+0x28): undefined reference to = `__builtin_isunordered' /tmp/cch10UrV.o(.text+0x60): undefined reference to `__builtin_isless' /tmp/cch10UrV.o(.text+0x98): undefined reference to = `__builtin_islessequal' /tmp/cch10UrV.o(.text+0xd0): undefined reference to = `__builtin_isgreater' /tmp/cch10UrV.o(.text+0x108): undefined reference to = `__builtin_isgreaterequal' /tmp/cch10UrV.o(.text+0x140): undefined reference to = `__builtin_islessgreater' /tmp/cch10UrV.o: In function `test_isunordered': /tmp/cch10UrV.o(.text+0x18c): undefined reference to = `__builtin_isunordered' /tmp/cch10UrV.o: In function `test_isless': /tmp/cch10UrV.o(.text+0x1b8): undefined reference to `__builtin_isless' /tmp/cch10UrV.o: In function `test_islessequal': /tmp/cch10UrV.o(.text+0x1e4): undefined reference to = `__builtin_islessequal' /tmp/cch10UrV.o: In function `test_isgreater': /tmp/cch10UrV.o(.text+0x210): undefined reference to = `__builtin_isgreater' /tmp/cch10UrV.o: In function `test_isgreaterequal': /tmp/cch10UrV.o(.text+0x23c): undefined reference to = `__builtin_isgreaterequal' /tmp/cch10UrV.o: In function `test_islessgreater': /tmp/cch10UrV.o(.text+0x268): undefined reference to = `__builtin_islessgreater' collect2: ld returned 1 exit status =0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= FAIL: gcc.c-torture/execute/ieee/fp-cmp-4.c compilation, -O3 = -fomit-frame-pointer =0A= UNRESOLVED: gcc.c-torture/execute/ieee/fp-cmp-4.c execution, -O3 = -fomit-frame-pointer =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/fp-cmp-4.x3 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/fp-cmp-4.x4 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/fp-cmp-4.c, -O3 -fomit-frame-pointer = -funroll-loops =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-4.c -w -O3 -fomit-frame-pointer -funroll-loops = -DSTACK_SIZE=3D16384 -lm -o /tmp/fp-cmp-4.x4=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-4.c -w -O3 -fomit-frame-pointer -funroll-loops = -DSTACK_SIZE=3D16384 -lm -o /tmp/fp-cmp-4.x4 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6774} pid is 6774 -6774=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no /tmp/ccNzOAg3.o: In function `main': /tmp/ccNzOAg3.o(.text+0x28): undefined reference to = `__builtin_isunordered' /tmp/ccNzOAg3.o(.text+0x60): undefined reference to `__builtin_isless' /tmp/ccNzOAg3.o(.text+0x98): undefined reference to = `__builtin_islessequal' /tmp/ccNzOAg3.o(.text+0xd0): undefined reference to = `__builtin_isgreater' /tmp/ccNzOAg3.o(.text+0x108): undefined reference to = `__builtin_isgreaterequal' /tmp/ccNzOAg3.o(.text+0x140): undefined reference to = `__builtin_islessgreater' /tmp/ccNzOAg3.o: In function `test_isunordered': /tmp/ccNzOAg3.o(.text+0x18c): undefined reference to = `__builtin_isunordered' /tmp/ccNzOAg3.o: In function `test_isless': /tmp/ccNzOAg3.o(.text+0x1b8): undefined reference to `__builtin_isless' /tmp/ccNzOAg3.o: In function `test_islessequal': /tmp/ccNzOAg3.o(.text+0x1e4): undefined reference to = `__builtin_islessequal' /tmp/ccNzOAg3.o: In function `test_isgreater': /tmp/ccNzOAg3.o(.text+0x210): undefined reference to = `__builtin_isgreater' /tmp/ccNzOAg3.o: In function `test_isgreaterequal': /tmp/ccNzOAg3.o(.text+0x23c): undefined reference to = `__builtin_isgreaterequal' /tmp/ccNzOAg3.o: In function `test_islessgreater': /tmp/ccNzOAg3.o(.text+0x268): undefined reference to = `__builtin_islessgreater' collect2: ld returned 1 exit status expect: does "/tmp/ccNzOAg3.o: In function = `main':\r\n/tmp/ccNzOAg3.o(.text+0x28): undefined reference to = `__builtin_isunordered'\r\n/tmp/ccNzOAg3.o(.text+0x60): undefined = reference to `__builtin_isless'\r\n/tmp/ccNzOAg3.o(.text+0x98): = undefined reference to = `__builtin_islessequal'\r\n/tmp/ccNzOAg3.o(.text+0xd0): undefined = reference to `__builtin_isgreater'\r\n/tmp/ccNzOAg3.o(.text+0x108): = undefined reference to = `__builtin_isgreaterequal'\r\n/tmp/ccNzOAg3.o(.text+0x140): undefined = reference to `__builtin_islessgreater'\r\n/tmp/ccNzOAg3.o: In function = `test_isunordered':\r\n/tmp/ccNzOAg3.o(.text+0x18c): undefined reference = to `__builtin_isunordered'\r\n/tmp/ccNzOAg3.o: In function = `test_isless':\r\n/tmp/ccNzOAg3.o(.text+0x1b8): undefined reference to = `__builtin_isless'\r\n/tmp/ccNzOAg3.o: In function = `test_islessequal':\r\n/tmp/ccNzOAg3.o(.text+0x1e4): undefined reference = to `__builtin_islessequal'\r\n/tmp/ccNzOAg3.o: In function = `test_isgreater':\r\n/tmp/ccNzOAg3.o(.text+0x210): undefined reference = to `__builtin_isgreater'\r\n/tmp/ccNzOAg3.o: In function = `test_isgreaterequal':\r\n/tmp/ccNzOAg3.o(.text+0x23c): undefined = reference to `__builtin_isgreaterequal'\r\n/tmp/ccNzOAg3.o: In function = `test_islessgreater':\r\n/tmp/ccNzOAg3.o(.text+0x268): undefined = reference to `__builtin_islessgreater'\r\ncollect2: ld returned 1 exit = status\r\n" (spawn_id exp7) match regular expression ".+"? yes expect: set expect_out(0,string) "/tmp/ccNzOAg3.o: In function = `main':\r\n/tmp/ccNzOAg3.o(.text+0x28): undefined reference to = `__builtin_isunordered'\r\n/tmp/ccNzOAg3.o(.text+0x60): undefined = reference to `__builtin_isless'\r\n/tmp/ccNzOAg3.o(.text+0x98): = undefined reference to = `__builtin_islessequal'\r\n/tmp/ccNzOAg3.o(.text+0xd0): undefined = reference to `__builtin_isgreater'\r\n/tmp/ccNzOAg3.o(.text+0x108): = undefined reference to = `__builtin_isgreaterequal'\r\n/tmp/ccNzOAg3.o(.text+0x140): undefined = reference to `__builtin_islessgreater'\r\n/tmp/ccNzOAg3.o: In function = `test_isunordered':\r\n/tmp/ccNzOAg3.o(.text+0x18c): undefined reference = to `__builtin_isunordered'\r\n/tmp/ccNzOAg3.o: In function = `test_isless':\r\n/tmp/ccNzOAg3.o(.text+0x1b8): undefined reference to = `__builtin_isless'\r\n/tmp/ccNzOAg3.o: In function = `test_islessequal':\r\n/tmp/ccNzOAg3.o(.text+0x1e4): undefined reference = to `__builtin_islessequal'\r\n/tmp/ccNzOAg3.o: In function = `test_isgreater':\r\n/tmp/ccNzOAg3.o(.text+0x210): undefined reference = to `__builtin_isgreater'\r\n/tmp/ccNzOAg3.o: In function = `test_isgreaterequal':\r\n/tmp/ccNzOAg3.o(.text+0x23c): undefined = reference to `__builtin_isgreaterequal'\r\n/tmp/ccNzOAg3.o: In function = `test_islessgreater':\r\n/tmp/ccNzOAg3.o(.text+0x268): undefined = reference to `__builtin_islessgreater'\r\ncollect2: ld returned 1 exit = status\r\n" expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "/tmp/ccNzOAg3.o: In function = `main':\r\n/tmp/ccNzOAg3.o(.text+0x28): undefined reference to = `__builtin_isunordered'\r\n/tmp/ccNzOAg3.o(.text+0x60): undefined = reference to `__builtin_isless'\r\n/tmp/ccNzOAg3.o(.text+0x98): = undefined reference to = `__builtin_islessequal'\r\n/tmp/ccNzOAg3.o(.text+0xd0): undefined = reference to `__builtin_isgreater'\r\n/tmp/ccNzOAg3.o(.text+0x108): = undefined reference to = `__builtin_isgreaterequal'\r\n/tmp/ccNzOAg3.o(.text+0x140): undefined = reference to `__builtin_islessgreater'\r\n/tmp/ccNzOAg3.o: In function = `test_isunordered':\r\n/tmp/ccNzOAg3.o(.text+0x18c): undefined reference = to `__builtin_isunordered'\r\n/tmp/ccNzOAg3.o: In function = `test_isless':\r\n/tmp/ccNzOAg3.o(.text+0x1b8): undefined reference to = `__builtin_isless'\r\n/tmp/ccNzOAg3.o: In function = `test_islessequal':\r\n/tmp/ccNzOAg3.o(.text+0x1e4): undefined reference = to `__builtin_islessequal'\r\n/tmp/ccNzOAg3.o: In function = `test_isgreater':\r\n/tmp/ccNzOAg3.o(.text+0x210): undefined reference = to `__builtin_isgreater'\r\n/tmp/ccNzOAg3.o: In function = `test_isgreaterequal':\r\n/tmp/ccNzOAg3.o(.text+0x23c): undefined = reference to `__builtin_isgreaterequal'\r\n/tmp/ccNzOAg3.o: In function = `test_islessgreater':\r\n/tmp/ccNzOAg3.o(.text+0x268): undefined = reference to `__builtin_islessgreater'\r\ncollect2: ld returned 1 exit = status\r\n" expect: continuing expect expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 6774 exp7 0 1=0A= close result is 6774 exp7 0 1=0A= output is /tmp/ccNzOAg3.o: In function `main': /tmp/ccNzOAg3.o(.text+0x28): undefined reference to = `__builtin_isunordered' /tmp/ccNzOAg3.o(.text+0x60): undefined reference to `__builtin_isless' /tmp/ccNzOAg3.o(.text+0x98): undefined reference to = `__builtin_islessequal' /tmp/ccNzOAg3.o(.text+0xd0): undefined reference to = `__builtin_isgreater' /tmp/ccNzOAg3.o(.text+0x108): undefined reference to = `__builtin_isgreaterequal' /tmp/ccNzOAg3.o(.text+0x140): undefined reference to = `__builtin_islessgreater' /tmp/ccNzOAg3.o: In function `test_isunordered': /tmp/ccNzOAg3.o(.text+0x18c): undefined reference to = `__builtin_isunordered' /tmp/ccNzOAg3.o: In function `test_isless': /tmp/ccNzOAg3.o(.text+0x1b8): undefined reference to `__builtin_isless' /tmp/ccNzOAg3.o: In function `test_islessequal': /tmp/ccNzOAg3.o(.text+0x1e4): undefined reference to = `__builtin_islessequal' /tmp/ccNzOAg3.o: In function `test_isgreater': /tmp/ccNzOAg3.o(.text+0x210): undefined reference to = `__builtin_isgreater' /tmp/ccNzOAg3.o: In function `test_isgreaterequal': /tmp/ccNzOAg3.o(.text+0x23c): undefined reference to = `__builtin_isgreaterequal' /tmp/ccNzOAg3.o: In function `test_islessgreater': /tmp/ccNzOAg3.o(.text+0x268): undefined reference to = `__builtin_islessgreater' collect2: ld returned 1 exit status =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= compiler exited with status 1=0A= output is:=0A= /tmp/ccNzOAg3.o: In function `main': /tmp/ccNzOAg3.o(.text+0x28): undefined reference to = `__builtin_isunordered' /tmp/ccNzOAg3.o(.text+0x60): undefined reference to `__builtin_isless' /tmp/ccNzOAg3.o(.text+0x98): undefined reference to = `__builtin_islessequal' /tmp/ccNzOAg3.o(.text+0xd0): undefined reference to = `__builtin_isgreater' /tmp/ccNzOAg3.o(.text+0x108): undefined reference to = `__builtin_isgreaterequal' /tmp/ccNzOAg3.o(.text+0x140): undefined reference to = `__builtin_islessgreater' /tmp/ccNzOAg3.o: In function `test_isunordered': /tmp/ccNzOAg3.o(.text+0x18c): undefined reference to = `__builtin_isunordered' /tmp/ccNzOAg3.o: In function `test_isless': /tmp/ccNzOAg3.o(.text+0x1b8): undefined reference to `__builtin_isless' /tmp/ccNzOAg3.o: In function `test_islessequal': /tmp/ccNzOAg3.o(.text+0x1e4): undefined reference to = `__builtin_islessequal' /tmp/ccNzOAg3.o: In function `test_isgreater': /tmp/ccNzOAg3.o(.text+0x210): undefined reference to = `__builtin_isgreater' /tmp/ccNzOAg3.o: In function `test_isgreaterequal': /tmp/ccNzOAg3.o(.text+0x23c): undefined reference to = `__builtin_isgreaterequal' /tmp/ccNzOAg3.o: In function `test_islessgreater': /tmp/ccNzOAg3.o(.text+0x268): undefined reference to = `__builtin_islessgreater' collect2: ld returned 1 exit status =0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= FAIL: gcc.c-torture/execute/ieee/fp-cmp-4.c compilation, -O3 = -fomit-frame-pointer -funroll-loops =0A= UNRESOLVED: gcc.c-torture/execute/ieee/fp-cmp-4.c execution, -O3 = -fomit-frame-pointer -funroll-loops =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/fp-cmp-4.x4 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/fp-cmp-4.x5 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/fp-cmp-4.c, -O3 -fomit-frame-pointer = -funroll-all-loops -finline-functions =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-4.c -w -O3 -fomit-frame-pointer -funroll-all-loops = -finline-functions -DSTACK_SIZE=3D16384 -lm -o /tmp/fp-cmp-4.x5=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-4.c -w -O3 -fomit-frame-pointer -funroll-all-loops = -finline-functions -DSTACK_SIZE=3D16384 -lm -o /tmp/fp-cmp-4.x5 = (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6782} pid is 6782 -6782=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no /tmp/ccRnrPFh.o: In function `main': /tmp/ccRnrPFh.o(.text+0x28): undefined reference to = `__builtin_isunordered' /tmp/ccRnrPFh.o(.text+0x60): undefined reference to `__builtin_isless' /tmp/ccRnrPFh.o(.text+0x98): undefined reference to = `__builtin_islessequal' /tmp/ccRnrPFh.o(.text+0xd0): undefined reference to = `__builtin_isgreater' /tmp/ccRnrPFh.o(.text+0x108): undefined reference to = `__builtin_isgreaterequal' /tmp/ccRnrPFh.o(.text+0x140): undefined reference to = `__builtin_islessgreater' /tmp/ccRnrPFh.o: In function `test_isunordered': /tmp/ccRnrPFh.o(.text+0x18c): undefined reference to = `__builtin_isunordered' /tmp/ccRnrPFh.o: In function `test_isless': /tmp/ccRnrPFh.o(.text+0x1b8): undefined reference to `__builtin_isless' /tmp/ccRnrPFh.o: In function `test_islessequal': /tmp/ccRnrPFh.o(.text+0x1e4): undefined reference to = `__builtin_islessequal' /tmp/ccRnrPFh.o: In function `test_isgreater': /tmp/ccRnrPFh.o(.text+0x210): undefined reference to = `__builtin_isgreater' /tmp/ccRnrPFh.o: In function `test_isgreaterequal': /tmp/ccRnrPFh.o(.text+0x23c): undefined reference to = `__builtin_isgreaterequal' /tmp/ccRnrPFh.o: In function `test_islessgreater': /tmp/ccRnrPFh.o(.text+0x268): undefined reference to = `__builtin_islessgreater' collect2: ld returned 1 exit status expect: does "/tmp/ccRnrPFh.o: In function = `main':\r\n/tmp/ccRnrPFh.o(.text+0x28): undefined reference to = `__builtin_isunordered'\r\n/tmp/ccRnrPFh.o(.text+0x60): undefined = reference to `__builtin_isless'\r\n/tmp/ccRnrPFh.o(.text+0x98): = undefined reference to = `__builtin_islessequal'\r\n/tmp/ccRnrPFh.o(.text+0xd0): undefined = reference to `__builtin_isgreater'\r\n/tmp/ccRnrPFh.o(.text+0x108): = undefined reference to = `__builtin_isgreaterequal'\r\n/tmp/ccRnrPFh.o(.text+0x140): undefined = reference to `__builtin_islessgreater'\r\n/tmp/ccRnrPFh.o: In function = `test_isunordered':\r\n/tmp/ccRnrPFh.o(.text+0x18c): undefined reference = to `__builtin_isunordered'\r\n/tmp/ccRnrPFh.o: In function = `test_isless':\r\n/tmp/ccRnrPFh.o(.text+0x1b8): undefined reference to = `__builtin_isless'\r\n/tmp/ccRnrPFh.o: In function = `test_islessequal':\r\n/tmp/ccRnrPFh.o(.text+0x1e4): undefined reference = to `__builtin_islessequal'\r\n/tmp/ccRnrPFh.o: In function = `test_isgreater':\r\n/tmp/ccRnrPFh.o(.text+0x210): undefined reference = to `__builtin_isgreater'\r\n/tmp/ccRnrPFh.o: In function = `test_isgreaterequal':\r\n/tmp/ccRnrPFh.o(.text+0x23c): undefined = reference to `__builtin_isgreaterequal'\r\n/tmp/ccRnrPFh.o: In function = `test_islessgreater':\r\n/tmp/ccRnrPFh.o(.text+0x268): undefined = reference to `__builtin_islessgreater'\r\ncollect2: ld returned 1 exit = status\r\n" (spawn_id exp7) match regular expression ".+"? yes expect: set expect_out(0,string) "/tmp/ccRnrPFh.o: In function = `main':\r\n/tmp/ccRnrPFh.o(.text+0x28): undefined reference to = `__builtin_isunordered'\r\n/tmp/ccRnrPFh.o(.text+0x60): undefined = reference to `__builtin_isless'\r\n/tmp/ccRnrPFh.o(.text+0x98): = undefined reference to = `__builtin_islessequal'\r\n/tmp/ccRnrPFh.o(.text+0xd0): undefined = reference to `__builtin_isgreater'\r\n/tmp/ccRnrPFh.o(.text+0x108): = undefined reference to = `__builtin_isgreaterequal'\r\n/tmp/ccRnrPFh.o(.text+0x140): undefined = reference to `__builtin_islessgreater'\r\n/tmp/ccRnrPFh.o: In function = `test_isunordered':\r\n/tmp/ccRnrPFh.o(.text+0x18c): undefined reference = to `__builtin_isunordered'\r\n/tmp/ccRnrPFh.o: In function = `test_isless':\r\n/tmp/ccRnrPFh.o(.text+0x1b8): undefined reference to = `__builtin_isless'\r\n/tmp/ccRnrPFh.o: In function = `test_islessequal':\r\n/tmp/ccRnrPFh.o(.text+0x1e4): undefined reference = to `__builtin_islessequal'\r\n/tmp/ccRnrPFh.o: In function = `test_isgreater':\r\n/tmp/ccRnrPFh.o(.text+0x210): undefined reference = to `__builtin_isgreater'\r\n/tmp/ccRnrPFh.o: In function = `test_isgreaterequal':\r\n/tmp/ccRnrPFh.o(.text+0x23c): undefined = reference to `__builtin_isgreaterequal'\r\n/tmp/ccRnrPFh.o: In function = `test_islessgreater':\r\n/tmp/ccRnrPFh.o(.text+0x268): undefined = reference to `__builtin_islessgreater'\r\ncollect2: ld returned 1 exit = status\r\n" expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "/tmp/ccRnrPFh.o: In function = `main':\r\n/tmp/ccRnrPFh.o(.text+0x28): undefined reference to = `__builtin_isunordered'\r\n/tmp/ccRnrPFh.o(.text+0x60): undefined = reference to `__builtin_isless'\r\n/tmp/ccRnrPFh.o(.text+0x98): = undefined reference to = `__builtin_islessequal'\r\n/tmp/ccRnrPFh.o(.text+0xd0): undefined = reference to `__builtin_isgreater'\r\n/tmp/ccRnrPFh.o(.text+0x108): = undefined reference to = `__builtin_isgreaterequal'\r\n/tmp/ccRnrPFh.o(.text+0x140): undefined = reference to `__builtin_islessgreater'\r\n/tmp/ccRnrPFh.o: In function = `test_isunordered':\r\n/tmp/ccRnrPFh.o(.text+0x18c): undefined reference = to `__builtin_isunordered'\r\n/tmp/ccRnrPFh.o: In function = `test_isless':\r\n/tmp/ccRnrPFh.o(.text+0x1b8): undefined reference to = `__builtin_isless'\r\n/tmp/ccRnrPFh.o: In function = `test_islessequal':\r\n/tmp/ccRnrPFh.o(.text+0x1e4): undefined reference = to `__builtin_islessequal'\r\n/tmp/ccRnrPFh.o: In function = `test_isgreater':\r\n/tmp/ccRnrPFh.o(.text+0x210): undefined reference = to `__builtin_isgreater'\r\n/tmp/ccRnrPFh.o: In function = `test_isgreaterequal':\r\n/tmp/ccRnrPFh.o(.text+0x23c): undefined = reference to `__builtin_isgreaterequal'\r\n/tmp/ccRnrPFh.o: In function = `test_islessgreater':\r\n/tmp/ccRnrPFh.o(.text+0x268): undefined = reference to `__builtin_islessgreater'\r\ncollect2: ld returned 1 exit = status\r\n" expect: continuing expect expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 6782 exp7 0 1=0A= close result is 6782 exp7 0 1=0A= output is /tmp/ccRnrPFh.o: In function `main': /tmp/ccRnrPFh.o(.text+0x28): undefined reference to = `__builtin_isunordered' /tmp/ccRnrPFh.o(.text+0x60): undefined reference to `__builtin_isless' /tmp/ccRnrPFh.o(.text+0x98): undefined reference to = `__builtin_islessequal' /tmp/ccRnrPFh.o(.text+0xd0): undefined reference to = `__builtin_isgreater' /tmp/ccRnrPFh.o(.text+0x108): undefined reference to = `__builtin_isgreaterequal' /tmp/ccRnrPFh.o(.text+0x140): undefined reference to = `__builtin_islessgreater' /tmp/ccRnrPFh.o: In function `test_isunordered': /tmp/ccRnrPFh.o(.text+0x18c): undefined reference to = `__builtin_isunordered' /tmp/ccRnrPFh.o: In function `test_isless': /tmp/ccRnrPFh.o(.text+0x1b8): undefined reference to `__builtin_isless' /tmp/ccRnrPFh.o: In function `test_islessequal': /tmp/ccRnrPFh.o(.text+0x1e4): undefined reference to = `__builtin_islessequal' /tmp/ccRnrPFh.o: In function `test_isgreater': /tmp/ccRnrPFh.o(.text+0x210): undefined reference to = `__builtin_isgreater' /tmp/ccRnrPFh.o: In function `test_isgreaterequal': /tmp/ccRnrPFh.o(.text+0x23c): undefined reference to = `__builtin_isgreaterequal' /tmp/ccRnrPFh.o: In function `test_islessgreater': /tmp/ccRnrPFh.o(.text+0x268): undefined reference to = `__builtin_islessgreater' collect2: ld returned 1 exit status =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= compiler exited with status 1=0A= output is:=0A= /tmp/ccRnrPFh.o: In function `main': /tmp/ccRnrPFh.o(.text+0x28): undefined reference to = `__builtin_isunordered' /tmp/ccRnrPFh.o(.text+0x60): undefined reference to `__builtin_isless' /tmp/ccRnrPFh.o(.text+0x98): undefined reference to = `__builtin_islessequal' /tmp/ccRnrPFh.o(.text+0xd0): undefined reference to = `__builtin_isgreater' /tmp/ccRnrPFh.o(.text+0x108): undefined reference to = `__builtin_isgreaterequal' /tmp/ccRnrPFh.o(.text+0x140): undefined reference to = `__builtin_islessgreater' /tmp/ccRnrPFh.o: In function `test_isunordered': /tmp/ccRnrPFh.o(.text+0x18c): undefined reference to = `__builtin_isunordered' /tmp/ccRnrPFh.o: In function `test_isless': /tmp/ccRnrPFh.o(.text+0x1b8): undefined reference to `__builtin_isless' /tmp/ccRnrPFh.o: In function `test_islessequal': /tmp/ccRnrPFh.o(.text+0x1e4): undefined reference to = `__builtin_islessequal' /tmp/ccRnrPFh.o: In function `test_isgreater': /tmp/ccRnrPFh.o(.text+0x210): undefined reference to = `__builtin_isgreater' /tmp/ccRnrPFh.o: In function `test_isgreaterequal': /tmp/ccRnrPFh.o(.text+0x23c): undefined reference to = `__builtin_isgreaterequal' /tmp/ccRnrPFh.o: In function `test_islessgreater': /tmp/ccRnrPFh.o(.text+0x268): undefined reference to = `__builtin_islessgreater' collect2: ld returned 1 exit status =0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= FAIL: gcc.c-torture/execute/ieee/fp-cmp-4.c compilation, -O3 = -fomit-frame-pointer -funroll-all-loops -finline-functions =0A= UNRESOLVED: gcc.c-torture/execute/ieee/fp-cmp-4.c execution, -O3 = -fomit-frame-pointer -funroll-all-loops -finline-functions =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/fp-cmp-4.x5 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/fp-cmp-4.x6 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/fp-cmp-4.c, -O3 -g =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-4.c -w -O3 -g -DSTACK_SIZE=3D16384 -lm -o = /tmp/fp-cmp-4.x6=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-4.c -w -O3 -g -DSTACK_SIZE=3D16384 -lm -o = /tmp/fp-cmp-4.x6 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6790} pid is 6790 -6790=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no /tmp/ccJlmPWy.o: In function `main': /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-4.c:4: undefined reference to `__builtin_isunordered' /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-4.c:19: undefined reference to `__builtin_isless' /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-4.c:34: undefined reference to `__builtin_islessequal' /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-4.c:49: undefined reference to `__builtin_isgreater' /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-4.c:64: undefined reference to = `__builtin_isgreaterequal' /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-4.c:79: undefined reference to = `__builtin_islessgreater' /tmp/ccJlmPWy.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/fp-cmp-4.c:4: undefined reference to = `__builtin_isunordered' /tmp/ccJlmPWy.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/fp-cmp-4.c:19: undefined reference to = `__builtin_isless' /tmp/ccJlmPWy.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/fp-cmp-4.c:34: undefined reference to = `__builtin_islessequal' /tmp/ccJlmPWy.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/fp-cmp-4.c:49: undefined reference to = `__builtin_isgreater' /tmp/ccJlmPWy.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/fp-cmp-4.c:64: undefined reference to = `__builtin_isgreaterequal' /tmp/ccJlmPWy.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/fp-cmp-4.c:79: undefined reference to = `__builtin_islessgreater' collect2: ld returned 1 exit status expect: does "/tmp/ccJlmPWy.o: In function = `main':\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c= -torture/execute/ieee/fp-cmp-4.c:4: undefined reference to = `__builtin_isunordered'\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc= /testsuite/gcc.c-torture/execute/ieee/fp-cmp-4.c:19: undefined reference = to = `__builtin_isless'\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/test= suite/gcc.c-torture/execute/ieee/fp-cmp-4.c:34: undefined reference to = `__builtin_islessequal'\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc= /testsuite/gcc.c-torture/execute/ieee/fp-cmp-4.c:49: undefined reference = to = `__builtin_isgreater'\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/t= estsuite/gcc.c-torture/execute/ieee/fp-cmp-4.c:64: undefined reference = to = `__builtin_isgreaterequal'\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/= gcc/testsuite/gcc.c-torture/execute/ieee/fp-cmp-4.c:79: undefined = reference to = `__builtin_islessgreater'\r\n/tmp/ccJlmPWy.o:/home/deepakj/testing/testsu= ites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/execute/ieee/fp-cmp-4.c:4: = undefined reference to = `__builtin_isunordered'\r\n/tmp/ccJlmPWy.o:/home/deepakj/testing/testsuit= es/gcc-3.4.4/gcc/testsuite/gcc.c-torture/execute/ieee/fp-cmp-4.c:19: = undefined reference to = `__builtin_isless'\r\n/tmp/ccJlmPWy.o:/home/deepakj/testing/testsuites/gc= c-3.4.4/gcc/testsuite/gcc.c-torture/execute/ieee/fp-cmp-4.c:34: = undefined reference to = `__builtin_islessequal'\r\n/tmp/ccJlmPWy.o:/home/deepakj/testing/testsuit= es/gcc-3.4.4/gcc/testsuite/gcc.c-torture/execute/ieee/fp-cmp-4.c:49: = undefined reference to = `__builtin_isgreater'\r\n/tmp/ccJlmPWy.o:/home/deepakj/testing/testsuites= /gcc-3.4.4/gcc/testsuite/gcc.c-torture/execute/ieee/fp-cmp-4.c:64: = undefined reference to = `__builtin_isgreaterequal'\r\n/tmp/ccJlmPWy.o:/home/deepakj/testing/tests= uites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/execute/ieee/fp-cmp-4.c:79: = undefined reference to `__builtin_islessgreater'\r\ncollect2: ld = returned 1 exit status\r\n" (spawn_id exp7) match regular expression = ".+"? yes expect: set expect_out(0,string) "/tmp/ccJlmPWy.o: In function = `main':\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c= -torture/execute/ieee/fp-cmp-4.c:4: undefined reference to = `__builtin_isunordered'\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc= /testsuite/gcc.c-torture/execute/ieee/fp-cmp-4.c:19: undefined reference = to = `__builtin_isless'\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/test= suite/gcc.c-torture/execute/ieee/fp-cmp-4.c:34: undefined reference to = `__builtin_islessequal'\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc= /testsuite/gcc.c-torture/execute/ieee/fp-cmp-4.c:49: undefined reference = to = `__builtin_isgreater'\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/t= estsuite/gcc.c-torture/execute/ieee/fp-cmp-4.c:64: undefined reference = to = `__builtin_isgreaterequal'\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/= gcc/testsuite/gcc.c-torture/execute/ieee/fp-cmp-4.c:79: undefined = reference to = `__builtin_islessgreater'\r\n/tmp/ccJlmPWy.o:/home/deepakj/testing/testsu= ites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/execute/ieee/fp-cmp-4.c:4: = undefined reference to = `__builtin_isunordered'\r\n/tmp/ccJlmPWy.o:/home/deepakj/testing/testsuit= es/gcc-3.4.4/gcc/testsuite/gcc.c-torture/execute/ieee/fp-cmp-4.c:19: = undefined reference to = `__builtin_isless'\r\n/tmp/ccJlmPWy.o:/home/deepakj/testing/testsuites/gc= c-3.4.4/gcc/testsuite/gcc.c-torture/execute/ieee/fp-cmp-4.c:34: = undefined reference to = `__builtin_islessequal'\r\n/tmp/ccJlmPWy.o:/home/deepakj/testing/testsuit= es/gcc-3.4.4/gcc/testsuite/gcc.c-torture/execute/ieee/fp-cmp-4.c:49: = undefined reference to = `__builtin_isgreater'\r\n/tmp/ccJlmPWy.o:/home/deepakj/testing/testsuites= /gcc-3.4.4/gcc/testsuite/gcc.c-torture/execute/ieee/fp-cmp-4.c:64: = undefined reference to = `__builtin_isgreaterequal'\r\n/tmp/ccJlmPWy.o:/home/deepakj/testing/tests= uites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/execute/ieee/fp-cmp-4.c:79: = undefined reference to `__builtin_islessgreater'\r\ncollect2: ld = returned 1 exit status\r\n" expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "/tmp/ccJlmPWy.o: In function = `main':\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c= -torture/execute/ieee/fp-cmp-4.c:4: undefined reference to = `__builtin_isunordered'\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc= /testsuite/gcc.c-torture/execute/ieee/fp-cmp-4.c:19: undefined reference = to = `__builtin_isless'\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/test= suite/gcc.c-torture/execute/ieee/fp-cmp-4.c:34: undefined reference to = `__builtin_islessequal'\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc= /testsuite/gcc.c-torture/execute/ieee/fp-cmp-4.c:49: undefined reference = to = `__builtin_isgreater'\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/t= estsuite/gcc.c-torture/execute/ieee/fp-cmp-4.c:64: undefined reference = to = `__builtin_isgreaterequal'\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/= gcc/testsuite/gcc.c-torture/execute/ieee/fp-cmp-4.c:79: undefined = reference to = `__builtin_islessgreater'\r\n/tmp/ccJlmPWy.o:/home/deepakj/testing/testsu= ites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/execute/ieee/fp-cmp-4.c:4: = undefined reference to = `__builtin_isunordered'\r\n/tmp/ccJlmPWy.o:/home/deepakj/testing/testsuit= es/gcc-3.4.4/gcc/testsuite/gcc.c-torture/execute/ieee/fp-cmp-4.c:19: = undefined reference to = `__builtin_isless'\r\n/tmp/ccJlmPWy.o:/home/deepakj/testing/testsuites/gc= c-3.4.4/gcc/testsuite/gcc.c-torture/execute/ieee/fp-cmp-4.c:34: = undefined reference to = `__builtin_islessequal'\r\n/tmp/ccJlmPWy.o:/home/deepakj/testing/testsuit= es/gcc-3.4.4/gcc/testsuite/gcc.c-torture/execute/ieee/fp-cmp-4.c:49: = undefined reference to = `__builtin_isgreater'\r\n/tmp/ccJlmPWy.o:/home/deepakj/testing/testsuites= /gcc-3.4.4/gcc/testsuite/gcc.c-torture/execute/ieee/fp-cmp-4.c:64: = undefined reference to = `__builtin_isgreaterequal'\r\n/tmp/ccJlmPWy.o:/home/deepakj/testing/tests= uites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/execute/ieee/fp-cmp-4.c:79: = undefined reference to `__builtin_islessgreater'\r\ncollect2: ld = returned 1 exit status\r\n" expect: continuing expect expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 6790 exp7 0 1=0A= close result is 6790 exp7 0 1=0A= output is /tmp/ccJlmPWy.o: In function `main': /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-4.c:4: undefined reference to `__builtin_isunordered' /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-4.c:19: undefined reference to `__builtin_isless' /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-4.c:34: undefined reference to `__builtin_islessequal' /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-4.c:49: undefined reference to `__builtin_isgreater' /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-4.c:64: undefined reference to = `__builtin_isgreaterequal' /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-4.c:79: undefined reference to = `__builtin_islessgreater' /tmp/ccJlmPWy.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/fp-cmp-4.c:4: undefined reference to = `__builtin_isunordered' /tmp/ccJlmPWy.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/fp-cmp-4.c:19: undefined reference to = `__builtin_isless' /tmp/ccJlmPWy.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/fp-cmp-4.c:34: undefined reference to = `__builtin_islessequal' /tmp/ccJlmPWy.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/fp-cmp-4.c:49: undefined reference to = `__builtin_isgreater' /tmp/ccJlmPWy.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/fp-cmp-4.c:64: undefined reference to = `__builtin_isgreaterequal' /tmp/ccJlmPWy.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/fp-cmp-4.c:79: undefined reference to = `__builtin_islessgreater' collect2: ld returned 1 exit status =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= compiler exited with status 1=0A= output is:=0A= /tmp/ccJlmPWy.o: In function `main': /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-4.c:4: undefined reference to `__builtin_isunordered' /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-4.c:19: undefined reference to `__builtin_isless' /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-4.c:34: undefined reference to `__builtin_islessequal' /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-4.c:49: undefined reference to `__builtin_isgreater' /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-4.c:64: undefined reference to = `__builtin_isgreaterequal' /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-4.c:79: undefined reference to = `__builtin_islessgreater' /tmp/ccJlmPWy.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/fp-cmp-4.c:4: undefined reference to = `__builtin_isunordered' /tmp/ccJlmPWy.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/fp-cmp-4.c:19: undefined reference to = `__builtin_isless' /tmp/ccJlmPWy.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/fp-cmp-4.c:34: undefined reference to = `__builtin_islessequal' /tmp/ccJlmPWy.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/fp-cmp-4.c:49: undefined reference to = `__builtin_isgreater' /tmp/ccJlmPWy.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/fp-cmp-4.c:64: undefined reference to = `__builtin_isgreaterequal' /tmp/ccJlmPWy.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/fp-cmp-4.c:79: undefined reference to = `__builtin_islessgreater' collect2: ld returned 1 exit status =0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= FAIL: gcc.c-torture/execute/ieee/fp-cmp-4.c compilation, -O3 -g =0A= UNRESOLVED: gcc.c-torture/execute/ieee/fp-cmp-4.c execution, -O3 -g =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/fp-cmp-4.x6 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/fp-cmp-4.x7 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/fp-cmp-4.c, -Os =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-4.c -w -Os -DSTACK_SIZE=3D16384 -lm -o = /tmp/fp-cmp-4.x7=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-4.c -w -Os -DSTACK_SIZE=3D16384 -lm -o = /tmp/fp-cmp-4.x7 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6798} pid is 6798 -6798=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no /tmp/ccd9ncuJ.o: In function `test_isunordered': /tmp/ccd9ncuJ.o(.text+0x10): undefined reference to = `__builtin_isunordered' /tmp/ccd9ncuJ.o: In function `test_isless': /tmp/ccd9ncuJ.o(.text+0x44): undefined reference to `__builtin_isless' /tmp/ccd9ncuJ.o: In function `test_islessequal': /tmp/ccd9ncuJ.o(.text+0x78): undefined reference to = `__builtin_islessequal' /tmp/ccd9ncuJ.o: In function `test_isgreater': /tmp/ccd9ncuJ.o(.text+0xac): undefined reference to = `__builtin_isgreater' /tmp/ccd9ncuJ.o: In function `test_isgreaterequal': /tmp/ccd9ncuJ.o(.text+0xe0): undefined reference to = `__builtin_isgreaterequal' /tmp/ccd9ncuJ.o: In function `test_islessgreater': /tmp/ccd9ncuJ.o(.text+0x114): undefined reference to = `__builtin_islessgreater' collect2: ld returned 1 exit status expect: does "/tmp/ccd9ncuJ.o: In function = `test_isunordered':\r\n/tmp/ccd9ncuJ.o(.text+0x10): undefined reference = to `__builtin_isunordered'\r\n/tmp/ccd9ncuJ.o: In function = `test_isless':\r\n/tmp/ccd9ncuJ.o(.text+0x44): undefined reference to = `__builtin_isless'\r\n/tmp/ccd9ncuJ.o: In function = `test_islessequal':\r\n/tmp/ccd9ncuJ.o(.text+0x78): undefined reference = to `__builtin_islessequal'\r\n/tmp/ccd9ncuJ.o: In function = `test_isgreater':\r\n/tmp/ccd9ncuJ.o(.text+0xac): undefined reference to = `__builtin_isgreater'\r\n/tmp/ccd9ncuJ.o: In function = `test_isgreaterequal':\r\n/tmp/ccd9ncuJ.o(.text+0xe0): undefined = reference to `__builtin_isgreaterequal'\r\n/tmp/ccd9ncuJ.o: In function = `test_islessgreater':\r\n/tmp/ccd9ncuJ.o(.text+0x114): undefined = reference to `__builtin_islessgreater'\r\ncollect2: ld returned 1 exit = status\r\n" (spawn_id exp7) match regular expression ".+"? yes expect: set expect_out(0,string) "/tmp/ccd9ncuJ.o: In function = `test_isunordered':\r\n/tmp/ccd9ncuJ.o(.text+0x10): undefined reference = to `__builtin_isunordered'\r\n/tmp/ccd9ncuJ.o: In function = `test_isless':\r\n/tmp/ccd9ncuJ.o(.text+0x44): undefined reference to = `__builtin_isless'\r\n/tmp/ccd9ncuJ.o: In function = `test_islessequal':\r\n/tmp/ccd9ncuJ.o(.text+0x78): undefined reference = to `__builtin_islessequal'\r\n/tmp/ccd9ncuJ.o: In function = `test_isgreater':\r\n/tmp/ccd9ncuJ.o(.text+0xac): undefined reference to = `__builtin_isgreater'\r\n/tmp/ccd9ncuJ.o: In function = `test_isgreaterequal':\r\n/tmp/ccd9ncuJ.o(.text+0xe0): undefined = reference to `__builtin_isgreaterequal'\r\n/tmp/ccd9ncuJ.o: In function = `test_islessgreater':\r\n/tmp/ccd9ncuJ.o(.text+0x114): undefined = reference to `__builtin_islessgreater'\r\ncollect2: ld returned 1 exit = status\r\n" expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "/tmp/ccd9ncuJ.o: In function = `test_isunordered':\r\n/tmp/ccd9ncuJ.o(.text+0x10): undefined reference = to `__builtin_isunordered'\r\n/tmp/ccd9ncuJ.o: In function = `test_isless':\r\n/tmp/ccd9ncuJ.o(.text+0x44): undefined reference to = `__builtin_isless'\r\n/tmp/ccd9ncuJ.o: In function = `test_islessequal':\r\n/tmp/ccd9ncuJ.o(.text+0x78): undefined reference = to `__builtin_islessequal'\r\n/tmp/ccd9ncuJ.o: In function = `test_isgreater':\r\n/tmp/ccd9ncuJ.o(.text+0xac): undefined reference to = `__builtin_isgreater'\r\n/tmp/ccd9ncuJ.o: In function = `test_isgreaterequal':\r\n/tmp/ccd9ncuJ.o(.text+0xe0): undefined = reference to `__builtin_isgreaterequal'\r\n/tmp/ccd9ncuJ.o: In function = `test_islessgreater':\r\n/tmp/ccd9ncuJ.o(.text+0x114): undefined = reference to `__builtin_islessgreater'\r\ncollect2: ld returned 1 exit = status\r\n" expect: continuing expect expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 6798 exp7 0 1=0A= close result is 6798 exp7 0 1=0A= output is /tmp/ccd9ncuJ.o: In function `test_isunordered': /tmp/ccd9ncuJ.o(.text+0x10): undefined reference to = `__builtin_isunordered' /tmp/ccd9ncuJ.o: In function `test_isless': /tmp/ccd9ncuJ.o(.text+0x44): undefined reference to `__builtin_isless' /tmp/ccd9ncuJ.o: In function `test_islessequal': /tmp/ccd9ncuJ.o(.text+0x78): undefined reference to = `__builtin_islessequal' /tmp/ccd9ncuJ.o: In function `test_isgreater': /tmp/ccd9ncuJ.o(.text+0xac): undefined reference to = `__builtin_isgreater' /tmp/ccd9ncuJ.o: In function `test_isgreaterequal': /tmp/ccd9ncuJ.o(.text+0xe0): undefined reference to = `__builtin_isgreaterequal' /tmp/ccd9ncuJ.o: In function `test_islessgreater': /tmp/ccd9ncuJ.o(.text+0x114): undefined reference to = `__builtin_islessgreater' collect2: ld returned 1 exit status =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= compiler exited with status 1=0A= output is:=0A= /tmp/ccd9ncuJ.o: In function `test_isunordered': /tmp/ccd9ncuJ.o(.text+0x10): undefined reference to = `__builtin_isunordered' /tmp/ccd9ncuJ.o: In function `test_isless': /tmp/ccd9ncuJ.o(.text+0x44): undefined reference to `__builtin_isless' /tmp/ccd9ncuJ.o: In function `test_islessequal': /tmp/ccd9ncuJ.o(.text+0x78): undefined reference to = `__builtin_islessequal' /tmp/ccd9ncuJ.o: In function `test_isgreater': /tmp/ccd9ncuJ.o(.text+0xac): undefined reference to = `__builtin_isgreater' /tmp/ccd9ncuJ.o: In function `test_isgreaterequal': /tmp/ccd9ncuJ.o(.text+0xe0): undefined reference to = `__builtin_isgreaterequal' /tmp/ccd9ncuJ.o: In function `test_islessgreater': /tmp/ccd9ncuJ.o(.text+0x114): undefined reference to = `__builtin_islessgreater' collect2: ld returned 1 exit status =0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= FAIL: gcc.c-torture/execute/ieee/fp-cmp-4.c compilation, -Os =0A= UNRESOLVED: gcc.c-torture/execute/ieee/fp-cmp-4.c execution, -Os =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/fp-cmp-4.x7 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/fp-cmp-5.x0 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/fp-cmp-5.c, -O0 =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-5.c -w -O0 -DSTACK_SIZE=3D16384 -lm -o = /tmp/fp-cmp-5.x0=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-5.c -w -O0 -DSTACK_SIZE=3D16384 -lm -o = /tmp/fp-cmp-5.x0 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6806} pid is 6806 -6806=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no /tmp/ccPy5VoR.o: In function `test_isunordered': /tmp/ccPy5VoR.o(.text+0x40): undefined reference to = `__builtin_isunordered' /tmp/ccPy5VoR.o: In function `test_not_isunordered': /tmp/ccPy5VoR.o(.text+0x94): undefined reference to = `__builtin_isunordered' /tmp/ccPy5VoR.o: In function `test_isless': /tmp/ccPy5VoR.o(.text+0xf4): undefined reference to `__builtin_isless' /tmp/ccPy5VoR.o: In function `test_not_isless': /tmp/ccPy5VoR.o(.text+0x148): undefined reference to `__builtin_isless' /tmp/ccPy5VoR.o: In function `test_islessequal': /tmp/ccPy5VoR.o(.text+0x1a8): undefined reference to = `__builtin_islessequal' /tmp/ccPy5VoR.o: In function `test_not_islessequal': /tmp/ccPy5VoR.o(.text+0x1fc): undefined reference to = `__builtin_islessequal' /tmp/ccPy5VoR.o: In function `test_isgreater': /tmp/ccPy5VoR.o(.text+0x25c): undefined reference to = `__builtin_isgreater' /tmp/ccPy5VoR.o: In function `test_not_isgreater': /tmp/ccPy5VoR.o(.text+0x2b0): undefined reference to = `__builtin_isgreater' /tmp/ccPy5VoR.o: In function `test_isgreaterequal': /tmp/ccPy5VoR.o(.text+0x310): undefined reference to = `__builtin_isgreaterequal' /tmp/ccPy5VoR.o: In function `test_not_isgreaterequal': /tmp/ccPy5VoR.o(.text+0x364): undefined reference to = `__builtin_isgreaterequal' /tmp/ccPy5VoR.o: In function `test_islessgreater': /tmp/ccPy5VoR.o(.text+0x3c4): undefined reference to = `__builtin_islessgreater' /tmp/ccPy5VoR.o: In function `test_not_islessgreater': /tmp/ccPy5VoR.o(.text+0x418): undefined reference to = `__builtin_islessgreater' collect2: ld returned 1 exit status expect: does "/tmp/ccPy5VoR.o: In function = `test_isunordered':\r\n/tmp/ccPy5VoR.o(.text+0x40): undefined reference = to `__builtin_isunordered'\r\n/tmp/ccPy5VoR.o: In function = `test_not_isunordered':\r\n/tmp/ccPy5VoR.o(.text+0x94): undefined = reference to `__builtin_isunordered'\r\n/tmp/ccPy5VoR.o: In function = `test_isless':\r\n/tmp/ccPy5VoR.o(.text+0xf4): undefined reference to = `__builtin_isless'\r\n/tmp/ccPy5VoR.o: In function = `test_not_isless':\r\n/tmp/ccPy5VoR.o(.text+0x148): undefined reference = to `__builtin_isless'\r\n/tmp/ccPy5VoR.o: In function = `test_islessequal':\r\n/tmp/ccPy5VoR.o(.text+0x1a8): undefined reference = to `__builtin_islessequal'\r\n/tmp/ccPy5VoR.o: In function = `test_not_islessequal':\r\n/tmp/ccPy5VoR.o(.text+0x1fc): undefined = reference to `__builtin_islessequal'\r\n/tmp/ccPy5VoR.o: In function = `test_isgreater':\r\n/tmp/ccPy5VoR.o(.text+0x25c): undefined reference = to `__builtin_isgreater'\r\n/tmp/ccPy5VoR.o: In function = `test_not_isgreater':\r\n/tmp/ccPy5VoR.o(.text+0x2b0): undefined = reference to `__builtin_isgreater'\r\n/tmp/ccPy5VoR.o: In function = `test_isgreaterequal':\r\n/tmp/ccPy5VoR.o(.text+0x310): undefined = reference to `__builtin_isgreaterequal'\r\n/tmp/ccPy5VoR.o: In function = `test_not_isgreaterequal':\r\n/tmp/ccPy5VoR.o(.text+0x364): undefined = reference to `__builtin_isgreaterequal'\r\n/tmp/ccPy5VoR.o: In function = `test_islessgreater':\r\n/tmp/ccPy5VoR.o(.text+0x3c4): undefined = reference to `__builtin_islessgreater'\r\n/tmp/ccPy5VoR.o: In function = `test_not_islessgreater':\r\n/tmp/ccPy5VoR.o(.text+0x418): undefined = reference to `__builtin_islessgreater'\r\ncollect2: ld returned 1 exit = status\r\n" (spawn_id exp7) match regular expression ".+"? yes expect: set expect_out(0,string) "/tmp/ccPy5VoR.o: In function = `test_isunordered':\r\n/tmp/ccPy5VoR.o(.text+0x40): undefined reference = to `__builtin_isunordered'\r\n/tmp/ccPy5VoR.o: In function = `test_not_isunordered':\r\n/tmp/ccPy5VoR.o(.text+0x94): undefined = reference to `__builtin_isunordered'\r\n/tmp/ccPy5VoR.o: In function = `test_isless':\r\n/tmp/ccPy5VoR.o(.text+0xf4): undefined reference to = `__builtin_isless'\r\n/tmp/ccPy5VoR.o: In function = `test_not_isless':\r\n/tmp/ccPy5VoR.o(.text+0x148): undefined reference = to `__builtin_isless'\r\n/tmp/ccPy5VoR.o: In function = `test_islessequal':\r\n/tmp/ccPy5VoR.o(.text+0x1a8): undefined reference = to `__builtin_islessequal'\r\n/tmp/ccPy5VoR.o: In function = `test_not_islessequal':\r\n/tmp/ccPy5VoR.o(.text+0x1fc): undefined = reference to `__builtin_islessequal'\r\n/tmp/ccPy5VoR.o: In function = `test_isgreater':\r\n/tmp/ccPy5VoR.o(.text+0x25c): undefined reference = to `__builtin_isgreater'\r\n/tmp/ccPy5VoR.o: In function = `test_not_isgreater':\r\n/tmp/ccPy5VoR.o(.text+0x2b0): undefined = reference to `__builtin_isgreater'\r\n/tmp/ccPy5VoR.o: In function = `test_isgreaterequal':\r\n/tmp/ccPy5VoR.o(.text+0x310): undefined = reference to `__builtin_isgreaterequal'\r\n/tmp/ccPy5VoR.o: In function = `test_not_isgreaterequal':\r\n/tmp/ccPy5VoR.o(.text+0x364): undefined = reference to `__builtin_isgreaterequal'\r\n/tmp/ccPy5VoR.o: In function = `test_islessgreater':\r\n/tmp/ccPy5VoR.o(.text+0x3c4): undefined = reference to `__builtin_islessgreater'\r\n/tmp/ccPy5VoR.o: In function = `test_not_islessgreater':\r\n/tmp/ccPy5VoR.o(.text+0x418): undefined = reference to `__builtin_islessgreater'\r\ncollect2: ld returned 1 exit = status\r\n" expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "/tmp/ccPy5VoR.o: In function = `test_isunordered':\r\n/tmp/ccPy5VoR.o(.text+0x40): undefined reference = to `__builtin_isunordered'\r\n/tmp/ccPy5VoR.o: In function = `test_not_isunordered':\r\n/tmp/ccPy5VoR.o(.text+0x94): undefined = reference to `__builtin_isunordered'\r\n/tmp/ccPy5VoR.o: In function = `test_isless':\r\n/tmp/ccPy5VoR.o(.text+0xf4): undefined reference to = `__builtin_isless'\r\n/tmp/ccPy5VoR.o: In function = `test_not_isless':\r\n/tmp/ccPy5VoR.o(.text+0x148): undefined reference = to `__builtin_isless'\r\n/tmp/ccPy5VoR.o: In function = `test_islessequal':\r\n/tmp/ccPy5VoR.o(.text+0x1a8): undefined reference = to `__builtin_islessequal'\r\n/tmp/ccPy5VoR.o: In function = `test_not_islessequal':\r\n/tmp/ccPy5VoR.o(.text+0x1fc): undefined = reference to `__builtin_islessequal'\r\n/tmp/ccPy5VoR.o: In function = `test_isgreater':\r\n/tmp/ccPy5VoR.o(.text+0x25c): undefined reference = to `__builtin_isgreater'\r\n/tmp/ccPy5VoR.o: In function = `test_not_isgreater':\r\n/tmp/ccPy5VoR.o(.text+0x2b0): undefined = reference to `__builtin_isgreater'\r\n/tmp/ccPy5VoR.o: In function = `test_isgreaterequal':\r\n/tmp/ccPy5VoR.o(.text+0x310): undefined = reference to `__builtin_isgreaterequal'\r\n/tmp/ccPy5VoR.o: In function = `test_not_isgreaterequal':\r\n/tmp/ccPy5VoR.o(.text+0x364): undefined = reference to `__builtin_isgreaterequal'\r\n/tmp/ccPy5VoR.o: In function = `test_islessgreater':\r\n/tmp/ccPy5VoR.o(.text+0x3c4): undefined = reference to `__builtin_islessgreater'\r\n/tmp/ccPy5VoR.o: In function = `test_not_islessgreater':\r\n/tmp/ccPy5VoR.o(.text+0x418): undefined = reference to `__builtin_islessgreater'\r\ncollect2: ld returned 1 exit = status\r\n" expect: continuing expect expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 6806 exp7 0 1=0A= close result is 6806 exp7 0 1=0A= output is /tmp/ccPy5VoR.o: In function `test_isunordered': /tmp/ccPy5VoR.o(.text+0x40): undefined reference to = `__builtin_isunordered' /tmp/ccPy5VoR.o: In function `test_not_isunordered': /tmp/ccPy5VoR.o(.text+0x94): undefined reference to = `__builtin_isunordered' /tmp/ccPy5VoR.o: In function `test_isless': /tmp/ccPy5VoR.o(.text+0xf4): undefined reference to `__builtin_isless' /tmp/ccPy5VoR.o: In function `test_not_isless': /tmp/ccPy5VoR.o(.text+0x148): undefined reference to `__builtin_isless' /tmp/ccPy5VoR.o: In function `test_islessequal': /tmp/ccPy5VoR.o(.text+0x1a8): undefined reference to = `__builtin_islessequal' /tmp/ccPy5VoR.o: In function `test_not_islessequal': /tmp/ccPy5VoR.o(.text+0x1fc): undefined reference to = `__builtin_islessequal' /tmp/ccPy5VoR.o: In function `test_isgreater': /tmp/ccPy5VoR.o(.text+0x25c): undefined reference to = `__builtin_isgreater' /tmp/ccPy5VoR.o: In function `test_not_isgreater': /tmp/ccPy5VoR.o(.text+0x2b0): undefined reference to = `__builtin_isgreater' /tmp/ccPy5VoR.o: In function `test_isgreaterequal': /tmp/ccPy5VoR.o(.text+0x310): undefined reference to = `__builtin_isgreaterequal' /tmp/ccPy5VoR.o: In function `test_not_isgreaterequal': /tmp/ccPy5VoR.o(.text+0x364): undefined reference to = `__builtin_isgreaterequal' /tmp/ccPy5VoR.o: In function `test_islessgreater': /tmp/ccPy5VoR.o(.text+0x3c4): undefined reference to = `__builtin_islessgreater' /tmp/ccPy5VoR.o: In function `test_not_islessgreater': /tmp/ccPy5VoR.o(.text+0x418): undefined reference to = `__builtin_islessgreater' collect2: ld returned 1 exit status =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= compiler exited with status 1=0A= output is:=0A= /tmp/ccPy5VoR.o: In function `test_isunordered': /tmp/ccPy5VoR.o(.text+0x40): undefined reference to = `__builtin_isunordered' /tmp/ccPy5VoR.o: In function `test_not_isunordered': /tmp/ccPy5VoR.o(.text+0x94): undefined reference to = `__builtin_isunordered' /tmp/ccPy5VoR.o: In function `test_isless': /tmp/ccPy5VoR.o(.text+0xf4): undefined reference to `__builtin_isless' /tmp/ccPy5VoR.o: In function `test_not_isless': /tmp/ccPy5VoR.o(.text+0x148): undefined reference to `__builtin_isless' /tmp/ccPy5VoR.o: In function `test_islessequal': /tmp/ccPy5VoR.o(.text+0x1a8): undefined reference to = `__builtin_islessequal' /tmp/ccPy5VoR.o: In function `test_not_islessequal': /tmp/ccPy5VoR.o(.text+0x1fc): undefined reference to = `__builtin_islessequal' /tmp/ccPy5VoR.o: In function `test_isgreater': /tmp/ccPy5VoR.o(.text+0x25c): undefined reference to = `__builtin_isgreater' /tmp/ccPy5VoR.o: In function `test_not_isgreater': /tmp/ccPy5VoR.o(.text+0x2b0): undefined reference to = `__builtin_isgreater' /tmp/ccPy5VoR.o: In function `test_isgreaterequal': /tmp/ccPy5VoR.o(.text+0x310): undefined reference to = `__builtin_isgreaterequal' /tmp/ccPy5VoR.o: In function `test_not_isgreaterequal': /tmp/ccPy5VoR.o(.text+0x364): undefined reference to = `__builtin_isgreaterequal' /tmp/ccPy5VoR.o: In function `test_islessgreater': /tmp/ccPy5VoR.o(.text+0x3c4): undefined reference to = `__builtin_islessgreater' /tmp/ccPy5VoR.o: In function `test_not_islessgreater': /tmp/ccPy5VoR.o(.text+0x418): undefined reference to = `__builtin_islessgreater' collect2: ld returned 1 exit status =0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= FAIL: gcc.c-torture/execute/ieee/fp-cmp-5.c compilation, -O0 =0A= UNRESOLVED: gcc.c-torture/execute/ieee/fp-cmp-5.c execution, -O0 =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/fp-cmp-5.x0 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/fp-cmp-5.x1 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/fp-cmp-5.c, -O1 =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-5.c -w -O1 -DSTACK_SIZE=3D16384 -lm -o = /tmp/fp-cmp-5.x1=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-5.c -w -O1 -DSTACK_SIZE=3D16384 -lm -o = /tmp/fp-cmp-5.x1 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6814} pid is 6814 -6814=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no /tmp/ccXedrZ3.o: In function `test_isunordered': /tmp/ccXedrZ3.o(.text+0xc): undefined reference to = `__builtin_isunordered' /tmp/ccXedrZ3.o: In function `test_not_isunordered': /tmp/ccXedrZ3.o(.text+0x20): undefined reference to = `__builtin_isunordered' /tmp/ccXedrZ3.o: In function `test_isless': /tmp/ccXedrZ3.o(.text+0x40): undefined reference to `__builtin_isless' /tmp/ccXedrZ3.o: In function `test_not_isless': /tmp/ccXedrZ3.o(.text+0x54): undefined reference to `__builtin_isless' /tmp/ccXedrZ3.o: In function `test_islessequal': /tmp/ccXedrZ3.o(.text+0x74): undefined reference to = `__builtin_islessequal' /tmp/ccXedrZ3.o: In function `test_not_islessequal': /tmp/ccXedrZ3.o(.text+0x88): undefined reference to = `__builtin_islessequal' /tmp/ccXedrZ3.o: In function `test_isgreater': /tmp/ccXedrZ3.o(.text+0xa8): undefined reference to = `__builtin_isgreater' /tmp/ccXedrZ3.o: In function `test_not_isgreater': /tmp/ccXedrZ3.o(.text+0xbc): undefined reference to = `__builtin_isgreater' /tmp/ccXedrZ3.o: In function `test_isgreaterequal': /tmp/ccXedrZ3.o(.text+0xdc): undefined reference to = `__builtin_isgreaterequal' /tmp/ccXedrZ3.o: In function `test_not_isgreaterequal': /tmp/ccXedrZ3.o(.text+0xf0): undefined reference to = `__builtin_isgreaterequal' /tmp/ccXedrZ3.o: In function `test_islessgreater': /tmp/ccXedrZ3.o(.text+0x110): undefined reference to = `__builtin_islessgreater' /tmp/ccXedrZ3.o: In function `test_not_islessgreater': /tmp/ccXedrZ3.o(.text+0x124): undefined reference to = `__builtin_islessgreater' collect2: ld returned 1 exit status expect: does "/tmp/ccXedrZ3.o: In function = `test_isunordered':\r\n/tmp/ccXedrZ3.o(.text+0xc): undefined reference = to `__builtin_isunordered'\r\n/tmp/ccXedrZ3.o: In function = `test_not_isunordered':\r\n/tmp/ccXedrZ3.o(.text+0x20): undefined = reference to `__builtin_isunordered'\r\n/tmp/ccXedrZ3.o: In function = `test_isless':\r\n/tmp/ccXedrZ3.o(.text+0x40): undefined reference to = `__builtin_isless'\r\n/tmp/ccXedrZ3.o: In function = `test_not_isless':\r\n/tmp/ccXedrZ3.o(.text+0x54): undefined reference = to `__builtin_isless'\r\n/tmp/ccXedrZ3.o: In function = `test_islessequal':\r\n/tmp/ccXedrZ3.o(.text+0x74): undefined reference = to `__builtin_islessequal'\r\n/tmp/ccXedrZ3.o: In function = `test_not_islessequal':\r\n/tmp/ccXedrZ3.o(.text+0x88): undefined = reference to `__builtin_islessequal'\r\n/tmp/ccXedrZ3.o: In function = `test_isgreater':\r\n/tmp/ccXedrZ3.o(.text+0xa8): undefined reference to = `__builtin_isgreater'\r\n/tmp/ccXedrZ3.o: In function = `test_not_isgreater':\r\n/tmp/ccXedrZ3.o(.text+0xbc): undefined = reference to `__builtin_isgreater'\r\n/tmp/ccXedrZ3.o: In function = `test_isgreaterequal':\r\n/tmp/ccXedrZ3.o(.text+0xdc): undefined = reference to `__builtin_isgreaterequal'\r\n/tmp/ccXedrZ3.o: In function = `test_not_isgreaterequal':\r\n/tmp/ccXedrZ3.o(.text+0xf0): undefined = reference to `__builtin_isgreaterequal'\r\n/tmp/ccXedrZ3.o: In function = `test_islessgreater':\r\n/tmp/ccXedrZ3.o(.text+0x110): undefined = reference to `__builtin_islessgreater'\r\n/tmp/ccXedrZ3.o: In function = `test_not_islessgreater':\r\n/tmp/ccXedrZ3.o(.text+0x124): undefined = reference to `__builtin_islessgreater'\r\ncollect2: ld returned 1 exit = status\r\n" (spawn_id exp7) match regular expression ".+"? yes expect: set expect_out(0,string) "/tmp/ccXedrZ3.o: In function = `test_isunordered':\r\n/tmp/ccXedrZ3.o(.text+0xc): undefined reference = to `__builtin_isunordered'\r\n/tmp/ccXedrZ3.o: In function = `test_not_isunordered':\r\n/tmp/ccXedrZ3.o(.text+0x20): undefined = reference to `__builtin_isunordered'\r\n/tmp/ccXedrZ3.o: In function = `test_isless':\r\n/tmp/ccXedrZ3.o(.text+0x40): undefined reference to = `__builtin_isless'\r\n/tmp/ccXedrZ3.o: In function = `test_not_isless':\r\n/tmp/ccXedrZ3.o(.text+0x54): undefined reference = to `__builtin_isless'\r\n/tmp/ccXedrZ3.o: In function = `test_islessequal':\r\n/tmp/ccXedrZ3.o(.text+0x74): undefined reference = to `__builtin_islessequal'\r\n/tmp/ccXedrZ3.o: In function = `test_not_islessequal':\r\n/tmp/ccXedrZ3.o(.text+0x88): undefined = reference to `__builtin_islessequal'\r\n/tmp/ccXedrZ3.o: In function = `test_isgreater':\r\n/tmp/ccXedrZ3.o(.text+0xa8): undefined reference to = `__builtin_isgreater'\r\n/tmp/ccXedrZ3.o: In function = `test_not_isgreater':\r\n/tmp/ccXedrZ3.o(.text+0xbc): undefined = reference to `__builtin_isgreater'\r\n/tmp/ccXedrZ3.o: In function = `test_isgreaterequal':\r\n/tmp/ccXedrZ3.o(.text+0xdc): undefined = reference to `__builtin_isgreaterequal'\r\n/tmp/ccXedrZ3.o: In function = `test_not_isgreaterequal':\r\n/tmp/ccXedrZ3.o(.text+0xf0): undefined = reference to `__builtin_isgreaterequal'\r\n/tmp/ccXedrZ3.o: In function = `test_islessgreater':\r\n/tmp/ccXedrZ3.o(.text+0x110): undefined = reference to `__builtin_islessgreater'\r\n/tmp/ccXedrZ3.o: In function = `test_not_islessgreater':\r\n/tmp/ccXedrZ3.o(.text+0x124): undefined = reference to `__builtin_islessgreater'\r\ncollect2: ld returned 1 exit = status\r\n" expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "/tmp/ccXedrZ3.o: In function = `test_isunordered':\r\n/tmp/ccXedrZ3.o(.text+0xc): undefined reference = to `__builtin_isunordered'\r\n/tmp/ccXedrZ3.o: In function = `test_not_isunordered':\r\n/tmp/ccXedrZ3.o(.text+0x20): undefined = reference to `__builtin_isunordered'\r\n/tmp/ccXedrZ3.o: In function = `test_isless':\r\n/tmp/ccXedrZ3.o(.text+0x40): undefined reference to = `__builtin_isless'\r\n/tmp/ccXedrZ3.o: In function = `test_not_isless':\r\n/tmp/ccXedrZ3.o(.text+0x54): undefined reference = to `__builtin_isless'\r\n/tmp/ccXedrZ3.o: In function = `test_islessequal':\r\n/tmp/ccXedrZ3.o(.text+0x74): undefined reference = to `__builtin_islessequal'\r\n/tmp/ccXedrZ3.o: In function = `test_not_islessequal':\r\n/tmp/ccXedrZ3.o(.text+0x88): undefined = reference to `__builtin_islessequal'\r\n/tmp/ccXedrZ3.o: In function = `test_isgreater':\r\n/tmp/ccXedrZ3.o(.text+0xa8): undefined reference to = `__builtin_isgreater'\r\n/tmp/ccXedrZ3.o: In function = `test_not_isgreater':\r\n/tmp/ccXedrZ3.o(.text+0xbc): undefined = reference to `__builtin_isgreater'\r\n/tmp/ccXedrZ3.o: In function = `test_isgreaterequal':\r\n/tmp/ccXedrZ3.o(.text+0xdc): undefined = reference to `__builtin_isgreaterequal'\r\n/tmp/ccXedrZ3.o: In function = `test_not_isgreaterequal':\r\n/tmp/ccXedrZ3.o(.text+0xf0): undefined = reference to `__builtin_isgreaterequal'\r\n/tmp/ccXedrZ3.o: In function = `test_islessgreater':\r\n/tmp/ccXedrZ3.o(.text+0x110): undefined = reference to `__builtin_islessgreater'\r\n/tmp/ccXedrZ3.o: In function = `test_not_islessgreater':\r\n/tmp/ccXedrZ3.o(.text+0x124): undefined = reference to `__builtin_islessgreater'\r\ncollect2: ld returned 1 exit = status\r\n" expect: continuing expect expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 6814 exp7 0 1=0A= close result is 6814 exp7 0 1=0A= output is /tmp/ccXedrZ3.o: In function `test_isunordered': /tmp/ccXedrZ3.o(.text+0xc): undefined reference to = `__builtin_isunordered' /tmp/ccXedrZ3.o: In function `test_not_isunordered': /tmp/ccXedrZ3.o(.text+0x20): undefined reference to = `__builtin_isunordered' /tmp/ccXedrZ3.o: In function `test_isless': /tmp/ccXedrZ3.o(.text+0x40): undefined reference to `__builtin_isless' /tmp/ccXedrZ3.o: In function `test_not_isless': /tmp/ccXedrZ3.o(.text+0x54): undefined reference to `__builtin_isless' /tmp/ccXedrZ3.o: In function `test_islessequal': /tmp/ccXedrZ3.o(.text+0x74): undefined reference to = `__builtin_islessequal' /tmp/ccXedrZ3.o: In function `test_not_islessequal': /tmp/ccXedrZ3.o(.text+0x88): undefined reference to = `__builtin_islessequal' /tmp/ccXedrZ3.o: In function `test_isgreater': /tmp/ccXedrZ3.o(.text+0xa8): undefined reference to = `__builtin_isgreater' /tmp/ccXedrZ3.o: In function `test_not_isgreater': /tmp/ccXedrZ3.o(.text+0xbc): undefined reference to = `__builtin_isgreater' /tmp/ccXedrZ3.o: In function `test_isgreaterequal': /tmp/ccXedrZ3.o(.text+0xdc): undefined reference to = `__builtin_isgreaterequal' /tmp/ccXedrZ3.o: In function `test_not_isgreaterequal': /tmp/ccXedrZ3.o(.text+0xf0): undefined reference to = `__builtin_isgreaterequal' /tmp/ccXedrZ3.o: In function `test_islessgreater': /tmp/ccXedrZ3.o(.text+0x110): undefined reference to = `__builtin_islessgreater' /tmp/ccXedrZ3.o: In function `test_not_islessgreater': /tmp/ccXedrZ3.o(.text+0x124): undefined reference to = `__builtin_islessgreater' collect2: ld returned 1 exit status =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= compiler exited with status 1=0A= output is:=0A= /tmp/ccXedrZ3.o: In function `test_isunordered': /tmp/ccXedrZ3.o(.text+0xc): undefined reference to = `__builtin_isunordered' /tmp/ccXedrZ3.o: In function `test_not_isunordered': /tmp/ccXedrZ3.o(.text+0x20): undefined reference to = `__builtin_isunordered' /tmp/ccXedrZ3.o: In function `test_isless': /tmp/ccXedrZ3.o(.text+0x40): undefined reference to `__builtin_isless' /tmp/ccXedrZ3.o: In function `test_not_isless': /tmp/ccXedrZ3.o(.text+0x54): undefined reference to `__builtin_isless' /tmp/ccXedrZ3.o: In function `test_islessequal': /tmp/ccXedrZ3.o(.text+0x74): undefined reference to = `__builtin_islessequal' /tmp/ccXedrZ3.o: In function `test_not_islessequal': /tmp/ccXedrZ3.o(.text+0x88): undefined reference to = `__builtin_islessequal' /tmp/ccXedrZ3.o: In function `test_isgreater': /tmp/ccXedrZ3.o(.text+0xa8): undefined reference to = `__builtin_isgreater' /tmp/ccXedrZ3.o: In function `test_not_isgreater': /tmp/ccXedrZ3.o(.text+0xbc): undefined reference to = `__builtin_isgreater' /tmp/ccXedrZ3.o: In function `test_isgreaterequal': /tmp/ccXedrZ3.o(.text+0xdc): undefined reference to = `__builtin_isgreaterequal' /tmp/ccXedrZ3.o: In function `test_not_isgreaterequal': /tmp/ccXedrZ3.o(.text+0xf0): undefined reference to = `__builtin_isgreaterequal' /tmp/ccXedrZ3.o: In function `test_islessgreater': /tmp/ccXedrZ3.o(.text+0x110): undefined reference to = `__builtin_islessgreater' /tmp/ccXedrZ3.o: In function `test_not_islessgreater': /tmp/ccXedrZ3.o(.text+0x124): undefined reference to = `__builtin_islessgreater' collect2: ld returned 1 exit status =0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= FAIL: gcc.c-torture/execute/ieee/fp-cmp-5.c compilation, -O1 =0A= UNRESOLVED: gcc.c-torture/execute/ieee/fp-cmp-5.c execution, -O1 =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/fp-cmp-5.x1 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/fp-cmp-5.x2 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/fp-cmp-5.c, -O2 =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-5.c -w -O2 -DSTACK_SIZE=3D16384 -lm -o = /tmp/fp-cmp-5.x2=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-5.c -w -O2 -DSTACK_SIZE=3D16384 -lm -o = /tmp/fp-cmp-5.x2 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6822} pid is 6822 -6822=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no /tmp/ccPMaZ3b.o: In function `test_isunordered': /tmp/ccPMaZ3b.o(.text+0xc): undefined reference to = `__builtin_isunordered' /tmp/ccPMaZ3b.o: In function `test_not_isunordered': /tmp/ccPMaZ3b.o(.text+0x20): undefined reference to = `__builtin_isunordered' /tmp/ccPMaZ3b.o: In function `test_isless': /tmp/ccPMaZ3b.o(.text+0x40): undefined reference to `__builtin_isless' /tmp/ccPMaZ3b.o: In function `test_not_isless': /tmp/ccPMaZ3b.o(.text+0x54): undefined reference to `__builtin_isless' /tmp/ccPMaZ3b.o: In function `test_islessequal': /tmp/ccPMaZ3b.o(.text+0x74): undefined reference to = `__builtin_islessequal' /tmp/ccPMaZ3b.o: In function `test_not_islessequal': /tmp/ccPMaZ3b.o(.text+0x88): undefined reference to = `__builtin_islessequal' /tmp/ccPMaZ3b.o: In function `test_isgreater': /tmp/ccPMaZ3b.o(.text+0xa8): undefined reference to = `__builtin_isgreater' /tmp/ccPMaZ3b.o: In function `test_not_isgreater': /tmp/ccPMaZ3b.o(.text+0xbc): undefined reference to = `__builtin_isgreater' /tmp/ccPMaZ3b.o: In function `test_isgreaterequal': /tmp/ccPMaZ3b.o(.text+0xdc): undefined reference to = `__builtin_isgreaterequal' /tmp/ccPMaZ3b.o: In function `test_not_isgreaterequal': /tmp/ccPMaZ3b.o(.text+0xf0): undefined reference to = `__builtin_isgreaterequal' /tmp/ccPMaZ3b.o: In function `test_islessgreater': /tmp/ccPMaZ3b.o(.text+0x110): undefined reference to = `__builtin_islessgreater' /tmp/ccPMaZ3b.o: In function `test_not_islessgreater': /tmp/ccPMaZ3b.o(.text+0x124): undefined reference to = `__builtin_islessgreater' collect2: ld returned 1 exit status expect: does "/tmp/ccPMaZ3b.o: In function = `test_isunordered':\r\n/tmp/ccPMaZ3b.o(.text+0xc): undefined reference = to `__builtin_isunordered'\r\n/tmp/ccPMaZ3b.o: In function = `test_not_isunordered':\r\n/tmp/ccPMaZ3b.o(.text+0x20): undefined = reference to `__builtin_isunordered'\r\n/tmp/ccPMaZ3b.o: In function = `test_isless':\r\n/tmp/ccPMaZ3b.o(.text+0x40): undefined reference to = `__builtin_isless'\r\n/tmp/ccPMaZ3b.o: In function = `test_not_isless':\r\n/tmp/ccPMaZ3b.o(.text+0x54): undefined reference = to `__builtin_isless'\r\n/tmp/ccPMaZ3b.o: In function = `test_islessequal':\r\n/tmp/ccPMaZ3b.o(.text+0x74): undefined reference = to `__builtin_islessequal'\r\n/tmp/ccPMaZ3b.o: In function = `test_not_islessequal':\r\n/tmp/ccPMaZ3b.o(.text+0x88): undefined = reference to `__builtin_islessequal'\r\n/tmp/ccPMaZ3b.o: In function = `test_isgreater':\r\n/tmp/ccPMaZ3b.o(.text+0xa8): undefined reference to = `__builtin_isgreater'\r\n/tmp/ccPMaZ3b.o: In function = `test_not_isgreater':\r\n/tmp/ccPMaZ3b.o(.text+0xbc): undefined = reference to `__builtin_isgreater'\r\n/tmp/ccPMaZ3b.o: In function = `test_isgreaterequal':\r\n/tmp/ccPMaZ3b.o(.text+0xdc): undefined = reference to `__builtin_isgreaterequal'\r\n/tmp/ccPMaZ3b.o: In function = `test_not_isgreaterequal':\r\n/tmp/ccPMaZ3b.o(.text+0xf0): undefined = reference to `__builtin_isgreaterequal'\r\n/tmp/ccPMaZ3b.o: In function = `test_islessgreater':\r\n/tmp/ccPMaZ3b.o(.text+0x110): undefined = reference to `__builtin_islessgreater'\r\n/tmp/ccPMaZ3b.o: In function = `test_not_islessgreater':\r\n/tmp/ccPMaZ3b.o(.text+0x124): undefined = reference to `__builtin_islessgreater'\r\ncollect2: ld returned 1 exit = status\r\n" (spawn_id exp7) match regular expression ".+"? yes expect: set expect_out(0,string) "/tmp/ccPMaZ3b.o: In function = `test_isunordered':\r\n/tmp/ccPMaZ3b.o(.text+0xc): undefined reference = to `__builtin_isunordered'\r\n/tmp/ccPMaZ3b.o: In function = `test_not_isunordered':\r\n/tmp/ccPMaZ3b.o(.text+0x20): undefined = reference to `__builtin_isunordered'\r\n/tmp/ccPMaZ3b.o: In function = `test_isless':\r\n/tmp/ccPMaZ3b.o(.text+0x40): undefined reference to = `__builtin_isless'\r\n/tmp/ccPMaZ3b.o: In function = `test_not_isless':\r\n/tmp/ccPMaZ3b.o(.text+0x54): undefined reference = to `__builtin_isless'\r\n/tmp/ccPMaZ3b.o: In function = `test_islessequal':\r\n/tmp/ccPMaZ3b.o(.text+0x74): undefined reference = to `__builtin_islessequal'\r\n/tmp/ccPMaZ3b.o: In function = `test_not_islessequal':\r\n/tmp/ccPMaZ3b.o(.text+0x88): undefined = reference to `__builtin_islessequal'\r\n/tmp/ccPMaZ3b.o: In function = `test_isgreater':\r\n/tmp/ccPMaZ3b.o(.text+0xa8): undefined reference to = `__builtin_isgreater'\r\n/tmp/ccPMaZ3b.o: In function = `test_not_isgreater':\r\n/tmp/ccPMaZ3b.o(.text+0xbc): undefined = reference to `__builtin_isgreater'\r\n/tmp/ccPMaZ3b.o: In function = `test_isgreaterequal':\r\n/tmp/ccPMaZ3b.o(.text+0xdc): undefined = reference to `__builtin_isgreaterequal'\r\n/tmp/ccPMaZ3b.o: In function = `test_not_isgreaterequal':\r\n/tmp/ccPMaZ3b.o(.text+0xf0): undefined = reference to `__builtin_isgreaterequal'\r\n/tmp/ccPMaZ3b.o: In function = `test_islessgreater':\r\n/tmp/ccPMaZ3b.o(.text+0x110): undefined = reference to `__builtin_islessgreater'\r\n/tmp/ccPMaZ3b.o: In function = `test_not_islessgreater':\r\n/tmp/ccPMaZ3b.o(.text+0x124): undefined = reference to `__builtin_islessgreater'\r\ncollect2: ld returned 1 exit = status\r\n" expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "/tmp/ccPMaZ3b.o: In function = `test_isunordered':\r\n/tmp/ccPMaZ3b.o(.text+0xc): undefined reference = to `__builtin_isunordered'\r\n/tmp/ccPMaZ3b.o: In function = `test_not_isunordered':\r\n/tmp/ccPMaZ3b.o(.text+0x20): undefined = reference to `__builtin_isunordered'\r\n/tmp/ccPMaZ3b.o: In function = `test_isless':\r\n/tmp/ccPMaZ3b.o(.text+0x40): undefined reference to = `__builtin_isless'\r\n/tmp/ccPMaZ3b.o: In function = `test_not_isless':\r\n/tmp/ccPMaZ3b.o(.text+0x54): undefined reference = to `__builtin_isless'\r\n/tmp/ccPMaZ3b.o: In function = `test_islessequal':\r\n/tmp/ccPMaZ3b.o(.text+0x74): undefined reference = to `__builtin_islessequal'\r\n/tmp/ccPMaZ3b.o: In function = `test_not_islessequal':\r\n/tmp/ccPMaZ3b.o(.text+0x88): undefined = reference to `__builtin_islessequal'\r\n/tmp/ccPMaZ3b.o: In function = `test_isgreater':\r\n/tmp/ccPMaZ3b.o(.text+0xa8): undefined reference to = `__builtin_isgreater'\r\n/tmp/ccPMaZ3b.o: In function = `test_not_isgreater':\r\n/tmp/ccPMaZ3b.o(.text+0xbc): undefined = reference to `__builtin_isgreater'\r\n/tmp/ccPMaZ3b.o: In function = `test_isgreaterequal':\r\n/tmp/ccPMaZ3b.o(.text+0xdc): undefined = reference to `__builtin_isgreaterequal'\r\n/tmp/ccPMaZ3b.o: In function = `test_not_isgreaterequal':\r\n/tmp/ccPMaZ3b.o(.text+0xf0): undefined = reference to `__builtin_isgreaterequal'\r\n/tmp/ccPMaZ3b.o: In function = `test_islessgreater':\r\n/tmp/ccPMaZ3b.o(.text+0x110): undefined = reference to `__builtin_islessgreater'\r\n/tmp/ccPMaZ3b.o: In function = `test_not_islessgreater':\r\n/tmp/ccPMaZ3b.o(.text+0x124): undefined = reference to `__builtin_islessgreater'\r\ncollect2: ld returned 1 exit = status\r\n" expect: continuing expect expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 6822 exp7 0 1=0A= close result is 6822 exp7 0 1=0A= output is /tmp/ccPMaZ3b.o: In function `test_isunordered': /tmp/ccPMaZ3b.o(.text+0xc): undefined reference to = `__builtin_isunordered' /tmp/ccPMaZ3b.o: In function `test_not_isunordered': /tmp/ccPMaZ3b.o(.text+0x20): undefined reference to = `__builtin_isunordered' /tmp/ccPMaZ3b.o: In function `test_isless': /tmp/ccPMaZ3b.o(.text+0x40): undefined reference to `__builtin_isless' /tmp/ccPMaZ3b.o: In function `test_not_isless': /tmp/ccPMaZ3b.o(.text+0x54): undefined reference to `__builtin_isless' /tmp/ccPMaZ3b.o: In function `test_islessequal': /tmp/ccPMaZ3b.o(.text+0x74): undefined reference to = `__builtin_islessequal' /tmp/ccPMaZ3b.o: In function `test_not_islessequal': /tmp/ccPMaZ3b.o(.text+0x88): undefined reference to = `__builtin_islessequal' /tmp/ccPMaZ3b.o: In function `test_isgreater': /tmp/ccPMaZ3b.o(.text+0xa8): undefined reference to = `__builtin_isgreater' /tmp/ccPMaZ3b.o: In function `test_not_isgreater': /tmp/ccPMaZ3b.o(.text+0xbc): undefined reference to = `__builtin_isgreater' /tmp/ccPMaZ3b.o: In function `test_isgreaterequal': /tmp/ccPMaZ3b.o(.text+0xdc): undefined reference to = `__builtin_isgreaterequal' /tmp/ccPMaZ3b.o: In function `test_not_isgreaterequal': /tmp/ccPMaZ3b.o(.text+0xf0): undefined reference to = `__builtin_isgreaterequal' /tmp/ccPMaZ3b.o: In function `test_islessgreater': /tmp/ccPMaZ3b.o(.text+0x110): undefined reference to = `__builtin_islessgreater' /tmp/ccPMaZ3b.o: In function `test_not_islessgreater': /tmp/ccPMaZ3b.o(.text+0x124): undefined reference to = `__builtin_islessgreater' collect2: ld returned 1 exit status =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= compiler exited with status 1=0A= output is:=0A= /tmp/ccPMaZ3b.o: In function `test_isunordered': /tmp/ccPMaZ3b.o(.text+0xc): undefined reference to = `__builtin_isunordered' /tmp/ccPMaZ3b.o: In function `test_not_isunordered': /tmp/ccPMaZ3b.o(.text+0x20): undefined reference to = `__builtin_isunordered' /tmp/ccPMaZ3b.o: In function `test_isless': /tmp/ccPMaZ3b.o(.text+0x40): undefined reference to `__builtin_isless' /tmp/ccPMaZ3b.o: In function `test_not_isless': /tmp/ccPMaZ3b.o(.text+0x54): undefined reference to `__builtin_isless' /tmp/ccPMaZ3b.o: In function `test_islessequal': /tmp/ccPMaZ3b.o(.text+0x74): undefined reference to = `__builtin_islessequal' /tmp/ccPMaZ3b.o: In function `test_not_islessequal': /tmp/ccPMaZ3b.o(.text+0x88): undefined reference to = `__builtin_islessequal' /tmp/ccPMaZ3b.o: In function `test_isgreater': /tmp/ccPMaZ3b.o(.text+0xa8): undefined reference to = `__builtin_isgreater' /tmp/ccPMaZ3b.o: In function `test_not_isgreater': /tmp/ccPMaZ3b.o(.text+0xbc): undefined reference to = `__builtin_isgreater' /tmp/ccPMaZ3b.o: In function `test_isgreaterequal': /tmp/ccPMaZ3b.o(.text+0xdc): undefined reference to = `__builtin_isgreaterequal' /tmp/ccPMaZ3b.o: In function `test_not_isgreaterequal': /tmp/ccPMaZ3b.o(.text+0xf0): undefined reference to = `__builtin_isgreaterequal' /tmp/ccPMaZ3b.o: In function `test_islessgreater': /tmp/ccPMaZ3b.o(.text+0x110): undefined reference to = `__builtin_islessgreater' /tmp/ccPMaZ3b.o: In function `test_not_islessgreater': /tmp/ccPMaZ3b.o(.text+0x124): undefined reference to = `__builtin_islessgreater' collect2: ld returned 1 exit status =0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= FAIL: gcc.c-torture/execute/ieee/fp-cmp-5.c compilation, -O2 =0A= UNRESOLVED: gcc.c-torture/execute/ieee/fp-cmp-5.c execution, -O2 =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/fp-cmp-5.x2 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/fp-cmp-5.x3 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/fp-cmp-5.c, -O3 -fomit-frame-pointer =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-5.c -w -O3 -fomit-frame-pointer = -DSTACK_SIZE=3D16384 -lm -o /tmp/fp-cmp-5.x3=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-5.c -w -O3 -fomit-frame-pointer = -DSTACK_SIZE=3D16384 -lm -o /tmp/fp-cmp-5.x3 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6830} pid is 6830 -6830=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no /tmp/ccv0o1Dp.o: In function `test_isunordered': /tmp/ccv0o1Dp.o(.text+0x120): undefined reference to = `__builtin_isunordered' /tmp/ccv0o1Dp.o: In function `test_not_isunordered': /tmp/ccv0o1Dp.o(.text+0x128): undefined reference to = `__builtin_isunordered' /tmp/ccv0o1Dp.o: In function `test_isless': /tmp/ccv0o1Dp.o(.text+0x144): undefined reference to `__builtin_isless' /tmp/ccv0o1Dp.o: In function `test_not_isless': /tmp/ccv0o1Dp.o(.text+0x14c): undefined reference to `__builtin_isless' /tmp/ccv0o1Dp.o: In function `test_islessequal': /tmp/ccv0o1Dp.o(.text+0x168): undefined reference to = `__builtin_islessequal' /tmp/ccv0o1Dp.o: In function `test_not_islessequal': /tmp/ccv0o1Dp.o(.text+0x170): undefined reference to = `__builtin_islessequal' /tmp/ccv0o1Dp.o: In function `test_isgreater': /tmp/ccv0o1Dp.o(.text+0x18c): undefined reference to = `__builtin_isgreater' /tmp/ccv0o1Dp.o: In function `test_not_isgreater': /tmp/ccv0o1Dp.o(.text+0x194): undefined reference to = `__builtin_isgreater' /tmp/ccv0o1Dp.o: In function `test_isgreaterequal': /tmp/ccv0o1Dp.o(.text+0x1b0): undefined reference to = `__builtin_isgreaterequal' /tmp/ccv0o1Dp.o: In function `test_not_isgreaterequal': /tmp/ccv0o1Dp.o(.text+0x1b8): undefined reference to = `__builtin_isgreaterequal' /tmp/ccv0o1Dp.o: In function `test_islessgreater': /tmp/ccv0o1Dp.o(.text+0x1d4): undefined reference to = `__builtin_islessgreater' /tmp/ccv0o1Dp.o: In function `test_not_islessgreater': /tmp/ccv0o1Dp.o(.text+0x1dc): undefined reference to = `__builtin_islessgreater' collect2: ld returned 1 exit status expect: does "/tmp/ccv0o1Dp.o: In function = `test_isunordered':\r\n/tmp/ccv0o1Dp.o(.text+0x120): undefined reference = to `__builtin_isunordered'\r\n/tmp/ccv0o1Dp.o: In function = `test_not_isunordered':\r\n/tmp/ccv0o1Dp.o(.text+0x128): undefined = reference to `__builtin_isunordered'\r\n/tmp/ccv0o1Dp.o: In function = `test_isless':\r\n/tmp/ccv0o1Dp.o(.text+0x144): undefined reference to = `__builtin_isless'\r\n/tmp/ccv0o1Dp.o: In function = `test_not_isless':\r\n/tmp/ccv0o1Dp.o(.text+0x14c): undefined reference = to `__builtin_isless'\r\n/tmp/ccv0o1Dp.o: In function = `test_islessequal':\r\n/tmp/ccv0o1Dp.o(.text+0x168): undefined reference = to `__builtin_islessequal'\r\n/tmp/ccv0o1Dp.o: In function = `test_not_islessequal':\r\n/tmp/ccv0o1Dp.o(.text+0x170): undefined = reference to `__builtin_islessequal'\r\n/tmp/ccv0o1Dp.o: In function = `test_isgreater':\r\n/tmp/ccv0o1Dp.o(.text+0x18c): undefined reference = to `__builtin_isgreater'\r\n/tmp/ccv0o1Dp.o: In function = `test_not_isgreater':\r\n/tmp/ccv0o1Dp.o(.text+0x194): undefined = reference to `__builtin_isgreater'\r\n/tmp/ccv0o1Dp.o: In function = `test_isgreaterequal':\r\n/tmp/ccv0o1Dp.o(.text+0x1b0): undefined = reference to `__builtin_isgreaterequal'\r\n/tmp/ccv0o1Dp.o: In function = `test_not_isgreaterequal':\r\n/tmp/ccv0o1Dp.o(.text+0x1b8): undefined = reference to `__builtin_isgreaterequal'\r\n/tmp/ccv0o1Dp.o: In function = `test_islessgreater':\r\n/tmp/ccv0o1Dp.o(.text+0x1d4): undefined = reference to `__builtin_islessgreater'\r\n/tmp/ccv0o1Dp.o: In function = `test_not_islessgreater':\r\n/tmp/ccv0o1Dp.o(.text+0x1dc): undefined = reference to `__builtin_islessgreater'\r\ncollect2: ld returned 1 exit = status\r\n" (spawn_id exp7) match regular expression ".+"? yes expect: set expect_out(0,string) "/tmp/ccv0o1Dp.o: In function = `test_isunordered':\r\n/tmp/ccv0o1Dp.o(.text+0x120): undefined reference = to `__builtin_isunordered'\r\n/tmp/ccv0o1Dp.o: In function = `test_not_isunordered':\r\n/tmp/ccv0o1Dp.o(.text+0x128): undefined = reference to `__builtin_isunordered'\r\n/tmp/ccv0o1Dp.o: In function = `test_isless':\r\n/tmp/ccv0o1Dp.o(.text+0x144): undefined reference to = `__builtin_isless'\r\n/tmp/ccv0o1Dp.o: In function = `test_not_isless':\r\n/tmp/ccv0o1Dp.o(.text+0x14c): undefined reference = to `__builtin_isless'\r\n/tmp/ccv0o1Dp.o: In function = `test_islessequal':\r\n/tmp/ccv0o1Dp.o(.text+0x168): undefined reference = to `__builtin_islessequal'\r\n/tmp/ccv0o1Dp.o: In function = `test_not_islessequal':\r\n/tmp/ccv0o1Dp.o(.text+0x170): undefined = reference to `__builtin_islessequal'\r\n/tmp/ccv0o1Dp.o: In function = `test_isgreater':\r\n/tmp/ccv0o1Dp.o(.text+0x18c): undefined reference = to `__builtin_isgreater'\r\n/tmp/ccv0o1Dp.o: In function = `test_not_isgreater':\r\n/tmp/ccv0o1Dp.o(.text+0x194): undefined = reference to `__builtin_isgreater'\r\n/tmp/ccv0o1Dp.o: In function = `test_isgreaterequal':\r\n/tmp/ccv0o1Dp.o(.text+0x1b0): undefined = reference to `__builtin_isgreaterequal'\r\n/tmp/ccv0o1Dp.o: In function = `test_not_isgreaterequal':\r\n/tmp/ccv0o1Dp.o(.text+0x1b8): undefined = reference to `__builtin_isgreaterequal'\r\n/tmp/ccv0o1Dp.o: In function = `test_islessgreater':\r\n/tmp/ccv0o1Dp.o(.text+0x1d4): undefined = reference to `__builtin_islessgreater'\r\n/tmp/ccv0o1Dp.o: In function = `test_not_islessgreater':\r\n/tmp/ccv0o1Dp.o(.text+0x1dc): undefined = reference to `__builtin_islessgreater'\r\ncollect2: ld returned 1 exit = status\r\n" expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "/tmp/ccv0o1Dp.o: In function = `test_isunordered':\r\n/tmp/ccv0o1Dp.o(.text+0x120): undefined reference = to `__builtin_isunordered'\r\n/tmp/ccv0o1Dp.o: In function = `test_not_isunordered':\r\n/tmp/ccv0o1Dp.o(.text+0x128): undefined = reference to `__builtin_isunordered'\r\n/tmp/ccv0o1Dp.o: In function = `test_isless':\r\n/tmp/ccv0o1Dp.o(.text+0x144): undefined reference to = `__builtin_isless'\r\n/tmp/ccv0o1Dp.o: In function = `test_not_isless':\r\n/tmp/ccv0o1Dp.o(.text+0x14c): undefined reference = to `__builtin_isless'\r\n/tmp/ccv0o1Dp.o: In function = `test_islessequal':\r\n/tmp/ccv0o1Dp.o(.text+0x168): undefined reference = to `__builtin_islessequal'\r\n/tmp/ccv0o1Dp.o: In function = `test_not_islessequal':\r\n/tmp/ccv0o1Dp.o(.text+0x170): undefined = reference to `__builtin_islessequal'\r\n/tmp/ccv0o1Dp.o: In function = `test_isgreater':\r\n/tmp/ccv0o1Dp.o(.text+0x18c): undefined reference = to `__builtin_isgreater'\r\n/tmp/ccv0o1Dp.o: In function = `test_not_isgreater':\r\n/tmp/ccv0o1Dp.o(.text+0x194): undefined = reference to `__builtin_isgreater'\r\n/tmp/ccv0o1Dp.o: In function = `test_isgreaterequal':\r\n/tmp/ccv0o1Dp.o(.text+0x1b0): undefined = reference to `__builtin_isgreaterequal'\r\n/tmp/ccv0o1Dp.o: In function = `test_not_isgreaterequal':\r\n/tmp/ccv0o1Dp.o(.text+0x1b8): undefined = reference to `__builtin_isgreaterequal'\r\n/tmp/ccv0o1Dp.o: In function = `test_islessgreater':\r\n/tmp/ccv0o1Dp.o(.text+0x1d4): undefined = reference to `__builtin_islessgreater'\r\n/tmp/ccv0o1Dp.o: In function = `test_not_islessgreater':\r\n/tmp/ccv0o1Dp.o(.text+0x1dc): undefined = reference to `__builtin_islessgreater'\r\ncollect2: ld returned 1 exit = status\r\n" expect: continuing expect expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 6830 exp7 0 1=0A= close result is 6830 exp7 0 1=0A= output is /tmp/ccv0o1Dp.o: In function `test_isunordered': /tmp/ccv0o1Dp.o(.text+0x120): undefined reference to = `__builtin_isunordered' /tmp/ccv0o1Dp.o: In function `test_not_isunordered': /tmp/ccv0o1Dp.o(.text+0x128): undefined reference to = `__builtin_isunordered' /tmp/ccv0o1Dp.o: In function `test_isless': /tmp/ccv0o1Dp.o(.text+0x144): undefined reference to `__builtin_isless' /tmp/ccv0o1Dp.o: In function `test_not_isless': /tmp/ccv0o1Dp.o(.text+0x14c): undefined reference to `__builtin_isless' /tmp/ccv0o1Dp.o: In function `test_islessequal': /tmp/ccv0o1Dp.o(.text+0x168): undefined reference to = `__builtin_islessequal' /tmp/ccv0o1Dp.o: In function `test_not_islessequal': /tmp/ccv0o1Dp.o(.text+0x170): undefined reference to = `__builtin_islessequal' /tmp/ccv0o1Dp.o: In function `test_isgreater': /tmp/ccv0o1Dp.o(.text+0x18c): undefined reference to = `__builtin_isgreater' /tmp/ccv0o1Dp.o: In function `test_not_isgreater': /tmp/ccv0o1Dp.o(.text+0x194): undefined reference to = `__builtin_isgreater' /tmp/ccv0o1Dp.o: In function `test_isgreaterequal': /tmp/ccv0o1Dp.o(.text+0x1b0): undefined reference to = `__builtin_isgreaterequal' /tmp/ccv0o1Dp.o: In function `test_not_isgreaterequal': /tmp/ccv0o1Dp.o(.text+0x1b8): undefined reference to = `__builtin_isgreaterequal' /tmp/ccv0o1Dp.o: In function `test_islessgreater': /tmp/ccv0o1Dp.o(.text+0x1d4): undefined reference to = `__builtin_islessgreater' /tmp/ccv0o1Dp.o: In function `test_not_islessgreater': /tmp/ccv0o1Dp.o(.text+0x1dc): undefined reference to = `__builtin_islessgreater' collect2: ld returned 1 exit status =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= compiler exited with status 1=0A= output is:=0A= /tmp/ccv0o1Dp.o: In function `test_isunordered': /tmp/ccv0o1Dp.o(.text+0x120): undefined reference to = `__builtin_isunordered' /tmp/ccv0o1Dp.o: In function `test_not_isunordered': /tmp/ccv0o1Dp.o(.text+0x128): undefined reference to = `__builtin_isunordered' /tmp/ccv0o1Dp.o: In function `test_isless': /tmp/ccv0o1Dp.o(.text+0x144): undefined reference to `__builtin_isless' /tmp/ccv0o1Dp.o: In function `test_not_isless': /tmp/ccv0o1Dp.o(.text+0x14c): undefined reference to `__builtin_isless' /tmp/ccv0o1Dp.o: In function `test_islessequal': /tmp/ccv0o1Dp.o(.text+0x168): undefined reference to = `__builtin_islessequal' /tmp/ccv0o1Dp.o: In function `test_not_islessequal': /tmp/ccv0o1Dp.o(.text+0x170): undefined reference to = `__builtin_islessequal' /tmp/ccv0o1Dp.o: In function `test_isgreater': /tmp/ccv0o1Dp.o(.text+0x18c): undefined reference to = `__builtin_isgreater' /tmp/ccv0o1Dp.o: In function `test_not_isgreater': /tmp/ccv0o1Dp.o(.text+0x194): undefined reference to = `__builtin_isgreater' /tmp/ccv0o1Dp.o: In function `test_isgreaterequal': /tmp/ccv0o1Dp.o(.text+0x1b0): undefined reference to = `__builtin_isgreaterequal' /tmp/ccv0o1Dp.o: In function `test_not_isgreaterequal': /tmp/ccv0o1Dp.o(.text+0x1b8): undefined reference to = `__builtin_isgreaterequal' /tmp/ccv0o1Dp.o: In function `test_islessgreater': /tmp/ccv0o1Dp.o(.text+0x1d4): undefined reference to = `__builtin_islessgreater' /tmp/ccv0o1Dp.o: In function `test_not_islessgreater': /tmp/ccv0o1Dp.o(.text+0x1dc): undefined reference to = `__builtin_islessgreater' collect2: ld returned 1 exit status =0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= FAIL: gcc.c-torture/execute/ieee/fp-cmp-5.c compilation, -O3 = -fomit-frame-pointer =0A= UNRESOLVED: gcc.c-torture/execute/ieee/fp-cmp-5.c execution, -O3 = -fomit-frame-pointer =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/fp-cmp-5.x3 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/fp-cmp-5.x4 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/fp-cmp-5.c, -O3 -fomit-frame-pointer = -funroll-loops =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-5.c -w -O3 -fomit-frame-pointer -funroll-loops = -DSTACK_SIZE=3D16384 -lm -o /tmp/fp-cmp-5.x4=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-5.c -w -O3 -fomit-frame-pointer -funroll-loops = -DSTACK_SIZE=3D16384 -lm -o /tmp/fp-cmp-5.x4 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6838} pid is 6838 -6838=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no /tmp/ccKVPV5o.o: In function `test_isunordered': /tmp/ccKVPV5o.o(.text+0x244): undefined reference to = `__builtin_isunordered' /tmp/ccKVPV5o.o: In function `test_not_isunordered': /tmp/ccKVPV5o.o(.text+0x24c): undefined reference to = `__builtin_isunordered' /tmp/ccKVPV5o.o: In function `test_isless': /tmp/ccKVPV5o.o(.text+0x268): undefined reference to `__builtin_isless' /tmp/ccKVPV5o.o: In function `test_not_isless': /tmp/ccKVPV5o.o(.text+0x270): undefined reference to `__builtin_isless' /tmp/ccKVPV5o.o: In function `test_islessequal': /tmp/ccKVPV5o.o(.text+0x28c): undefined reference to = `__builtin_islessequal' /tmp/ccKVPV5o.o: In function `test_not_islessequal': /tmp/ccKVPV5o.o(.text+0x294): undefined reference to = `__builtin_islessequal' /tmp/ccKVPV5o.o: In function `test_isgreater': /tmp/ccKVPV5o.o(.text+0x2b0): undefined reference to = `__builtin_isgreater' /tmp/ccKVPV5o.o: In function `test_not_isgreater': /tmp/ccKVPV5o.o(.text+0x2b8): undefined reference to = `__builtin_isgreater' /tmp/ccKVPV5o.o: In function `test_isgreaterequal': /tmp/ccKVPV5o.o(.text+0x2d4): undefined reference to = `__builtin_isgreaterequal' /tmp/ccKVPV5o.o: In function `test_not_isgreaterequal': /tmp/ccKVPV5o.o(.text+0x2dc): undefined reference to = `__builtin_isgreaterequal' /tmp/ccKVPV5o.o: In function `test_islessgreater': /tmp/ccKVPV5o.o(.text+0x2f8): undefined reference to = `__builtin_islessgreater' /tmp/ccKVPV5o.o: In function `test_not_islessgreater': /tmp/ccKVPV5o.o(.text+0x300): undefined reference to = `__builtin_islessgreater' collect2: ld returned 1 exit status expect: does "/tmp/ccKVPV5o.o: In function = `test_isunordered':\r\n/tmp/ccKVPV5o.o(.text+0x244): undefined reference = to `__builtin_isunordered'\r\n/tmp/ccKVPV5o.o: In function = `test_not_isunordered':\r\n/tmp/ccKVPV5o.o(.text+0x24c): undefined = reference to `__builtin_isunordered'\r\n/tmp/ccKVPV5o.o: In function = `test_isless':\r\n/tmp/ccKVPV5o.o(.text+0x268): undefined reference to = `__builtin_isless'\r\n/tmp/ccKVPV5o.o: In function = `test_not_isless':\r\n/tmp/ccKVPV5o.o(.text+0x270): undefined reference = to `__builtin_isless'\r\n/tmp/ccKVPV5o.o: In function = `test_islessequal':\r\n/tmp/ccKVPV5o.o(.text+0x28c): undefined reference = to `__builtin_islessequal'\r\n/tmp/ccKVPV5o.o: In function = `test_not_islessequal':\r\n/tmp/ccKVPV5o.o(.text+0x294): undefined = reference to `__builtin_islessequal'\r\n/tmp/ccKVPV5o.o: In function = `test_isgreater':\r\n/tmp/ccKVPV5o.o(.text+0x2b0): undefined reference = to `__builtin_isgreater'\r\n/tmp/ccKVPV5o.o: In function = `test_not_isgreater':\r\n/tmp/ccKVPV5o.o(.text+0x2b8): undefined = reference to `__builtin_isgreater'\r\n/tmp/ccKVPV5o.o: In function = `test_isgreaterequal':\r\n/tmp/ccKVPV5o.o(.text+0x2d4): undefined = reference to `__builtin_isgreaterequal'\r\n/tmp/ccKVPV5o.o: In function = `test_not_isgreaterequal':\r\n/tmp/ccKVPV5o.o(.text+0x2dc): undefined = reference to `__builtin_isgreaterequal'\r\n/tmp/ccKVPV5o.o: In function = `test_islessgreater':\r\n/tmp/ccKVPV5o.o(.text+0x2f8): undefined = reference to `__builtin_islessgreater'\r\n/tmp/ccKVPV5o.o: In function = `test_not_islessgreater':\r\n/tmp/ccKVPV5o.o(.text+0x300): undefined = reference to `__builtin_islessgreater'\r\ncollect2: ld returned 1 exit = status\r\n" (spawn_id exp7) match regular expression ".+"? yes expect: set expect_out(0,string) "/tmp/ccKVPV5o.o: In function = `test_isunordered':\r\n/tmp/ccKVPV5o.o(.text+0x244): undefined reference = to `__builtin_isunordered'\r\n/tmp/ccKVPV5o.o: In function = `test_not_isunordered':\r\n/tmp/ccKVPV5o.o(.text+0x24c): undefined = reference to `__builtin_isunordered'\r\n/tmp/ccKVPV5o.o: In function = `test_isless':\r\n/tmp/ccKVPV5o.o(.text+0x268): undefined reference to = `__builtin_isless'\r\n/tmp/ccKVPV5o.o: In function = `test_not_isless':\r\n/tmp/ccKVPV5o.o(.text+0x270): undefined reference = to `__builtin_isless'\r\n/tmp/ccKVPV5o.o: In function = `test_islessequal':\r\n/tmp/ccKVPV5o.o(.text+0x28c): undefined reference = to `__builtin_islessequal'\r\n/tmp/ccKVPV5o.o: In function = `test_not_islessequal':\r\n/tmp/ccKVPV5o.o(.text+0x294): undefined = reference to `__builtin_islessequal'\r\n/tmp/ccKVPV5o.o: In function = `test_isgreater':\r\n/tmp/ccKVPV5o.o(.text+0x2b0): undefined reference = to `__builtin_isgreater'\r\n/tmp/ccKVPV5o.o: In function = `test_not_isgreater':\r\n/tmp/ccKVPV5o.o(.text+0x2b8): undefined = reference to `__builtin_isgreater'\r\n/tmp/ccKVPV5o.o: In function = `test_isgreaterequal':\r\n/tmp/ccKVPV5o.o(.text+0x2d4): undefined = reference to `__builtin_isgreaterequal'\r\n/tmp/ccKVPV5o.o: In function = `test_not_isgreaterequal':\r\n/tmp/ccKVPV5o.o(.text+0x2dc): undefined = reference to `__builtin_isgreaterequal'\r\n/tmp/ccKVPV5o.o: In function = `test_islessgreater':\r\n/tmp/ccKVPV5o.o(.text+0x2f8): undefined = reference to `__builtin_islessgreater'\r\n/tmp/ccKVPV5o.o: In function = `test_not_islessgreater':\r\n/tmp/ccKVPV5o.o(.text+0x300): undefined = reference to `__builtin_islessgreater'\r\ncollect2: ld returned 1 exit = status\r\n" expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "/tmp/ccKVPV5o.o: In function = `test_isunordered':\r\n/tmp/ccKVPV5o.o(.text+0x244): undefined reference = to `__builtin_isunordered'\r\n/tmp/ccKVPV5o.o: In function = `test_not_isunordered':\r\n/tmp/ccKVPV5o.o(.text+0x24c): undefined = reference to `__builtin_isunordered'\r\n/tmp/ccKVPV5o.o: In function = `test_isless':\r\n/tmp/ccKVPV5o.o(.text+0x268): undefined reference to = `__builtin_isless'\r\n/tmp/ccKVPV5o.o: In function = `test_not_isless':\r\n/tmp/ccKVPV5o.o(.text+0x270): undefined reference = to `__builtin_isless'\r\n/tmp/ccKVPV5o.o: In function = `test_islessequal':\r\n/tmp/ccKVPV5o.o(.text+0x28c): undefined reference = to `__builtin_islessequal'\r\n/tmp/ccKVPV5o.o: In function = `test_not_islessequal':\r\n/tmp/ccKVPV5o.o(.text+0x294): undefined = reference to `__builtin_islessequal'\r\n/tmp/ccKVPV5o.o: In function = `test_isgreater':\r\n/tmp/ccKVPV5o.o(.text+0x2b0): undefined reference = to `__builtin_isgreater'\r\n/tmp/ccKVPV5o.o: In function = `test_not_isgreater':\r\n/tmp/ccKVPV5o.o(.text+0x2b8): undefined = reference to `__builtin_isgreater'\r\n/tmp/ccKVPV5o.o: In function = `test_isgreaterequal':\r\n/tmp/ccKVPV5o.o(.text+0x2d4): undefined = reference to `__builtin_isgreaterequal'\r\n/tmp/ccKVPV5o.o: In function = `test_not_isgreaterequal':\r\n/tmp/ccKVPV5o.o(.text+0x2dc): undefined = reference to `__builtin_isgreaterequal'\r\n/tmp/ccKVPV5o.o: In function = `test_islessgreater':\r\n/tmp/ccKVPV5o.o(.text+0x2f8): undefined = reference to `__builtin_islessgreater'\r\n/tmp/ccKVPV5o.o: In function = `test_not_islessgreater':\r\n/tmp/ccKVPV5o.o(.text+0x300): undefined = reference to `__builtin_islessgreater'\r\ncollect2: ld returned 1 exit = status\r\n" expect: continuing expect expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 6838 exp7 0 1=0A= close result is 6838 exp7 0 1=0A= output is /tmp/ccKVPV5o.o: In function `test_isunordered': /tmp/ccKVPV5o.o(.text+0x244): undefined reference to = `__builtin_isunordered' /tmp/ccKVPV5o.o: In function `test_not_isunordered': /tmp/ccKVPV5o.o(.text+0x24c): undefined reference to = `__builtin_isunordered' /tmp/ccKVPV5o.o: In function `test_isless': /tmp/ccKVPV5o.o(.text+0x268): undefined reference to `__builtin_isless' /tmp/ccKVPV5o.o: In function `test_not_isless': /tmp/ccKVPV5o.o(.text+0x270): undefined reference to `__builtin_isless' /tmp/ccKVPV5o.o: In function `test_islessequal': /tmp/ccKVPV5o.o(.text+0x28c): undefined reference to = `__builtin_islessequal' /tmp/ccKVPV5o.o: In function `test_not_islessequal': /tmp/ccKVPV5o.o(.text+0x294): undefined reference to = `__builtin_islessequal' /tmp/ccKVPV5o.o: In function `test_isgreater': /tmp/ccKVPV5o.o(.text+0x2b0): undefined reference to = `__builtin_isgreater' /tmp/ccKVPV5o.o: In function `test_not_isgreater': /tmp/ccKVPV5o.o(.text+0x2b8): undefined reference to = `__builtin_isgreater' /tmp/ccKVPV5o.o: In function `test_isgreaterequal': /tmp/ccKVPV5o.o(.text+0x2d4): undefined reference to = `__builtin_isgreaterequal' /tmp/ccKVPV5o.o: In function `test_not_isgreaterequal': /tmp/ccKVPV5o.o(.text+0x2dc): undefined reference to = `__builtin_isgreaterequal' /tmp/ccKVPV5o.o: In function `test_islessgreater': /tmp/ccKVPV5o.o(.text+0x2f8): undefined reference to = `__builtin_islessgreater' /tmp/ccKVPV5o.o: In function `test_not_islessgreater': /tmp/ccKVPV5o.o(.text+0x300): undefined reference to = `__builtin_islessgreater' collect2: ld returned 1 exit status =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= compiler exited with status 1=0A= output is:=0A= /tmp/ccKVPV5o.o: In function `test_isunordered': /tmp/ccKVPV5o.o(.text+0x244): undefined reference to = `__builtin_isunordered' /tmp/ccKVPV5o.o: In function `test_not_isunordered': /tmp/ccKVPV5o.o(.text+0x24c): undefined reference to = `__builtin_isunordered' /tmp/ccKVPV5o.o: In function `test_isless': /tmp/ccKVPV5o.o(.text+0x268): undefined reference to `__builtin_isless' /tmp/ccKVPV5o.o: In function `test_not_isless': /tmp/ccKVPV5o.o(.text+0x270): undefined reference to `__builtin_isless' /tmp/ccKVPV5o.o: In function `test_islessequal': /tmp/ccKVPV5o.o(.text+0x28c): undefined reference to = `__builtin_islessequal' /tmp/ccKVPV5o.o: In function `test_not_islessequal': /tmp/ccKVPV5o.o(.text+0x294): undefined reference to = `__builtin_islessequal' /tmp/ccKVPV5o.o: In function `test_isgreater': /tmp/ccKVPV5o.o(.text+0x2b0): undefined reference to = `__builtin_isgreater' /tmp/ccKVPV5o.o: In function `test_not_isgreater': /tmp/ccKVPV5o.o(.text+0x2b8): undefined reference to = `__builtin_isgreater' /tmp/ccKVPV5o.o: In function `test_isgreaterequal': /tmp/ccKVPV5o.o(.text+0x2d4): undefined reference to = `__builtin_isgreaterequal' /tmp/ccKVPV5o.o: In function `test_not_isgreaterequal': /tmp/ccKVPV5o.o(.text+0x2dc): undefined reference to = `__builtin_isgreaterequal' /tmp/ccKVPV5o.o: In function `test_islessgreater': /tmp/ccKVPV5o.o(.text+0x2f8): undefined reference to = `__builtin_islessgreater' /tmp/ccKVPV5o.o: In function `test_not_islessgreater': /tmp/ccKVPV5o.o(.text+0x300): undefined reference to = `__builtin_islessgreater' collect2: ld returned 1 exit status =0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= FAIL: gcc.c-torture/execute/ieee/fp-cmp-5.c compilation, -O3 = -fomit-frame-pointer -funroll-loops =0A= UNRESOLVED: gcc.c-torture/execute/ieee/fp-cmp-5.c execution, -O3 = -fomit-frame-pointer -funroll-loops =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/fp-cmp-5.x4 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/fp-cmp-5.x5 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/fp-cmp-5.c, -O3 -fomit-frame-pointer = -funroll-all-loops -finline-functions =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-5.c -w -O3 -fomit-frame-pointer -funroll-all-loops = -finline-functions -DSTACK_SIZE=3D16384 -lm -o /tmp/fp-cmp-5.x5=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-5.c -w -O3 -fomit-frame-pointer -funroll-all-loops = -finline-functions -DSTACK_SIZE=3D16384 -lm -o /tmp/fp-cmp-5.x5 = (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6846} pid is 6846 -6846=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no /tmp/ccEJlE4k.o: In function `test_isunordered': /tmp/ccEJlE4k.o(.text+0x244): undefined reference to = `__builtin_isunordered' /tmp/ccEJlE4k.o: In function `test_not_isunordered': /tmp/ccEJlE4k.o(.text+0x24c): undefined reference to = `__builtin_isunordered' /tmp/ccEJlE4k.o: In function `test_isless': /tmp/ccEJlE4k.o(.text+0x268): undefined reference to `__builtin_isless' /tmp/ccEJlE4k.o: In function `test_not_isless': /tmp/ccEJlE4k.o(.text+0x270): undefined reference to `__builtin_isless' /tmp/ccEJlE4k.o: In function `test_islessequal': /tmp/ccEJlE4k.o(.text+0x28c): undefined reference to = `__builtin_islessequal' /tmp/ccEJlE4k.o: In function `test_not_islessequal': /tmp/ccEJlE4k.o(.text+0x294): undefined reference to = `__builtin_islessequal' /tmp/ccEJlE4k.o: In function `test_isgreater': /tmp/ccEJlE4k.o(.text+0x2b0): undefined reference to = `__builtin_isgreater' /tmp/ccEJlE4k.o: In function `test_not_isgreater': /tmp/ccEJlE4k.o(.text+0x2b8): undefined reference to = `__builtin_isgreater' /tmp/ccEJlE4k.o: In function `test_isgreaterequal': /tmp/ccEJlE4k.o(.text+0x2d4): undefined reference to = `__builtin_isgreaterequal' /tmp/ccEJlE4k.o: In function `test_not_isgreaterequal': /tmp/ccEJlE4k.o(.text+0x2dc): undefined reference to = `__builtin_isgreaterequal' /tmp/ccEJlE4k.o: In function `test_islessgreater': /tmp/ccEJlE4k.o(.text+0x2f8): undefined reference to = `__builtin_islessgreater' /tmp/ccEJlE4k.o: In function `test_not_islessgreater': /tmp/ccEJlE4k.o(.text+0x300): undefined reference to = `__builtin_islessgreater' collect2: ld returned 1 exit status expect: does "/tmp/ccEJlE4k.o: In function = `test_isunordered':\r\n/tmp/ccEJlE4k.o(.text+0x244): undefined reference = to `__builtin_isunordered'\r\n/tmp/ccEJlE4k.o: In function = `test_not_isunordered':\r\n/tmp/ccEJlE4k.o(.text+0x24c): undefined = reference to `__builtin_isunordered'\r\n/tmp/ccEJlE4k.o: In function = `test_isless':\r\n/tmp/ccEJlE4k.o(.text+0x268): undefined reference to = `__builtin_isless'\r\n/tmp/ccEJlE4k.o: In function = `test_not_isless':\r\n/tmp/ccEJlE4k.o(.text+0x270): undefined reference = to `__builtin_isless'\r\n/tmp/ccEJlE4k.o: In function = `test_islessequal':\r\n/tmp/ccEJlE4k.o(.text+0x28c): undefined reference = to `__builtin_islessequal'\r\n/tmp/ccEJlE4k.o: In function = `test_not_islessequal':\r\n/tmp/ccEJlE4k.o(.text+0x294): undefined = reference to `__builtin_islessequal'\r\n/tmp/ccEJlE4k.o: In function = `test_isgreater':\r\n/tmp/ccEJlE4k.o(.text+0x2b0): undefined reference = to `__builtin_isgreater'\r\n/tmp/ccEJlE4k.o: In function = `test_not_isgreater':\r\n/tmp/ccEJlE4k.o(.text+0x2b8): undefined = reference to `__builtin_isgreater'\r\n/tmp/ccEJlE4k.o: In function = `test_isgreaterequal':\r\n/tmp/ccEJlE4k.o(.text+0x2d4): undefined = reference to `__builtin_isgreaterequal'\r\n/tmp/ccEJlE4k.o: In function = `test_not_isgreaterequal':\r\n/tmp/ccEJlE4k.o(.text+0x2dc): undefined = reference to `__builtin_isgreaterequal'\r\n/tmp/ccEJlE4k.o: In function = `test_islessgreater':\r\n/tmp/ccEJlE4k.o(.text+0x2f8): undefined = reference to `__builtin_islessgreater'\r\n/tmp/ccEJlE4k.o: In function = `test_not_islessgreater':\r\n/tmp/ccEJlE4k.o(.text+0x300): undefined = reference to `__builtin_islessgreater'\r\ncollect2: ld returned 1 exit = status\r\n" (spawn_id exp7) match regular expression ".+"? yes expect: set expect_out(0,string) "/tmp/ccEJlE4k.o: In function = `test_isunordered':\r\n/tmp/ccEJlE4k.o(.text+0x244): undefined reference = to `__builtin_isunordered'\r\n/tmp/ccEJlE4k.o: In function = `test_not_isunordered':\r\n/tmp/ccEJlE4k.o(.text+0x24c): undefined = reference to `__builtin_isunordered'\r\n/tmp/ccEJlE4k.o: In function = `test_isless':\r\n/tmp/ccEJlE4k.o(.text+0x268): undefined reference to = `__builtin_isless'\r\n/tmp/ccEJlE4k.o: In function = `test_not_isless':\r\n/tmp/ccEJlE4k.o(.text+0x270): undefined reference = to `__builtin_isless'\r\n/tmp/ccEJlE4k.o: In function = `test_islessequal':\r\n/tmp/ccEJlE4k.o(.text+0x28c): undefined reference = to `__builtin_islessequal'\r\n/tmp/ccEJlE4k.o: In function = `test_not_islessequal':\r\n/tmp/ccEJlE4k.o(.text+0x294): undefined = reference to `__builtin_islessequal'\r\n/tmp/ccEJlE4k.o: In function = `test_isgreater':\r\n/tmp/ccEJlE4k.o(.text+0x2b0): undefined reference = to `__builtin_isgreater'\r\n/tmp/ccEJlE4k.o: In function = `test_not_isgreater':\r\n/tmp/ccEJlE4k.o(.text+0x2b8): undefined = reference to `__builtin_isgreater'\r\n/tmp/ccEJlE4k.o: In function = `test_isgreaterequal':\r\n/tmp/ccEJlE4k.o(.text+0x2d4): undefined = reference to `__builtin_isgreaterequal'\r\n/tmp/ccEJlE4k.o: In function = `test_not_isgreaterequal':\r\n/tmp/ccEJlE4k.o(.text+0x2dc): undefined = reference to `__builtin_isgreaterequal'\r\n/tmp/ccEJlE4k.o: In function = `test_islessgreater':\r\n/tmp/ccEJlE4k.o(.text+0x2f8): undefined = reference to `__builtin_islessgreater'\r\n/tmp/ccEJlE4k.o: In function = `test_not_islessgreater':\r\n/tmp/ccEJlE4k.o(.text+0x300): undefined = reference to `__builtin_islessgreater'\r\ncollect2: ld returned 1 exit = status\r\n" expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "/tmp/ccEJlE4k.o: In function = `test_isunordered':\r\n/tmp/ccEJlE4k.o(.text+0x244): undefined reference = to `__builtin_isunordered'\r\n/tmp/ccEJlE4k.o: In function = `test_not_isunordered':\r\n/tmp/ccEJlE4k.o(.text+0x24c): undefined = reference to `__builtin_isunordered'\r\n/tmp/ccEJlE4k.o: In function = `test_isless':\r\n/tmp/ccEJlE4k.o(.text+0x268): undefined reference to = `__builtin_isless'\r\n/tmp/ccEJlE4k.o: In function = `test_not_isless':\r\n/tmp/ccEJlE4k.o(.text+0x270): undefined reference = to `__builtin_isless'\r\n/tmp/ccEJlE4k.o: In function = `test_islessequal':\r\n/tmp/ccEJlE4k.o(.text+0x28c): undefined reference = to `__builtin_islessequal'\r\n/tmp/ccEJlE4k.o: In function = `test_not_islessequal':\r\n/tmp/ccEJlE4k.o(.text+0x294): undefined = reference to `__builtin_islessequal'\r\n/tmp/ccEJlE4k.o: In function = `test_isgreater':\r\n/tmp/ccEJlE4k.o(.text+0x2b0): undefined reference = to `__builtin_isgreater'\r\n/tmp/ccEJlE4k.o: In function = `test_not_isgreater':\r\n/tmp/ccEJlE4k.o(.text+0x2b8): undefined = reference to `__builtin_isgreater'\r\n/tmp/ccEJlE4k.o: In function = `test_isgreaterequal':\r\n/tmp/ccEJlE4k.o(.text+0x2d4): undefined = reference to `__builtin_isgreaterequal'\r\n/tmp/ccEJlE4k.o: In function = `test_not_isgreaterequal':\r\n/tmp/ccEJlE4k.o(.text+0x2dc): undefined = reference to `__builtin_isgreaterequal'\r\n/tmp/ccEJlE4k.o: In function = `test_islessgreater':\r\n/tmp/ccEJlE4k.o(.text+0x2f8): undefined = reference to `__builtin_islessgreater'\r\n/tmp/ccEJlE4k.o: In function = `test_not_islessgreater':\r\n/tmp/ccEJlE4k.o(.text+0x300): undefined = reference to `__builtin_islessgreater'\r\ncollect2: ld returned 1 exit = status\r\n" expect: continuing expect expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 6846 exp7 0 1=0A= close result is 6846 exp7 0 1=0A= output is /tmp/ccEJlE4k.o: In function `test_isunordered': /tmp/ccEJlE4k.o(.text+0x244): undefined reference to = `__builtin_isunordered' /tmp/ccEJlE4k.o: In function `test_not_isunordered': /tmp/ccEJlE4k.o(.text+0x24c): undefined reference to = `__builtin_isunordered' /tmp/ccEJlE4k.o: In function `test_isless': /tmp/ccEJlE4k.o(.text+0x268): undefined reference to `__builtin_isless' /tmp/ccEJlE4k.o: In function `test_not_isless': /tmp/ccEJlE4k.o(.text+0x270): undefined reference to `__builtin_isless' /tmp/ccEJlE4k.o: In function `test_islessequal': /tmp/ccEJlE4k.o(.text+0x28c): undefined reference to = `__builtin_islessequal' /tmp/ccEJlE4k.o: In function `test_not_islessequal': /tmp/ccEJlE4k.o(.text+0x294): undefined reference to = `__builtin_islessequal' /tmp/ccEJlE4k.o: In function `test_isgreater': /tmp/ccEJlE4k.o(.text+0x2b0): undefined reference to = `__builtin_isgreater' /tmp/ccEJlE4k.o: In function `test_not_isgreater': /tmp/ccEJlE4k.o(.text+0x2b8): undefined reference to = `__builtin_isgreater' /tmp/ccEJlE4k.o: In function `test_isgreaterequal': /tmp/ccEJlE4k.o(.text+0x2d4): undefined reference to = `__builtin_isgreaterequal' /tmp/ccEJlE4k.o: In function `test_not_isgreaterequal': /tmp/ccEJlE4k.o(.text+0x2dc): undefined reference to = `__builtin_isgreaterequal' /tmp/ccEJlE4k.o: In function `test_islessgreater': /tmp/ccEJlE4k.o(.text+0x2f8): undefined reference to = `__builtin_islessgreater' /tmp/ccEJlE4k.o: In function `test_not_islessgreater': /tmp/ccEJlE4k.o(.text+0x300): undefined reference to = `__builtin_islessgreater' collect2: ld returned 1 exit status =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= compiler exited with status 1=0A= output is:=0A= /tmp/ccEJlE4k.o: In function `test_isunordered': /tmp/ccEJlE4k.o(.text+0x244): undefined reference to = `__builtin_isunordered' /tmp/ccEJlE4k.o: In function `test_not_isunordered': /tmp/ccEJlE4k.o(.text+0x24c): undefined reference to = `__builtin_isunordered' /tmp/ccEJlE4k.o: In function `test_isless': /tmp/ccEJlE4k.o(.text+0x268): undefined reference to `__builtin_isless' /tmp/ccEJlE4k.o: In function `test_not_isless': /tmp/ccEJlE4k.o(.text+0x270): undefined reference to `__builtin_isless' /tmp/ccEJlE4k.o: In function `test_islessequal': /tmp/ccEJlE4k.o(.text+0x28c): undefined reference to = `__builtin_islessequal' /tmp/ccEJlE4k.o: In function `test_not_islessequal': /tmp/ccEJlE4k.o(.text+0x294): undefined reference to = `__builtin_islessequal' /tmp/ccEJlE4k.o: In function `test_isgreater': /tmp/ccEJlE4k.o(.text+0x2b0): undefined reference to = `__builtin_isgreater' /tmp/ccEJlE4k.o: In function `test_not_isgreater': /tmp/ccEJlE4k.o(.text+0x2b8): undefined reference to = `__builtin_isgreater' /tmp/ccEJlE4k.o: In function `test_isgreaterequal': /tmp/ccEJlE4k.o(.text+0x2d4): undefined reference to = `__builtin_isgreaterequal' /tmp/ccEJlE4k.o: In function `test_not_isgreaterequal': /tmp/ccEJlE4k.o(.text+0x2dc): undefined reference to = `__builtin_isgreaterequal' /tmp/ccEJlE4k.o: In function `test_islessgreater': /tmp/ccEJlE4k.o(.text+0x2f8): undefined reference to = `__builtin_islessgreater' /tmp/ccEJlE4k.o: In function `test_not_islessgreater': /tmp/ccEJlE4k.o(.text+0x300): undefined reference to = `__builtin_islessgreater' collect2: ld returned 1 exit status =0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= FAIL: gcc.c-torture/execute/ieee/fp-cmp-5.c compilation, -O3 = -fomit-frame-pointer -funroll-all-loops -finline-functions =0A= UNRESOLVED: gcc.c-torture/execute/ieee/fp-cmp-5.c execution, -O3 = -fomit-frame-pointer -funroll-all-loops -finline-functions =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/fp-cmp-5.x5 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/fp-cmp-5.x6 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/fp-cmp-5.c, -O3 -g =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-5.c -w -O3 -g -DSTACK_SIZE=3D16384 -lm -o = /tmp/fp-cmp-5.x6=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-5.c -w -O3 -g -DSTACK_SIZE=3D16384 -lm -o = /tmp/fp-cmp-5.x6 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6854} pid is 6854 -6854=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no /tmp/cc8KOnOs.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/fp-cmp-5.c:6: undefined reference to = `__builtin_isunordered' /tmp/cc8KOnOs.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/fp-cmp-5.c:12: undefined reference to = `__builtin_isunordered' /tmp/cc8KOnOs.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/fp-cmp-5.c:18: undefined reference to = `__builtin_isless' /tmp/cc8KOnOs.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/fp-cmp-5.c:24: undefined reference to = `__builtin_isless' /tmp/cc8KOnOs.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/fp-cmp-5.c:30: undefined reference to = `__builtin_islessequal' /tmp/cc8KOnOs.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/fp-cmp-5.c:36: undefined reference to = `__builtin_islessequal' /tmp/cc8KOnOs.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/fp-cmp-5.c:42: undefined reference to = `__builtin_isgreater' /tmp/cc8KOnOs.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/fp-cmp-5.c:48: undefined reference to = `__builtin_isgreater' /tmp/cc8KOnOs.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/fp-cmp-5.c:54: undefined reference to = `__builtin_isgreaterequal' /tmp/cc8KOnOs.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/fp-cmp-5.c:60: undefined reference to = `__builtin_isgreaterequal' /tmp/cc8KOnOs.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/fp-cmp-5.c:66: undefined reference to = `__builtin_islessgreater' /tmp/cc8KOnOs.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/fp-cmp-5.c:72: undefined reference to = `__builtin_islessgreater' collect2: ld returned 1 exit status expect: does = "/tmp/cc8KOnOs.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite= /gcc.c-torture/execute/ieee/fp-cmp-5.c:6: undefined reference to = `__builtin_isunordered'\r\n/tmp/cc8KOnOs.o:/home/deepakj/testing/testsuit= es/gcc-3.4.4/gcc/testsuite/gcc.c-torture/execute/ieee/fp-cmp-5.c:12: = undefined reference to = `__builtin_isunordered'\r\n/tmp/cc8KOnOs.o:/home/deepakj/testing/testsuit= es/gcc-3.4.4/gcc/testsuite/gcc.c-torture/execute/ieee/fp-cmp-5.c:18: = undefined reference to = `__builtin_isless'\r\n/tmp/cc8KOnOs.o:/home/deepakj/testing/testsuites/gc= c-3.4.4/gcc/testsuite/gcc.c-torture/execute/ieee/fp-cmp-5.c:24: = undefined reference to = `__builtin_isless'\r\n/tmp/cc8KOnOs.o:/home/deepakj/testing/testsuites/gc= c-3.4.4/gcc/testsuite/gcc.c-torture/execute/ieee/fp-cmp-5.c:30: = undefined reference to = `__builtin_islessequal'\r\n/tmp/cc8KOnOs.o:/home/deepakj/testing/testsuit= es/gcc-3.4.4/gcc/testsuite/gcc.c-torture/execute/ieee/fp-cmp-5.c:36: = undefined reference to = `__builtin_islessequal'\r\n/tmp/cc8KOnOs.o:/home/deepakj/testing/testsuit= es/gcc-3.4.4/gcc/testsuite/gcc.c-torture/execute/ieee/fp-cmp-5.c:42: = undefined reference to = `__builtin_isgreater'\r\n/tmp/cc8KOnOs.o:/home/deepakj/testing/testsuites= /gcc-3.4.4/gcc/testsuite/gcc.c-torture/execute/ieee/fp-cmp-5.c:48: = undefined reference to = `__builtin_isgreater'\r\n/tmp/cc8KOnOs.o:/home/deepakj/testing/testsuites= /gcc-3.4.4/gcc/testsuite/gcc.c-torture/execute/ieee/fp-cmp-5.c:54: = undefined reference to = `__builtin_isgreaterequal'\r\n/tmp/cc8KOnOs.o:/home/deepakj/testing/tests= uites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/execute/ieee/fp-cmp-5.c:60: = undefined reference to = `__builtin_isgreaterequal'\r\n/tmp/cc8KOnOs.o:/home/deepakj/testing/tests= uites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/execute/ieee/fp-cmp-5.c:66: = undefined reference to = `__builtin_islessgreater'\r\n/tmp/cc8KOnOs.o:/home/deepakj/testing/testsu= ites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/execute/ieee/fp-cmp-5.c:72: = undefined reference to `__builtin_islessgreater'\r\ncollect2: ld = returned 1 exit status\r\n" (spawn_id exp7) match regular expression = ".+"? yes expect: set expect_out(0,string) = "/tmp/cc8KOnOs.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite= /gcc.c-torture/execute/ieee/fp-cmp-5.c:6: undefined reference to = `__builtin_isunordered'\r\n/tmp/cc8KOnOs.o:/home/deepakj/testing/testsuit= es/gcc-3.4.4/gcc/testsuite/gcc.c-torture/execute/ieee/fp-cmp-5.c:12: = undefined reference to = `__builtin_isunordered'\r\n/tmp/cc8KOnOs.o:/home/deepakj/testing/testsuit= es/gcc-3.4.4/gcc/testsuite/gcc.c-torture/execute/ieee/fp-cmp-5.c:18: = undefined reference to = `__builtin_isless'\r\n/tmp/cc8KOnOs.o:/home/deepakj/testing/testsuites/gc= c-3.4.4/gcc/testsuite/gcc.c-torture/execute/ieee/fp-cmp-5.c:24: = undefined reference to = `__builtin_isless'\r\n/tmp/cc8KOnOs.o:/home/deepakj/testing/testsuites/gc= c-3.4.4/gcc/testsuite/gcc.c-torture/execute/ieee/fp-cmp-5.c:30: = undefined reference to = `__builtin_islessequal'\r\n/tmp/cc8KOnOs.o:/home/deepakj/testing/testsuit= es/gcc-3.4.4/gcc/testsuite/gcc.c-torture/execute/ieee/fp-cmp-5.c:36: = undefined reference to = `__builtin_islessequal'\r\n/tmp/cc8KOnOs.o:/home/deepakj/testing/testsuit= es/gcc-3.4.4/gcc/testsuite/gcc.c-torture/execute/ieee/fp-cmp-5.c:42: = undefined reference to = `__builtin_isgreater'\r\n/tmp/cc8KOnOs.o:/home/deepakj/testing/testsuites= /gcc-3.4.4/gcc/testsuite/gcc.c-torture/execute/ieee/fp-cmp-5.c:48: = undefined reference to = `__builtin_isgreater'\r\n/tmp/cc8KOnOs.o:/home/deepakj/testing/testsuites= /gcc-3.4.4/gcc/testsuite/gcc.c-torture/execute/ieee/fp-cmp-5.c:54: = undefined reference to = `__builtin_isgreaterequal'\r\n/tmp/cc8KOnOs.o:/home/deepakj/testing/tests= uites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/execute/ieee/fp-cmp-5.c:60: = undefined reference to = `__builtin_isgreaterequal'\r\n/tmp/cc8KOnOs.o:/home/deepakj/testing/tests= uites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/execute/ieee/fp-cmp-5.c:66: = undefined reference to = `__builtin_islessgreater'\r\n/tmp/cc8KOnOs.o:/home/deepakj/testing/testsu= ites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/execute/ieee/fp-cmp-5.c:72: = undefined reference to `__builtin_islessgreater'\r\ncollect2: ld = returned 1 exit status\r\n" expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) = "/tmp/cc8KOnOs.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite= /gcc.c-torture/execute/ieee/fp-cmp-5.c:6: undefined reference to = `__builtin_isunordered'\r\n/tmp/cc8KOnOs.o:/home/deepakj/testing/testsuit= es/gcc-3.4.4/gcc/testsuite/gcc.c-torture/execute/ieee/fp-cmp-5.c:12: = undefined reference to = `__builtin_isunordered'\r\n/tmp/cc8KOnOs.o:/home/deepakj/testing/testsuit= es/gcc-3.4.4/gcc/testsuite/gcc.c-torture/execute/ieee/fp-cmp-5.c:18: = undefined reference to = `__builtin_isless'\r\n/tmp/cc8KOnOs.o:/home/deepakj/testing/testsuites/gc= c-3.4.4/gcc/testsuite/gcc.c-torture/execute/ieee/fp-cmp-5.c:24: = undefined reference to = `__builtin_isless'\r\n/tmp/cc8KOnOs.o:/home/deepakj/testing/testsuites/gc= c-3.4.4/gcc/testsuite/gcc.c-torture/execute/ieee/fp-cmp-5.c:30: = undefined reference to = `__builtin_islessequal'\r\n/tmp/cc8KOnOs.o:/home/deepakj/testing/testsuit= es/gcc-3.4.4/gcc/testsuite/gcc.c-torture/execute/ieee/fp-cmp-5.c:36: = undefined reference to = `__builtin_islessequal'\r\n/tmp/cc8KOnOs.o:/home/deepakj/testing/testsuit= es/gcc-3.4.4/gcc/testsuite/gcc.c-torture/execute/ieee/fp-cmp-5.c:42: = undefined reference to = `__builtin_isgreater'\r\n/tmp/cc8KOnOs.o:/home/deepakj/testing/testsuites= /gcc-3.4.4/gcc/testsuite/gcc.c-torture/execute/ieee/fp-cmp-5.c:48: = undefined reference to = `__builtin_isgreater'\r\n/tmp/cc8KOnOs.o:/home/deepakj/testing/testsuites= /gcc-3.4.4/gcc/testsuite/gcc.c-torture/execute/ieee/fp-cmp-5.c:54: = undefined reference to = `__builtin_isgreaterequal'\r\n/tmp/cc8KOnOs.o:/home/deepakj/testing/tests= uites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/execute/ieee/fp-cmp-5.c:60: = undefined reference to = `__builtin_isgreaterequal'\r\n/tmp/cc8KOnOs.o:/home/deepakj/testing/tests= uites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/execute/ieee/fp-cmp-5.c:66: = undefined reference to = `__builtin_islessgreater'\r\n/tmp/cc8KOnOs.o:/home/deepakj/testing/testsu= ites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/execute/ieee/fp-cmp-5.c:72: = undefined reference to `__builtin_islessgreater'\r\ncollect2: ld = returned 1 exit status\r\n" expect: continuing expect expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 6854 exp7 0 1=0A= close result is 6854 exp7 0 1=0A= output is = /tmp/cc8KOnOs.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/fp-cmp-5.c:6: undefined reference to = `__builtin_isunordered' /tmp/cc8KOnOs.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/fp-cmp-5.c:12: undefined reference to = `__builtin_isunordered' /tmp/cc8KOnOs.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/fp-cmp-5.c:18: undefined reference to = `__builtin_isless' /tmp/cc8KOnOs.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/fp-cmp-5.c:24: undefined reference to = `__builtin_isless' /tmp/cc8KOnOs.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/fp-cmp-5.c:30: undefined reference to = `__builtin_islessequal' /tmp/cc8KOnOs.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/fp-cmp-5.c:36: undefined reference to = `__builtin_islessequal' /tmp/cc8KOnOs.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/fp-cmp-5.c:42: undefined reference to = `__builtin_isgreater' /tmp/cc8KOnOs.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/fp-cmp-5.c:48: undefined reference to = `__builtin_isgreater' /tmp/cc8KOnOs.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/fp-cmp-5.c:54: undefined reference to = `__builtin_isgreaterequal' /tmp/cc8KOnOs.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/fp-cmp-5.c:60: undefined reference to = `__builtin_isgreaterequal' /tmp/cc8KOnOs.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/fp-cmp-5.c:66: undefined reference to = `__builtin_islessgreater' /tmp/cc8KOnOs.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/fp-cmp-5.c:72: undefined reference to = `__builtin_islessgreater' collect2: ld returned 1 exit status =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= compiler exited with status 1=0A= output is:=0A= /tmp/cc8KOnOs.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/fp-cmp-5.c:6: undefined reference to = `__builtin_isunordered' /tmp/cc8KOnOs.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/fp-cmp-5.c:12: undefined reference to = `__builtin_isunordered' /tmp/cc8KOnOs.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/fp-cmp-5.c:18: undefined reference to = `__builtin_isless' /tmp/cc8KOnOs.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/fp-cmp-5.c:24: undefined reference to = `__builtin_isless' /tmp/cc8KOnOs.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/fp-cmp-5.c:30: undefined reference to = `__builtin_islessequal' /tmp/cc8KOnOs.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/fp-cmp-5.c:36: undefined reference to = `__builtin_islessequal' /tmp/cc8KOnOs.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/fp-cmp-5.c:42: undefined reference to = `__builtin_isgreater' /tmp/cc8KOnOs.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/fp-cmp-5.c:48: undefined reference to = `__builtin_isgreater' /tmp/cc8KOnOs.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/fp-cmp-5.c:54: undefined reference to = `__builtin_isgreaterequal' /tmp/cc8KOnOs.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/fp-cmp-5.c:60: undefined reference to = `__builtin_isgreaterequal' /tmp/cc8KOnOs.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/fp-cmp-5.c:66: undefined reference to = `__builtin_islessgreater' /tmp/cc8KOnOs.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/fp-cmp-5.c:72: undefined reference to = `__builtin_islessgreater' collect2: ld returned 1 exit status =0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= FAIL: gcc.c-torture/execute/ieee/fp-cmp-5.c compilation, -O3 -g =0A= UNRESOLVED: gcc.c-torture/execute/ieee/fp-cmp-5.c execution, -O3 -g =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/fp-cmp-5.x6 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/fp-cmp-5.x7 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/fp-cmp-5.c, -Os =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-5.c -w -Os -DSTACK_SIZE=3D16384 -lm -o = /tmp/fp-cmp-5.x7=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-5.c -w -Os -DSTACK_SIZE=3D16384 -lm -o = /tmp/fp-cmp-5.x7 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6862} pid is 6862 -6862=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no /tmp/ccOOnF3G.o: In function `test_isunordered': /tmp/ccOOnF3G.o(.text+0xc): undefined reference to = `__builtin_isunordered' /tmp/ccOOnF3G.o: In function `test_not_isunordered': /tmp/ccOOnF3G.o(.text+0x20): undefined reference to = `__builtin_isunordered' /tmp/ccOOnF3G.o: In function `test_isless': /tmp/ccOOnF3G.o(.text+0x40): undefined reference to `__builtin_isless' /tmp/ccOOnF3G.o: In function `test_not_isless': /tmp/ccOOnF3G.o(.text+0x54): undefined reference to `__builtin_isless' /tmp/ccOOnF3G.o: In function `test_islessequal': /tmp/ccOOnF3G.o(.text+0x74): undefined reference to = `__builtin_islessequal' /tmp/ccOOnF3G.o: In function `test_not_islessequal': /tmp/ccOOnF3G.o(.text+0x88): undefined reference to = `__builtin_islessequal' /tmp/ccOOnF3G.o: In function `test_isgreater': /tmp/ccOOnF3G.o(.text+0xa8): undefined reference to = `__builtin_isgreater' /tmp/ccOOnF3G.o: In function `test_not_isgreater': /tmp/ccOOnF3G.o(.text+0xbc): undefined reference to = `__builtin_isgreater' /tmp/ccOOnF3G.o: In function `test_isgreaterequal': /tmp/ccOOnF3G.o(.text+0xdc): undefined reference to = `__builtin_isgreaterequal' /tmp/ccOOnF3G.o: In function `test_not_isgreaterequal': /tmp/ccOOnF3G.o(.text+0xf0): undefined reference to = `__builtin_isgreaterequal' /tmp/ccOOnF3G.o: In function `test_islessgreater': /tmp/ccOOnF3G.o(.text+0x110): undefined reference to = `__builtin_islessgreater' /tmp/ccOOnF3G.o: In function `test_not_islessgreater': /tmp/ccOOnF3G.o(.text+0x124): undefined reference to = `__builtin_islessgreater' collect2: ld returned 1 exit status expect: does "/tmp/ccOOnF3G.o: In function = `test_isunordered':\r\n/tmp/ccOOnF3G.o(.text+0xc): undefined reference = to `__builtin_isunordered'\r\n/tmp/ccOOnF3G.o: In function = `test_not_isunordered':\r\n/tmp/ccOOnF3G.o(.text+0x20): undefined = reference to `__builtin_isunordered'\r\n/tmp/ccOOnF3G.o: In function = `test_isless':\r\n/tmp/ccOOnF3G.o(.text+0x40): undefined reference to = `__builtin_isless'\r\n/tmp/ccOOnF3G.o: In function = `test_not_isless':\r\n/tmp/ccOOnF3G.o(.text+0x54): undefined reference = to `__builtin_isless'\r\n/tmp/ccOOnF3G.o: In function = `test_islessequal':\r\n/tmp/ccOOnF3G.o(.text+0x74): undefined reference = to `__builtin_islessequal'\r\n/tmp/ccOOnF3G.o: In function = `test_not_islessequal':\r\n/tmp/ccOOnF3G.o(.text+0x88): undefined = reference to `__builtin_islessequal'\r\n/tmp/ccOOnF3G.o: In function = `test_isgreater':\r\n/tmp/ccOOnF3G.o(.text+0xa8): undefined reference to = `__builtin_isgreater'\r\n/tmp/ccOOnF3G.o: In function = `test_not_isgreater':\r\n/tmp/ccOOnF3G.o(.text+0xbc): undefined = reference to `__builtin_isgreater'\r\n/tmp/ccOOnF3G.o: In function = `test_isgreaterequal':\r\n/tmp/ccOOnF3G.o(.text+0xdc): undefined = reference to `__builtin_isgreaterequal'\r\n/tmp/ccOOnF3G.o: In function = `test_not_isgreaterequal':\r\n/tmp/ccOOnF3G.o(.text+0xf0): undefined = reference to `__builtin_isgreaterequal'\r\n/tmp/ccOOnF3G.o: In function = `test_islessgreater':\r\n/tmp/ccOOnF3G.o(.text+0x110): undefined = reference to `__builtin_islessgreater'\r\n/tmp/ccOOnF3G.o: In function = `test_not_islessgreater':\r\n/tmp/ccOOnF3G.o(.text+0x124): undefined = reference to `__builtin_islessgreater'\r\ncollect2: ld returned 1 exit = status\r\n" (spawn_id exp7) match regular expression ".+"? yes expect: set expect_out(0,string) "/tmp/ccOOnF3G.o: In function = `test_isunordered':\r\n/tmp/ccOOnF3G.o(.text+0xc): undefined reference = to `__builtin_isunordered'\r\n/tmp/ccOOnF3G.o: In function = `test_not_isunordered':\r\n/tmp/ccOOnF3G.o(.text+0x20): undefined = reference to `__builtin_isunordered'\r\n/tmp/ccOOnF3G.o: In function = `test_isless':\r\n/tmp/ccOOnF3G.o(.text+0x40): undefined reference to = `__builtin_isless'\r\n/tmp/ccOOnF3G.o: In function = `test_not_isless':\r\n/tmp/ccOOnF3G.o(.text+0x54): undefined reference = to `__builtin_isless'\r\n/tmp/ccOOnF3G.o: In function = `test_islessequal':\r\n/tmp/ccOOnF3G.o(.text+0x74): undefined reference = to `__builtin_islessequal'\r\n/tmp/ccOOnF3G.o: In function = `test_not_islessequal':\r\n/tmp/ccOOnF3G.o(.text+0x88): undefined = reference to `__builtin_islessequal'\r\n/tmp/ccOOnF3G.o: In function = `test_isgreater':\r\n/tmp/ccOOnF3G.o(.text+0xa8): undefined reference to = `__builtin_isgreater'\r\n/tmp/ccOOnF3G.o: In function = `test_not_isgreater':\r\n/tmp/ccOOnF3G.o(.text+0xbc): undefined = reference to `__builtin_isgreater'\r\n/tmp/ccOOnF3G.o: In function = `test_isgreaterequal':\r\n/tmp/ccOOnF3G.o(.text+0xdc): undefined = reference to `__builtin_isgreaterequal'\r\n/tmp/ccOOnF3G.o: In function = `test_not_isgreaterequal':\r\n/tmp/ccOOnF3G.o(.text+0xf0): undefined = reference to `__builtin_isgreaterequal'\r\n/tmp/ccOOnF3G.o: In function = `test_islessgreater':\r\n/tmp/ccOOnF3G.o(.text+0x110): undefined = reference to `__builtin_islessgreater'\r\n/tmp/ccOOnF3G.o: In function = `test_not_islessgreater':\r\n/tmp/ccOOnF3G.o(.text+0x124): undefined = reference to `__builtin_islessgreater'\r\ncollect2: ld returned 1 exit = status\r\n" expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "/tmp/ccOOnF3G.o: In function = `test_isunordered':\r\n/tmp/ccOOnF3G.o(.text+0xc): undefined reference = to `__builtin_isunordered'\r\n/tmp/ccOOnF3G.o: In function = `test_not_isunordered':\r\n/tmp/ccOOnF3G.o(.text+0x20): undefined = reference to `__builtin_isunordered'\r\n/tmp/ccOOnF3G.o: In function = `test_isless':\r\n/tmp/ccOOnF3G.o(.text+0x40): undefined reference to = `__builtin_isless'\r\n/tmp/ccOOnF3G.o: In function = `test_not_isless':\r\n/tmp/ccOOnF3G.o(.text+0x54): undefined reference = to `__builtin_isless'\r\n/tmp/ccOOnF3G.o: In function = `test_islessequal':\r\n/tmp/ccOOnF3G.o(.text+0x74): undefined reference = to `__builtin_islessequal'\r\n/tmp/ccOOnF3G.o: In function = `test_not_islessequal':\r\n/tmp/ccOOnF3G.o(.text+0x88): undefined = reference to `__builtin_islessequal'\r\n/tmp/ccOOnF3G.o: In function = `test_isgreater':\r\n/tmp/ccOOnF3G.o(.text+0xa8): undefined reference to = `__builtin_isgreater'\r\n/tmp/ccOOnF3G.o: In function = `test_not_isgreater':\r\n/tmp/ccOOnF3G.o(.text+0xbc): undefined = reference to `__builtin_isgreater'\r\n/tmp/ccOOnF3G.o: In function = `test_isgreaterequal':\r\n/tmp/ccOOnF3G.o(.text+0xdc): undefined = reference to `__builtin_isgreaterequal'\r\n/tmp/ccOOnF3G.o: In function = `test_not_isgreaterequal':\r\n/tmp/ccOOnF3G.o(.text+0xf0): undefined = reference to `__builtin_isgreaterequal'\r\n/tmp/ccOOnF3G.o: In function = `test_islessgreater':\r\n/tmp/ccOOnF3G.o(.text+0x110): undefined = reference to `__builtin_islessgreater'\r\n/tmp/ccOOnF3G.o: In function = `test_not_islessgreater':\r\n/tmp/ccOOnF3G.o(.text+0x124): undefined = reference to `__builtin_islessgreater'\r\ncollect2: ld returned 1 exit = status\r\n" expect: continuing expect expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 6862 exp7 0 1=0A= close result is 6862 exp7 0 1=0A= output is /tmp/ccOOnF3G.o: In function `test_isunordered': /tmp/ccOOnF3G.o(.text+0xc): undefined reference to = `__builtin_isunordered' /tmp/ccOOnF3G.o: In function `test_not_isunordered': /tmp/ccOOnF3G.o(.text+0x20): undefined reference to = `__builtin_isunordered' /tmp/ccOOnF3G.o: In function `test_isless': /tmp/ccOOnF3G.o(.text+0x40): undefined reference to `__builtin_isless' /tmp/ccOOnF3G.o: In function `test_not_isless': /tmp/ccOOnF3G.o(.text+0x54): undefined reference to `__builtin_isless' /tmp/ccOOnF3G.o: In function `test_islessequal': /tmp/ccOOnF3G.o(.text+0x74): undefined reference to = `__builtin_islessequal' /tmp/ccOOnF3G.o: In function `test_not_islessequal': /tmp/ccOOnF3G.o(.text+0x88): undefined reference to = `__builtin_islessequal' /tmp/ccOOnF3G.o: In function `test_isgreater': /tmp/ccOOnF3G.o(.text+0xa8): undefined reference to = `__builtin_isgreater' /tmp/ccOOnF3G.o: In function `test_not_isgreater': /tmp/ccOOnF3G.o(.text+0xbc): undefined reference to = `__builtin_isgreater' /tmp/ccOOnF3G.o: In function `test_isgreaterequal': /tmp/ccOOnF3G.o(.text+0xdc): undefined reference to = `__builtin_isgreaterequal' /tmp/ccOOnF3G.o: In function `test_not_isgreaterequal': /tmp/ccOOnF3G.o(.text+0xf0): undefined reference to = `__builtin_isgreaterequal' /tmp/ccOOnF3G.o: In function `test_islessgreater': /tmp/ccOOnF3G.o(.text+0x110): undefined reference to = `__builtin_islessgreater' /tmp/ccOOnF3G.o: In function `test_not_islessgreater': /tmp/ccOOnF3G.o(.text+0x124): undefined reference to = `__builtin_islessgreater' collect2: ld returned 1 exit status =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= compiler exited with status 1=0A= output is:=0A= /tmp/ccOOnF3G.o: In function `test_isunordered': /tmp/ccOOnF3G.o(.text+0xc): undefined reference to = `__builtin_isunordered' /tmp/ccOOnF3G.o: In function `test_not_isunordered': /tmp/ccOOnF3G.o(.text+0x20): undefined reference to = `__builtin_isunordered' /tmp/ccOOnF3G.o: In function `test_isless': /tmp/ccOOnF3G.o(.text+0x40): undefined reference to `__builtin_isless' /tmp/ccOOnF3G.o: In function `test_not_isless': /tmp/ccOOnF3G.o(.text+0x54): undefined reference to `__builtin_isless' /tmp/ccOOnF3G.o: In function `test_islessequal': /tmp/ccOOnF3G.o(.text+0x74): undefined reference to = `__builtin_islessequal' /tmp/ccOOnF3G.o: In function `test_not_islessequal': /tmp/ccOOnF3G.o(.text+0x88): undefined reference to = `__builtin_islessequal' /tmp/ccOOnF3G.o: In function `test_isgreater': /tmp/ccOOnF3G.o(.text+0xa8): undefined reference to = `__builtin_isgreater' /tmp/ccOOnF3G.o: In function `test_not_isgreater': /tmp/ccOOnF3G.o(.text+0xbc): undefined reference to = `__builtin_isgreater' /tmp/ccOOnF3G.o: In function `test_isgreaterequal': /tmp/ccOOnF3G.o(.text+0xdc): undefined reference to = `__builtin_isgreaterequal' /tmp/ccOOnF3G.o: In function `test_not_isgreaterequal': /tmp/ccOOnF3G.o(.text+0xf0): undefined reference to = `__builtin_isgreaterequal' /tmp/ccOOnF3G.o: In function `test_islessgreater': /tmp/ccOOnF3G.o(.text+0x110): undefined reference to = `__builtin_islessgreater' /tmp/ccOOnF3G.o: In function `test_not_islessgreater': /tmp/ccOOnF3G.o(.text+0x124): undefined reference to = `__builtin_islessgreater' collect2: ld returned 1 exit status =0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= FAIL: gcc.c-torture/execute/ieee/fp-cmp-5.c compilation, -Os =0A= UNRESOLVED: gcc.c-torture/execute/ieee/fp-cmp-5.c execution, -Os =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/fp-cmp-5.x7 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/fp-cmp-6.x0 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/fp-cmp-6.c, -O0 =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-6.c -w -O0 -DSTACK_SIZE=3D16384 -lm -o = /tmp/fp-cmp-6.x0=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-6.c -w -O0 -DSTACK_SIZE=3D16384 -lm -o = /tmp/fp-cmp-6.x0 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6871} pid is 6871 -6871=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 6871 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/fp-cmp-6.c compilation, -O0 =0A= board_info target exists no_long_long=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/fp-cmp-6.x0 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/fp-cmp-6.x0 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/fp-cmp-6.x0 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6879} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/fp-cmp-6.c execution, -O0 =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/fp-cmp-6.x1 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/fp-cmp-6.c, -O1 =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-6.c -w -O1 -DSTACK_SIZE=3D16384 -lm -o = /tmp/fp-cmp-6.x1=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-6.c -w -O1 -DSTACK_SIZE=3D16384 -lm -o = /tmp/fp-cmp-6.x1 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6882} pid is 6882 -6882=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no /tmp/ccGSASV2.o: In function `main': /tmp/ccGSASV2.o(.text+0x38): undefined reference to `link_error' /tmp/ccGSASV2.o(.text+0x58): undefined reference to `link_error' /tmp/ccGSASV2.o(.text+0x78): undefined reference to `link_error' /tmp/ccGSASV2.o(.text+0x98): undefined reference to `link_error' /tmp/ccGSASV2.o(.text+0xb8): undefined reference to `link_error' /tmp/ccGSASV2.o(.text+0xd8): more undefined references to `link_error' = follow collect2: ld returned 1 exit status expect: does "/tmp/ccGSASV2.o: In function = `main':\r\n/tmp/ccGSASV2.o(.text+0x38): undefined reference to = `link_error'\r\n/tmp/ccGSASV2.o(.text+0x58): undefined reference to = `link_error'\r\n/tmp/ccGSASV2.o(.text+0x78): undefined reference to = `link_error'\r\n/tmp/ccGSASV2.o(.text+0x98): undefined reference to = `link_error'\r\n/tmp/ccGSASV2.o(.text+0xb8): undefined reference to = `link_error'\r\n/tmp/ccGSASV2.o(.text+0xd8): more undefined references = to `link_error' follow\r\ncollect2: ld returned 1 exit status\r\n" = (spawn_id exp7) match regular expression ".+"? yes expect: set expect_out(0,string) "/tmp/ccGSASV2.o: In function = `main':\r\n/tmp/ccGSASV2.o(.text+0x38): undefined reference to = `link_error'\r\n/tmp/ccGSASV2.o(.text+0x58): undefined reference to = `link_error'\r\n/tmp/ccGSASV2.o(.text+0x78): undefined reference to = `link_error'\r\n/tmp/ccGSASV2.o(.text+0x98): undefined reference to = `link_error'\r\n/tmp/ccGSASV2.o(.text+0xb8): undefined reference to = `link_error'\r\n/tmp/ccGSASV2.o(.text+0xd8): more undefined references = to `link_error' follow\r\ncollect2: ld returned 1 exit status\r\n" expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "/tmp/ccGSASV2.o: In function = `main':\r\n/tmp/ccGSASV2.o(.text+0x38): undefined reference to = `link_error'\r\n/tmp/ccGSASV2.o(.text+0x58): undefined reference to = `link_error'\r\n/tmp/ccGSASV2.o(.text+0x78): undefined reference to = `link_error'\r\n/tmp/ccGSASV2.o(.text+0x98): undefined reference to = `link_error'\r\n/tmp/ccGSASV2.o(.text+0xb8): undefined reference to = `link_error'\r\n/tmp/ccGSASV2.o(.text+0xd8): more undefined references = to `link_error' follow\r\ncollect2: ld returned 1 exit status\r\n" expect: continuing expect expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 6882 exp7 0 1=0A= close result is 6882 exp7 0 1=0A= output is /tmp/ccGSASV2.o: In function `main': /tmp/ccGSASV2.o(.text+0x38): undefined reference to `link_error' /tmp/ccGSASV2.o(.text+0x58): undefined reference to `link_error' /tmp/ccGSASV2.o(.text+0x78): undefined reference to `link_error' /tmp/ccGSASV2.o(.text+0x98): undefined reference to `link_error' /tmp/ccGSASV2.o(.text+0xb8): undefined reference to `link_error' /tmp/ccGSASV2.o(.text+0xd8): more undefined references to `link_error' = follow collect2: ld returned 1 exit status =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= compiler exited with status 1=0A= output is:=0A= /tmp/ccGSASV2.o: In function `main': /tmp/ccGSASV2.o(.text+0x38): undefined reference to `link_error' /tmp/ccGSASV2.o(.text+0x58): undefined reference to `link_error' /tmp/ccGSASV2.o(.text+0x78): undefined reference to `link_error' /tmp/ccGSASV2.o(.text+0x98): undefined reference to `link_error' /tmp/ccGSASV2.o(.text+0xb8): undefined reference to `link_error' /tmp/ccGSASV2.o(.text+0xd8): more undefined references to `link_error' = follow collect2: ld returned 1 exit status =0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= FAIL: gcc.c-torture/execute/ieee/fp-cmp-6.c compilation, -O1 =0A= UNRESOLVED: gcc.c-torture/execute/ieee/fp-cmp-6.c execution, -O1 =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/fp-cmp-6.x1 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/fp-cmp-6.x2 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/fp-cmp-6.c, -O2 =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-6.c -w -O2 -DSTACK_SIZE=3D16384 -lm -o = /tmp/fp-cmp-6.x2=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-6.c -w -O2 -DSTACK_SIZE=3D16384 -lm -o = /tmp/fp-cmp-6.x2 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6890} pid is 6890 -6890=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no /tmp/ccsX6awd.o: In function `main': /tmp/ccsX6awd.o(.text+0x3c): undefined reference to `link_error' /tmp/ccsX6awd.o(.text+0x60): undefined reference to `link_error' /tmp/ccsX6awd.o(.text+0x7c): undefined reference to `link_error' /tmp/ccsX6awd.o(.text+0x98): undefined reference to `link_error' /tmp/ccsX6awd.o(.text+0xb4): undefined reference to `link_error' /tmp/ccsX6awd.o(.text+0xd0): more undefined references to `link_error' = follow collect2: ld returned 1 exit status expect: does "/tmp/ccsX6awd.o: In function = `main':\r\n/tmp/ccsX6awd.o(.text+0x3c): undefined reference to = `link_error'\r\n/tmp/ccsX6awd.o(.text+0x60): undefined reference to = `link_error'\r\n/tmp/ccsX6awd.o(.text+0x7c): undefined reference to = `link_error'\r\n/tmp/ccsX6awd.o(.text+0x98): undefined reference to = `link_error'\r\n/tmp/ccsX6awd.o(.text+0xb4): undefined reference to = `link_error'\r\n/tmp/ccsX6awd.o(.text+0xd0): more undefined references = to `link_error' follow\r\ncollect2: ld returned 1 exit status\r\n" = (spawn_id exp7) match regular expression ".+"? yes expect: set expect_out(0,string) "/tmp/ccsX6awd.o: In function = `main':\r\n/tmp/ccsX6awd.o(.text+0x3c): undefined reference to = `link_error'\r\n/tmp/ccsX6awd.o(.text+0x60): undefined reference to = `link_error'\r\n/tmp/ccsX6awd.o(.text+0x7c): undefined reference to = `link_error'\r\n/tmp/ccsX6awd.o(.text+0x98): undefined reference to = `link_error'\r\n/tmp/ccsX6awd.o(.text+0xb4): undefined reference to = `link_error'\r\n/tmp/ccsX6awd.o(.text+0xd0): more undefined references = to `link_error' follow\r\ncollect2: ld returned 1 exit status\r\n" expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "/tmp/ccsX6awd.o: In function = `main':\r\n/tmp/ccsX6awd.o(.text+0x3c): undefined reference to = `link_error'\r\n/tmp/ccsX6awd.o(.text+0x60): undefined reference to = `link_error'\r\n/tmp/ccsX6awd.o(.text+0x7c): undefined reference to = `link_error'\r\n/tmp/ccsX6awd.o(.text+0x98): undefined reference to = `link_error'\r\n/tmp/ccsX6awd.o(.text+0xb4): undefined reference to = `link_error'\r\n/tmp/ccsX6awd.o(.text+0xd0): more undefined references = to `link_error' follow\r\ncollect2: ld returned 1 exit status\r\n" expect: continuing expect expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 6890 exp7 0 1=0A= close result is 6890 exp7 0 1=0A= output is /tmp/ccsX6awd.o: In function `main': /tmp/ccsX6awd.o(.text+0x3c): undefined reference to `link_error' /tmp/ccsX6awd.o(.text+0x60): undefined reference to `link_error' /tmp/ccsX6awd.o(.text+0x7c): undefined reference to `link_error' /tmp/ccsX6awd.o(.text+0x98): undefined reference to `link_error' /tmp/ccsX6awd.o(.text+0xb4): undefined reference to `link_error' /tmp/ccsX6awd.o(.text+0xd0): more undefined references to `link_error' = follow collect2: ld returned 1 exit status =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= compiler exited with status 1=0A= output is:=0A= /tmp/ccsX6awd.o: In function `main': /tmp/ccsX6awd.o(.text+0x3c): undefined reference to `link_error' /tmp/ccsX6awd.o(.text+0x60): undefined reference to `link_error' /tmp/ccsX6awd.o(.text+0x7c): undefined reference to `link_error' /tmp/ccsX6awd.o(.text+0x98): undefined reference to `link_error' /tmp/ccsX6awd.o(.text+0xb4): undefined reference to `link_error' /tmp/ccsX6awd.o(.text+0xd0): more undefined references to `link_error' = follow collect2: ld returned 1 exit status =0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= FAIL: gcc.c-torture/execute/ieee/fp-cmp-6.c compilation, -O2 =0A= UNRESOLVED: gcc.c-torture/execute/ieee/fp-cmp-6.c execution, -O2 =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/fp-cmp-6.x2 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/fp-cmp-6.x3 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/fp-cmp-6.c, -O3 -fomit-frame-pointer =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-6.c -w -O3 -fomit-frame-pointer = -DSTACK_SIZE=3D16384 -lm -o /tmp/fp-cmp-6.x3=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-6.c -w -O3 -fomit-frame-pointer = -DSTACK_SIZE=3D16384 -lm -o /tmp/fp-cmp-6.x3 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6898} pid is 6898 -6898=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no /tmp/ccQlJ2mm.o: In function `main': /tmp/ccQlJ2mm.o(.text+0x34): undefined reference to `link_error' /tmp/ccQlJ2mm.o(.text+0x58): undefined reference to `link_error' /tmp/ccQlJ2mm.o(.text+0x74): undefined reference to `link_error' /tmp/ccQlJ2mm.o(.text+0x90): undefined reference to `link_error' /tmp/ccQlJ2mm.o(.text+0xac): undefined reference to `link_error' /tmp/ccQlJ2mm.o(.text+0xc8): more undefined references to `link_error' = follow collect2: ld returned 1 exit status expect: does "/tmp/ccQlJ2mm.o: In function = `main':\r\n/tmp/ccQlJ2mm.o(.text+0x34): undefined reference to = `link_error'\r\n/tmp/ccQlJ2mm.o(.text+0x58): undefined reference to = `link_error'\r\n/tmp/ccQlJ2mm.o(.text+0x74): undefined reference to = `link_error'\r\n/tmp/ccQlJ2mm.o(.text+0x90): undefined reference to = `link_error'\r\n/tmp/ccQlJ2mm.o(.text+0xac): undefined reference to = `link_error'\r\n/tmp/ccQlJ2mm.o(.text+0xc8): more undefined references = to `link_error' follow\r\ncollect2: ld returned 1 exit status\r\n" = (spawn_id exp7) match regular expression ".+"? yes expect: set expect_out(0,string) "/tmp/ccQlJ2mm.o: In function = `main':\r\n/tmp/ccQlJ2mm.o(.text+0x34): undefined reference to = `link_error'\r\n/tmp/ccQlJ2mm.o(.text+0x58): undefined reference to = `link_error'\r\n/tmp/ccQlJ2mm.o(.text+0x74): undefined reference to = `link_error'\r\n/tmp/ccQlJ2mm.o(.text+0x90): undefined reference to = `link_error'\r\n/tmp/ccQlJ2mm.o(.text+0xac): undefined reference to = `link_error'\r\n/tmp/ccQlJ2mm.o(.text+0xc8): more undefined references = to `link_error' follow\r\ncollect2: ld returned 1 exit status\r\n" expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "/tmp/ccQlJ2mm.o: In function = `main':\r\n/tmp/ccQlJ2mm.o(.text+0x34): undefined reference to = `link_error'\r\n/tmp/ccQlJ2mm.o(.text+0x58): undefined reference to = `link_error'\r\n/tmp/ccQlJ2mm.o(.text+0x74): undefined reference to = `link_error'\r\n/tmp/ccQlJ2mm.o(.text+0x90): undefined reference to = `link_error'\r\n/tmp/ccQlJ2mm.o(.text+0xac): undefined reference to = `link_error'\r\n/tmp/ccQlJ2mm.o(.text+0xc8): more undefined references = to `link_error' follow\r\ncollect2: ld returned 1 exit status\r\n" expect: continuing expect expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 6898 exp7 0 1=0A= close result is 6898 exp7 0 1=0A= output is /tmp/ccQlJ2mm.o: In function `main': /tmp/ccQlJ2mm.o(.text+0x34): undefined reference to `link_error' /tmp/ccQlJ2mm.o(.text+0x58): undefined reference to `link_error' /tmp/ccQlJ2mm.o(.text+0x74): undefined reference to `link_error' /tmp/ccQlJ2mm.o(.text+0x90): undefined reference to `link_error' /tmp/ccQlJ2mm.o(.text+0xac): undefined reference to `link_error' /tmp/ccQlJ2mm.o(.text+0xc8): more undefined references to `link_error' = follow collect2: ld returned 1 exit status =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= compiler exited with status 1=0A= output is:=0A= /tmp/ccQlJ2mm.o: In function `main': /tmp/ccQlJ2mm.o(.text+0x34): undefined reference to `link_error' /tmp/ccQlJ2mm.o(.text+0x58): undefined reference to `link_error' /tmp/ccQlJ2mm.o(.text+0x74): undefined reference to `link_error' /tmp/ccQlJ2mm.o(.text+0x90): undefined reference to `link_error' /tmp/ccQlJ2mm.o(.text+0xac): undefined reference to `link_error' /tmp/ccQlJ2mm.o(.text+0xc8): more undefined references to `link_error' = follow collect2: ld returned 1 exit status =0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= FAIL: gcc.c-torture/execute/ieee/fp-cmp-6.c compilation, -O3 = -fomit-frame-pointer =0A= UNRESOLVED: gcc.c-torture/execute/ieee/fp-cmp-6.c execution, -O3 = -fomit-frame-pointer =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/fp-cmp-6.x3 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/fp-cmp-6.x4 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/fp-cmp-6.c, -O3 -g =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-6.c -w -O3 -g -DSTACK_SIZE=3D16384 -lm -o = /tmp/fp-cmp-6.x4=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-6.c -w -O3 -g -DSTACK_SIZE=3D16384 -lm -o = /tmp/fp-cmp-6.x4 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6906} pid is 6906 -6906=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no /tmp/ccyS28Lq.o: In function `main': /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-6.c:17: undefined reference to `link_error' /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-6.c:20: undefined reference to `link_error' /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-6.c:22: undefined reference to `link_error' /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-6.c:24: undefined reference to `link_error' /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-6.c:26: undefined reference to `link_error' /tmp/ccyS28Lq.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/fp-cmp-6.c:28: more undefined references to = `link_error' follow collect2: ld returned 1 exit status expect: does "/tmp/ccyS28Lq.o: In function = `main':\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c= -torture/execute/ieee/fp-cmp-6.c:17: undefined reference to = `link_error'\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/fp-cmp-6.c:20: undefined reference to = `link_error'\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/fp-cmp-6.c:22: undefined reference to = `link_error'\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/fp-cmp-6.c:24: undefined reference to = `link_error'\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/fp-cmp-6.c:26: undefined reference to = `link_error'\r\n/tmp/ccyS28Lq.o:/home/deepakj/testing/testsuites/gcc-3.4.= 4/gcc/testsuite/gcc.c-torture/execute/ieee/fp-cmp-6.c:28: more undefined = references to `link_error' follow\r\ncollect2: ld returned 1 exit = status\r\n" (spawn_id exp7) match regular expression ".+"? yes expect: set expect_out(0,string) "/tmp/ccyS28Lq.o: In function = `main':\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c= -torture/execute/ieee/fp-cmp-6.c:17: undefined reference to = `link_error'\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/fp-cmp-6.c:20: undefined reference to = `link_error'\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/fp-cmp-6.c:22: undefined reference to = `link_error'\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/fp-cmp-6.c:24: undefined reference to = `link_error'\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/fp-cmp-6.c:26: undefined reference to = `link_error'\r\n/tmp/ccyS28Lq.o:/home/deepakj/testing/testsuites/gcc-3.4.= 4/gcc/testsuite/gcc.c-torture/execute/ieee/fp-cmp-6.c:28: more undefined = references to `link_error' follow\r\ncollect2: ld returned 1 exit = status\r\n" expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "/tmp/ccyS28Lq.o: In function = `main':\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c= -torture/execute/ieee/fp-cmp-6.c:17: undefined reference to = `link_error'\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/fp-cmp-6.c:20: undefined reference to = `link_error'\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/fp-cmp-6.c:22: undefined reference to = `link_error'\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/fp-cmp-6.c:24: undefined reference to = `link_error'\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/fp-cmp-6.c:26: undefined reference to = `link_error'\r\n/tmp/ccyS28Lq.o:/home/deepakj/testing/testsuites/gcc-3.4.= 4/gcc/testsuite/gcc.c-torture/execute/ieee/fp-cmp-6.c:28: more undefined = references to `link_error' follow\r\ncollect2: ld returned 1 exit = status\r\n" expect: continuing expect expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 6906 exp7 0 1=0A= close result is 6906 exp7 0 1=0A= output is /tmp/ccyS28Lq.o: In function `main': /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-6.c:17: undefined reference to `link_error' /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-6.c:20: undefined reference to `link_error' /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-6.c:22: undefined reference to `link_error' /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-6.c:24: undefined reference to `link_error' /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-6.c:26: undefined reference to `link_error' /tmp/ccyS28Lq.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/fp-cmp-6.c:28: more undefined references to = `link_error' follow collect2: ld returned 1 exit status =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= compiler exited with status 1=0A= output is:=0A= /tmp/ccyS28Lq.o: In function `main': /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-6.c:17: undefined reference to `link_error' /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-6.c:20: undefined reference to `link_error' /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-6.c:22: undefined reference to `link_error' /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-6.c:24: undefined reference to `link_error' /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-6.c:26: undefined reference to `link_error' /tmp/ccyS28Lq.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/fp-cmp-6.c:28: more undefined references to = `link_error' follow collect2: ld returned 1 exit status =0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= FAIL: gcc.c-torture/execute/ieee/fp-cmp-6.c compilation, -O3 -g =0A= UNRESOLVED: gcc.c-torture/execute/ieee/fp-cmp-6.c execution, -O3 -g =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/fp-cmp-6.x4 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/fp-cmp-6.x5 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/fp-cmp-6.c, -Os =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-6.c -w -Os -DSTACK_SIZE=3D16384 -lm -o = /tmp/fp-cmp-6.x5=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-6.c -w -Os -DSTACK_SIZE=3D16384 -lm -o = /tmp/fp-cmp-6.x5 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6914} pid is 6914 -6914=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no /tmp/ccOKSCdC.o: In function `main': /tmp/ccOKSCdC.o(.text+0x38): undefined reference to `link_error' /tmp/ccOKSCdC.o(.text+0x5c): undefined reference to `link_error' /tmp/ccOKSCdC.o(.text+0x78): undefined reference to `link_error' /tmp/ccOKSCdC.o(.text+0x94): undefined reference to `link_error' /tmp/ccOKSCdC.o(.text+0xb0): undefined reference to `link_error' /tmp/ccOKSCdC.o(.text+0xcc): more undefined references to `link_error' = follow collect2: ld returned 1 exit status expect: does "/tmp/ccOKSCdC.o: In function = `main':\r\n/tmp/ccOKSCdC.o(.text+0x38): undefined reference to = `link_error'\r\n/tmp/ccOKSCdC.o(.text+0x5c): undefined reference to = `link_error'\r\n/tmp/ccOKSCdC.o(.text+0x78): undefined reference to = `link_error'\r\n/tmp/ccOKSCdC.o(.text+0x94): undefined reference to = `link_error'\r\n/tmp/ccOKSCdC.o(.text+0xb0): undefined reference to = `link_error'\r\n/tmp/ccOKSCdC.o(.text+0xcc): more undefined references = to `link_error' follow\r\ncollect2: ld returned 1 exit status\r\n" = (spawn_id exp7) match regular expression ".+"? yes expect: set expect_out(0,string) "/tmp/ccOKSCdC.o: In function = `main':\r\n/tmp/ccOKSCdC.o(.text+0x38): undefined reference to = `link_error'\r\n/tmp/ccOKSCdC.o(.text+0x5c): undefined reference to = `link_error'\r\n/tmp/ccOKSCdC.o(.text+0x78): undefined reference to = `link_error'\r\n/tmp/ccOKSCdC.o(.text+0x94): undefined reference to = `link_error'\r\n/tmp/ccOKSCdC.o(.text+0xb0): undefined reference to = `link_error'\r\n/tmp/ccOKSCdC.o(.text+0xcc): more undefined references = to `link_error' follow\r\ncollect2: ld returned 1 exit status\r\n" expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "/tmp/ccOKSCdC.o: In function = `main':\r\n/tmp/ccOKSCdC.o(.text+0x38): undefined reference to = `link_error'\r\n/tmp/ccOKSCdC.o(.text+0x5c): undefined reference to = `link_error'\r\n/tmp/ccOKSCdC.o(.text+0x78): undefined reference to = `link_error'\r\n/tmp/ccOKSCdC.o(.text+0x94): undefined reference to = `link_error'\r\n/tmp/ccOKSCdC.o(.text+0xb0): undefined reference to = `link_error'\r\n/tmp/ccOKSCdC.o(.text+0xcc): more undefined references = to `link_error' follow\r\ncollect2: ld returned 1 exit status\r\n" expect: continuing expect expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 6914 exp7 0 1=0A= close result is 6914 exp7 0 1=0A= output is /tmp/ccOKSCdC.o: In function `main': /tmp/ccOKSCdC.o(.text+0x38): undefined reference to `link_error' /tmp/ccOKSCdC.o(.text+0x5c): undefined reference to `link_error' /tmp/ccOKSCdC.o(.text+0x78): undefined reference to `link_error' /tmp/ccOKSCdC.o(.text+0x94): undefined reference to `link_error' /tmp/ccOKSCdC.o(.text+0xb0): undefined reference to `link_error' /tmp/ccOKSCdC.o(.text+0xcc): more undefined references to `link_error' = follow collect2: ld returned 1 exit status =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= compiler exited with status 1=0A= output is:=0A= /tmp/ccOKSCdC.o: In function `main': /tmp/ccOKSCdC.o(.text+0x38): undefined reference to `link_error' /tmp/ccOKSCdC.o(.text+0x5c): undefined reference to `link_error' /tmp/ccOKSCdC.o(.text+0x78): undefined reference to `link_error' /tmp/ccOKSCdC.o(.text+0x94): undefined reference to `link_error' /tmp/ccOKSCdC.o(.text+0xb0): undefined reference to `link_error' /tmp/ccOKSCdC.o(.text+0xcc): more undefined references to `link_error' = follow collect2: ld returned 1 exit status =0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= FAIL: gcc.c-torture/execute/ieee/fp-cmp-6.c compilation, -Os =0A= UNRESOLVED: gcc.c-torture/execute/ieee/fp-cmp-6.c execution, -Os =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/fp-cmp-6.x5 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/fp-cmp-7.x0 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/fp-cmp-7.c, -O0 =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-7.c -w -O0 -DSTACK_SIZE=3D16384 -lm -o = /tmp/fp-cmp-7.x0=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-7.c -w -O0 -DSTACK_SIZE=3D16384 -lm -o = /tmp/fp-cmp-7.x0 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6922} pid is 6922 -6922=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no /tmp/cckXwZpP.o: In function `foo': /tmp/cckXwZpP.o(.text+0x18): undefined reference to `__builtin_inf' /tmp/cckXwZpP.o(.text+0x50): undefined reference to `link_error' collect2: ld returned 1 exit status expect: does "/tmp/cckXwZpP.o: In function = `foo':\r\n/tmp/cckXwZpP.o(.text+0x18): undefined reference to = `__builtin_inf'\r\n/tmp/cckXwZpP.o(.text+0x50): undefined reference to = `link_error'\r\ncollect2: ld returned 1 exit status\r\n" (spawn_id exp7) = match regular expression ".+"? yes expect: set expect_out(0,string) "/tmp/cckXwZpP.o: In function = `foo':\r\n/tmp/cckXwZpP.o(.text+0x18): undefined reference to = `__builtin_inf'\r\n/tmp/cckXwZpP.o(.text+0x50): undefined reference to = `link_error'\r\ncollect2: ld returned 1 exit status\r\n" expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "/tmp/cckXwZpP.o: In function = `foo':\r\n/tmp/cckXwZpP.o(.text+0x18): undefined reference to = `__builtin_inf'\r\n/tmp/cckXwZpP.o(.text+0x50): undefined reference to = `link_error'\r\ncollect2: ld returned 1 exit status\r\n" expect: continuing expect expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 6922 exp7 0 1=0A= close result is 6922 exp7 0 1=0A= output is /tmp/cckXwZpP.o: In function `foo': /tmp/cckXwZpP.o(.text+0x18): undefined reference to `__builtin_inf' /tmp/cckXwZpP.o(.text+0x50): undefined reference to `link_error' collect2: ld returned 1 exit status =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= compiler exited with status 1=0A= output is:=0A= /tmp/cckXwZpP.o: In function `foo': /tmp/cckXwZpP.o(.text+0x18): undefined reference to `__builtin_inf' /tmp/cckXwZpP.o(.text+0x50): undefined reference to `link_error' collect2: ld returned 1 exit status =0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= FAIL: gcc.c-torture/execute/ieee/fp-cmp-7.c compilation, -O0 =0A= UNRESOLVED: gcc.c-torture/execute/ieee/fp-cmp-7.c execution, -O0 =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/fp-cmp-7.x0 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/fp-cmp-7.x1 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/fp-cmp-7.c, -O1 =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-7.c -w -O1 -DSTACK_SIZE=3D16384 -lm -o = /tmp/fp-cmp-7.x1=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-7.c -w -O1 -DSTACK_SIZE=3D16384 -lm -o = /tmp/fp-cmp-7.x1 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6930} pid is 6930 -6930=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no /tmp/ccy88kLW.o: In function `foo': /tmp/ccy88kLW.o(.text+0x14): undefined reference to `__builtin_inf' /tmp/ccy88kLW.o(.text+0x38): undefined reference to `link_error' collect2: ld returned 1 exit status expect: does "/tmp/ccy88kLW.o: In function = `foo':\r\n/tmp/ccy88kLW.o(.text+0x14): undefined reference to = `__builtin_inf'\r\n/tmp/ccy88kLW.o(.text+0x38): undefined reference to = `link_error'\r\ncollect2: ld returned 1 exit status\r\n" (spawn_id exp7) = match regular expression ".+"? yes expect: set expect_out(0,string) "/tmp/ccy88kLW.o: In function = `foo':\r\n/tmp/ccy88kLW.o(.text+0x14): undefined reference to = `__builtin_inf'\r\n/tmp/ccy88kLW.o(.text+0x38): undefined reference to = `link_error'\r\ncollect2: ld returned 1 exit status\r\n" expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "/tmp/ccy88kLW.o: In function = `foo':\r\n/tmp/ccy88kLW.o(.text+0x14): undefined reference to = `__builtin_inf'\r\n/tmp/ccy88kLW.o(.text+0x38): undefined reference to = `link_error'\r\ncollect2: ld returned 1 exit status\r\n" expect: continuing expect expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 6930 exp7 0 1=0A= close result is 6930 exp7 0 1=0A= output is /tmp/ccy88kLW.o: In function `foo': /tmp/ccy88kLW.o(.text+0x14): undefined reference to `__builtin_inf' /tmp/ccy88kLW.o(.text+0x38): undefined reference to `link_error' collect2: ld returned 1 exit status =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= compiler exited with status 1=0A= output is:=0A= /tmp/ccy88kLW.o: In function `foo': /tmp/ccy88kLW.o(.text+0x14): undefined reference to `__builtin_inf' /tmp/ccy88kLW.o(.text+0x38): undefined reference to `link_error' collect2: ld returned 1 exit status =0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= FAIL: gcc.c-torture/execute/ieee/fp-cmp-7.c compilation, -O1 =0A= UNRESOLVED: gcc.c-torture/execute/ieee/fp-cmp-7.c execution, -O1 =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/fp-cmp-7.x1 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/fp-cmp-7.x2 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/fp-cmp-7.c, -O2 =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-7.c -w -O2 -DSTACK_SIZE=3D16384 -lm -o = /tmp/fp-cmp-7.x2=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-7.c -w -O2 -DSTACK_SIZE=3D16384 -lm -o = /tmp/fp-cmp-7.x2 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6938} pid is 6938 -6938=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no /tmp/ccQfixS3.o: In function `foo': /tmp/ccQfixS3.o(.text+0x14): undefined reference to `__builtin_inf' /tmp/ccQfixS3.o(.text+0x38): undefined reference to `link_error' collect2: ld returned 1 exit status expect: does "/tmp/ccQfixS3.o: In function = `foo':\r\n/tmp/ccQfixS3.o(.text+0x14): undefined reference to = `__builtin_inf'\r\n/tmp/ccQfixS3.o(.text+0x38): undefined reference to = `link_error'\r\ncollect2: ld returned 1 exit status\r\n" (spawn_id exp7) = match regular expression ".+"? yes expect: set expect_out(0,string) "/tmp/ccQfixS3.o: In function = `foo':\r\n/tmp/ccQfixS3.o(.text+0x14): undefined reference to = `__builtin_inf'\r\n/tmp/ccQfixS3.o(.text+0x38): undefined reference to = `link_error'\r\ncollect2: ld returned 1 exit status\r\n" expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "/tmp/ccQfixS3.o: In function = `foo':\r\n/tmp/ccQfixS3.o(.text+0x14): undefined reference to = `__builtin_inf'\r\n/tmp/ccQfixS3.o(.text+0x38): undefined reference to = `link_error'\r\ncollect2: ld returned 1 exit status\r\n" expect: continuing expect expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 6938 exp7 0 1=0A= close result is 6938 exp7 0 1=0A= output is /tmp/ccQfixS3.o: In function `foo': /tmp/ccQfixS3.o(.text+0x14): undefined reference to `__builtin_inf' /tmp/ccQfixS3.o(.text+0x38): undefined reference to `link_error' collect2: ld returned 1 exit status =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= compiler exited with status 1=0A= output is:=0A= /tmp/ccQfixS3.o: In function `foo': /tmp/ccQfixS3.o(.text+0x14): undefined reference to `__builtin_inf' /tmp/ccQfixS3.o(.text+0x38): undefined reference to `link_error' collect2: ld returned 1 exit status =0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= FAIL: gcc.c-torture/execute/ieee/fp-cmp-7.c compilation, -O2 =0A= UNRESOLVED: gcc.c-torture/execute/ieee/fp-cmp-7.c execution, -O2 =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/fp-cmp-7.x2 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/fp-cmp-7.x3 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/fp-cmp-7.c, -O3 -fomit-frame-pointer =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-7.c -w -O3 -fomit-frame-pointer = -DSTACK_SIZE=3D16384 -lm -o /tmp/fp-cmp-7.x3=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-7.c -w -O3 -fomit-frame-pointer = -DSTACK_SIZE=3D16384 -lm -o /tmp/fp-cmp-7.x3 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6946} pid is 6946 -6946=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no /tmp/ccIdj2jb.o: In function `foo': /tmp/ccIdj2jb.o(.text+0xc): undefined reference to `__builtin_inf' /tmp/ccIdj2jb.o(.text+0x34): undefined reference to `link_error' /tmp/ccIdj2jb.o: In function `main': /tmp/ccIdj2jb.o(.text+0x40): undefined reference to `__builtin_inf' /tmp/ccIdj2jb.o(.text+0x64): undefined reference to `link_error' collect2: ld returned 1 exit status expect: does "/tmp/ccIdj2jb.o: In function = `foo':\r\n/tmp/ccIdj2jb.o(.text+0xc): undefined reference to = `__builtin_inf'\r\n/tmp/ccIdj2jb.o(.text+0x34): undefined reference to = `link_error'\r\n/tmp/ccIdj2jb.o: In function = `main':\r\n/tmp/ccIdj2jb.o(.text+0x40): undefined reference to = `__builtin_inf'\r\n/tmp/ccIdj2jb.o(.text+0x64): undefined reference to = `link_error'\r\ncollect2: ld returned 1 exit status\r\n" (spawn_id exp7) = match regular expression ".+"? yes expect: set expect_out(0,string) "/tmp/ccIdj2jb.o: In function = `foo':\r\n/tmp/ccIdj2jb.o(.text+0xc): undefined reference to = `__builtin_inf'\r\n/tmp/ccIdj2jb.o(.text+0x34): undefined reference to = `link_error'\r\n/tmp/ccIdj2jb.o: In function = `main':\r\n/tmp/ccIdj2jb.o(.text+0x40): undefined reference to = `__builtin_inf'\r\n/tmp/ccIdj2jb.o(.text+0x64): undefined reference to = `link_error'\r\ncollect2: ld returned 1 exit status\r\n" expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "/tmp/ccIdj2jb.o: In function = `foo':\r\n/tmp/ccIdj2jb.o(.text+0xc): undefined reference to = `__builtin_inf'\r\n/tmp/ccIdj2jb.o(.text+0x34): undefined reference to = `link_error'\r\n/tmp/ccIdj2jb.o: In function = `main':\r\n/tmp/ccIdj2jb.o(.text+0x40): undefined reference to = `__builtin_inf'\r\n/tmp/ccIdj2jb.o(.text+0x64): undefined reference to = `link_error'\r\ncollect2: ld returned 1 exit status\r\n" expect: continuing expect expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 6946 exp7 0 1=0A= close result is 6946 exp7 0 1=0A= output is /tmp/ccIdj2jb.o: In function `foo': /tmp/ccIdj2jb.o(.text+0xc): undefined reference to `__builtin_inf' /tmp/ccIdj2jb.o(.text+0x34): undefined reference to `link_error' /tmp/ccIdj2jb.o: In function `main': /tmp/ccIdj2jb.o(.text+0x40): undefined reference to `__builtin_inf' /tmp/ccIdj2jb.o(.text+0x64): undefined reference to `link_error' collect2: ld returned 1 exit status =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= compiler exited with status 1=0A= output is:=0A= /tmp/ccIdj2jb.o: In function `foo': /tmp/ccIdj2jb.o(.text+0xc): undefined reference to `__builtin_inf' /tmp/ccIdj2jb.o(.text+0x34): undefined reference to `link_error' /tmp/ccIdj2jb.o: In function `main': /tmp/ccIdj2jb.o(.text+0x40): undefined reference to `__builtin_inf' /tmp/ccIdj2jb.o(.text+0x64): undefined reference to `link_error' collect2: ld returned 1 exit status =0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= FAIL: gcc.c-torture/execute/ieee/fp-cmp-7.c compilation, -O3 = -fomit-frame-pointer =0A= UNRESOLVED: gcc.c-torture/execute/ieee/fp-cmp-7.c execution, -O3 = -fomit-frame-pointer =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/fp-cmp-7.x3 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/fp-cmp-7.x4 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/fp-cmp-7.c, -O3 -g =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-7.c -w -O3 -g -DSTACK_SIZE=3D16384 -lm -o = /tmp/fp-cmp-7.x4=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-7.c -w -O3 -g -DSTACK_SIZE=3D16384 -lm -o = /tmp/fp-cmp-7.x4 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6954} pid is 6954 -6954=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no /tmp/ccEjZeAg.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/fp-cmp-7.c:5: undefined reference to = `__builtin_inf' /tmp/ccEjZeAg.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/fp-cmp-7.c:6: undefined reference to = `link_error' /tmp/ccEjZeAg.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/fp-cmp-7.c:5: undefined reference to = `__builtin_inf' /tmp/ccEjZeAg.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/fp-cmp-7.c:6: undefined reference to = `link_error' collect2: ld returned 1 exit status expect: does = "/tmp/ccEjZeAg.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite= /gcc.c-torture/execute/ieee/fp-cmp-7.c:5: undefined reference to = `__builtin_inf'\r\n/tmp/ccEjZeAg.o:/home/deepakj/testing/testsuites/gcc-3= .4.4/gcc/testsuite/gcc.c-torture/execute/ieee/fp-cmp-7.c:6: undefined = reference to = `link_error'\r\n/tmp/ccEjZeAg.o:/home/deepakj/testing/testsuites/gcc-3.4.= 4/gcc/testsuite/gcc.c-torture/execute/ieee/fp-cmp-7.c:5: undefined = reference to = `__builtin_inf'\r\n/tmp/ccEjZeAg.o:/home/deepakj/testing/testsuites/gcc-3= .4.4/gcc/testsuite/gcc.c-torture/execute/ieee/fp-cmp-7.c:6: undefined = reference to `link_error'\r\ncollect2: ld returned 1 exit status\r\n" = (spawn_id exp7) match regular expression ".+"? yes expect: set expect_out(0,string) = "/tmp/ccEjZeAg.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite= /gcc.c-torture/execute/ieee/fp-cmp-7.c:5: undefined reference to = `__builtin_inf'\r\n/tmp/ccEjZeAg.o:/home/deepakj/testing/testsuites/gcc-3= .4.4/gcc/testsuite/gcc.c-torture/execute/ieee/fp-cmp-7.c:6: undefined = reference to = `link_error'\r\n/tmp/ccEjZeAg.o:/home/deepakj/testing/testsuites/gcc-3.4.= 4/gcc/testsuite/gcc.c-torture/execute/ieee/fp-cmp-7.c:5: undefined = reference to = `__builtin_inf'\r\n/tmp/ccEjZeAg.o:/home/deepakj/testing/testsuites/gcc-3= .4.4/gcc/testsuite/gcc.c-torture/execute/ieee/fp-cmp-7.c:6: undefined = reference to `link_error'\r\ncollect2: ld returned 1 exit status\r\n" expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) = "/tmp/ccEjZeAg.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite= /gcc.c-torture/execute/ieee/fp-cmp-7.c:5: undefined reference to = `__builtin_inf'\r\n/tmp/ccEjZeAg.o:/home/deepakj/testing/testsuites/gcc-3= .4.4/gcc/testsuite/gcc.c-torture/execute/ieee/fp-cmp-7.c:6: undefined = reference to = `link_error'\r\n/tmp/ccEjZeAg.o:/home/deepakj/testing/testsuites/gcc-3.4.= 4/gcc/testsuite/gcc.c-torture/execute/ieee/fp-cmp-7.c:5: undefined = reference to = `__builtin_inf'\r\n/tmp/ccEjZeAg.o:/home/deepakj/testing/testsuites/gcc-3= .4.4/gcc/testsuite/gcc.c-torture/execute/ieee/fp-cmp-7.c:6: undefined = reference to `link_error'\r\ncollect2: ld returned 1 exit status\r\n" expect: continuing expect expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 6954 exp7 0 1=0A= close result is 6954 exp7 0 1=0A= output is = /tmp/ccEjZeAg.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/fp-cmp-7.c:5: undefined reference to = `__builtin_inf' /tmp/ccEjZeAg.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/fp-cmp-7.c:6: undefined reference to = `link_error' /tmp/ccEjZeAg.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/fp-cmp-7.c:5: undefined reference to = `__builtin_inf' /tmp/ccEjZeAg.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/fp-cmp-7.c:6: undefined reference to = `link_error' collect2: ld returned 1 exit status =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= compiler exited with status 1=0A= output is:=0A= /tmp/ccEjZeAg.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/fp-cmp-7.c:5: undefined reference to = `__builtin_inf' /tmp/ccEjZeAg.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/fp-cmp-7.c:6: undefined reference to = `link_error' /tmp/ccEjZeAg.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/fp-cmp-7.c:5: undefined reference to = `__builtin_inf' /tmp/ccEjZeAg.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/fp-cmp-7.c:6: undefined reference to = `link_error' collect2: ld returned 1 exit status =0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= FAIL: gcc.c-torture/execute/ieee/fp-cmp-7.c compilation, -O3 -g =0A= UNRESOLVED: gcc.c-torture/execute/ieee/fp-cmp-7.c execution, -O3 -g =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/fp-cmp-7.x4 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/fp-cmp-7.x5 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/fp-cmp-7.c, -Os =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-7.c -w -Os -DSTACK_SIZE=3D16384 -lm -o = /tmp/fp-cmp-7.x5=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-7.c -w -Os -DSTACK_SIZE=3D16384 -lm -o = /tmp/fp-cmp-7.x5 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6962} pid is 6962 -6962=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no /tmp/cckXWBEo.o: In function `foo': /tmp/cckXWBEo.o(.text+0x14): undefined reference to `__builtin_inf' /tmp/cckXWBEo.o(.text+0x38): undefined reference to `link_error' collect2: ld returned 1 exit status expect: does "/tmp/cckXWBEo.o: In function = `foo':\r\n/tmp/cckXWBEo.o(.text+0x14): undefined reference to = `__builtin_inf'\r\n/tmp/cckXWBEo.o(.text+0x38): undefined reference to = `link_error'\r\ncollect2: ld returned 1 exit status\r\n" (spawn_id exp7) = match regular expression ".+"? yes expect: set expect_out(0,string) "/tmp/cckXWBEo.o: In function = `foo':\r\n/tmp/cckXWBEo.o(.text+0x14): undefined reference to = `__builtin_inf'\r\n/tmp/cckXWBEo.o(.text+0x38): undefined reference to = `link_error'\r\ncollect2: ld returned 1 exit status\r\n" expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "/tmp/cckXWBEo.o: In function = `foo':\r\n/tmp/cckXWBEo.o(.text+0x14): undefined reference to = `__builtin_inf'\r\n/tmp/cckXWBEo.o(.text+0x38): undefined reference to = `link_error'\r\ncollect2: ld returned 1 exit status\r\n" expect: continuing expect expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 6962 exp7 0 1=0A= close result is 6962 exp7 0 1=0A= output is /tmp/cckXWBEo.o: In function `foo': /tmp/cckXWBEo.o(.text+0x14): undefined reference to `__builtin_inf' /tmp/cckXWBEo.o(.text+0x38): undefined reference to `link_error' collect2: ld returned 1 exit status =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= compiler exited with status 1=0A= output is:=0A= /tmp/cckXWBEo.o: In function `foo': /tmp/cckXWBEo.o(.text+0x14): undefined reference to `__builtin_inf' /tmp/cckXWBEo.o(.text+0x38): undefined reference to `link_error' collect2: ld returned 1 exit status =0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= FAIL: gcc.c-torture/execute/ieee/fp-cmp-7.c compilation, -Os =0A= UNRESOLVED: gcc.c-torture/execute/ieee/fp-cmp-7.c execution, -Os =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/fp-cmp-7.x5 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/fp-cmp-8.x0 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/fp-cmp-8.c, -O0 =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-8.c -w -O0 -DSTACK_SIZE=3D16384 -lm -o = /tmp/fp-cmp-8.x0=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-8.c -w -O0 -DSTACK_SIZE=3D16384 -lm -o = /tmp/fp-cmp-8.x0 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6970} pid is 6970 -6970=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no /tmp/ccgpcL6r.o: In function `test_isunordered': /tmp/ccgpcL6r.o(.text+0x40): undefined reference to = `__builtin_isunordered' /tmp/ccgpcL6r.o: In function `test_not_isunordered': /tmp/ccgpcL6r.o(.text+0xb8): undefined reference to = `__builtin_isunordered' /tmp/ccgpcL6r.o: In function `test_isless': /tmp/ccgpcL6r.o(.text+0x130): undefined reference to `__builtin_isless' /tmp/ccgpcL6r.o: In function `test_not_isless': /tmp/ccgpcL6r.o(.text+0x1a8): undefined reference to `__builtin_isless' /tmp/ccgpcL6r.o: In function `test_islessequal': /tmp/ccgpcL6r.o(.text+0x220): undefined reference to = `__builtin_islessequal' /tmp/ccgpcL6r.o: In function `test_not_islessequal': /tmp/ccgpcL6r.o(.text+0x298): undefined reference to = `__builtin_islessequal' /tmp/ccgpcL6r.o: In function `test_isgreater': /tmp/ccgpcL6r.o(.text+0x310): undefined reference to = `__builtin_isgreater' /tmp/ccgpcL6r.o: In function `test_not_isgreater': /tmp/ccgpcL6r.o(.text+0x388): undefined reference to = `__builtin_isgreater' /tmp/ccgpcL6r.o: In function `test_isgreaterequal': /tmp/ccgpcL6r.o(.text+0x400): undefined reference to = `__builtin_isgreaterequal' /tmp/ccgpcL6r.o: In function `test_not_isgreaterequal': /tmp/ccgpcL6r.o(.text+0x478): undefined reference to = `__builtin_isgreaterequal' /tmp/ccgpcL6r.o: In function `test_islessgreater': /tmp/ccgpcL6r.o(.text+0x4f0): undefined reference to = `__builtin_islessgreater' /tmp/ccgpcL6r.o: In function `test_not_islessgreater': /tmp/ccgpcL6r.o(.text+0x568): undefined reference to = `__builtin_islessgreater' collect2: ld returned 1 exit status expect: does "/tmp/ccgpcL6r.o: In function = `test_isunordered':\r\n/tmp/ccgpcL6r.o(.text+0x40): undefined reference = to `__builtin_isunordered'\r\n/tmp/ccgpcL6r.o: In function = `test_not_isunordered':\r\n/tmp/ccgpcL6r.o(.text+0xb8): undefined = reference to `__builtin_isunordered'\r\n/tmp/ccgpcL6r.o: In function = `test_isless':\r\n/tmp/ccgpcL6r.o(.text+0x130): undefined reference to = `__builtin_isless'\r\n/tmp/ccgpcL6r.o: In function = `test_not_isless':\r\n/tmp/ccgpcL6r.o(.text+0x1a8): undefined reference = to `__builtin_isless'\r\n/tmp/ccgpcL6r.o: In function = `test_islessequal':\r\n/tmp/ccgpcL6r.o(.text+0x220): undefined reference = to `__builtin_islessequal'\r\n/tmp/ccgpcL6r.o: In function = `test_not_islessequal':\r\n/tmp/ccgpcL6r.o(.text+0x298): undefined = reference to `__builtin_islessequal'\r\n/tmp/ccgpcL6r.o: In function = `test_isgreater':\r\n/tmp/ccgpcL6r.o(.text+0x310): undefined reference = to `__builtin_isgreater'\r\n/tmp/ccgpcL6r.o: In function = `test_not_isgreater':\r\n/tmp/ccgpcL6r.o(.text+0x388): undefined = reference to `__builtin_isgreater'\r\n/tmp/ccgpcL6r.o: In function = `test_isgreaterequal':\r\n/tmp/ccgpcL6r.o(.text+0x400): undefined = reference to `__builtin_isgreaterequal'\r\n/tmp/ccgpcL6r.o: In function = `test_not_isgreaterequal':\r\n/tmp/ccgpcL6r.o(.text+0x478): undefined = reference to `__builtin_isgreaterequal'\r\n/tmp/ccgpcL6r.o: In function = `test_islessgreater':\r\n/tmp/ccgpcL6r.o(.text+0x4f0): undefined = reference to `__builtin_islessgreater'\r\n/tmp/ccgpcL6r.o: In function = `test_not_islessgreater':\r\n/tmp/ccgpcL6r.o(.text+0x568): undefined = reference to `__builtin_islessgreater'\r\ncollect2: ld returned 1 exit = status\r\n" (spawn_id exp7) match regular expression ".+"? yes expect: set expect_out(0,string) "/tmp/ccgpcL6r.o: In function = `test_isunordered':\r\n/tmp/ccgpcL6r.o(.text+0x40): undefined reference = to `__builtin_isunordered'\r\n/tmp/ccgpcL6r.o: In function = `test_not_isunordered':\r\n/tmp/ccgpcL6r.o(.text+0xb8): undefined = reference to `__builtin_isunordered'\r\n/tmp/ccgpcL6r.o: In function = `test_isless':\r\n/tmp/ccgpcL6r.o(.text+0x130): undefined reference to = `__builtin_isless'\r\n/tmp/ccgpcL6r.o: In function = `test_not_isless':\r\n/tmp/ccgpcL6r.o(.text+0x1a8): undefined reference = to `__builtin_isless'\r\n/tmp/ccgpcL6r.o: In function = `test_islessequal':\r\n/tmp/ccgpcL6r.o(.text+0x220): undefined reference = to `__builtin_islessequal'\r\n/tmp/ccgpcL6r.o: In function = `test_not_islessequal':\r\n/tmp/ccgpcL6r.o(.text+0x298): undefined = reference to `__builtin_islessequal'\r\n/tmp/ccgpcL6r.o: In function = `test_isgreater':\r\n/tmp/ccgpcL6r.o(.text+0x310): undefined reference = to `__builtin_isgreater'\r\n/tmp/ccgpcL6r.o: In function = `test_not_isgreater':\r\n/tmp/ccgpcL6r.o(.text+0x388): undefined = reference to `__builtin_isgreater'\r\n/tmp/ccgpcL6r.o: In function = `test_isgreaterequal':\r\n/tmp/ccgpcL6r.o(.text+0x400): undefined = reference to `__builtin_isgreaterequal'\r\n/tmp/ccgpcL6r.o: In function = `test_not_isgreaterequal':\r\n/tmp/ccgpcL6r.o(.text+0x478): undefined = reference to `__builtin_isgreaterequal'\r\n/tmp/ccgpcL6r.o: In function = `test_islessgreater':\r\n/tmp/ccgpcL6r.o(.text+0x4f0): undefined = reference to `__builtin_islessgreater'\r\n/tmp/ccgpcL6r.o: In function = `test_not_islessgreater':\r\n/tmp/ccgpcL6r.o(.text+0x568): undefined = reference to `__builtin_islessgreater'\r\ncollect2: ld returned 1 exit = status\r\n" expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "/tmp/ccgpcL6r.o: In function = `test_isunordered':\r\n/tmp/ccgpcL6r.o(.text+0x40): undefined reference = to `__builtin_isunordered'\r\n/tmp/ccgpcL6r.o: In function = `test_not_isunordered':\r\n/tmp/ccgpcL6r.o(.text+0xb8): undefined = reference to `__builtin_isunordered'\r\n/tmp/ccgpcL6r.o: In function = `test_isless':\r\n/tmp/ccgpcL6r.o(.text+0x130): undefined reference to = `__builtin_isless'\r\n/tmp/ccgpcL6r.o: In function = `test_not_isless':\r\n/tmp/ccgpcL6r.o(.text+0x1a8): undefined reference = to `__builtin_isless'\r\n/tmp/ccgpcL6r.o: In function = `test_islessequal':\r\n/tmp/ccgpcL6r.o(.text+0x220): undefined reference = to `__builtin_islessequal'\r\n/tmp/ccgpcL6r.o: In function = `test_not_islessequal':\r\n/tmp/ccgpcL6r.o(.text+0x298): undefined = reference to `__builtin_islessequal'\r\n/tmp/ccgpcL6r.o: In function = `test_isgreater':\r\n/tmp/ccgpcL6r.o(.text+0x310): undefined reference = to `__builtin_isgreater'\r\n/tmp/ccgpcL6r.o: In function = `test_not_isgreater':\r\n/tmp/ccgpcL6r.o(.text+0x388): undefined = reference to `__builtin_isgreater'\r\n/tmp/ccgpcL6r.o: In function = `test_isgreaterequal':\r\n/tmp/ccgpcL6r.o(.text+0x400): undefined = reference to `__builtin_isgreaterequal'\r\n/tmp/ccgpcL6r.o: In function = `test_not_isgreaterequal':\r\n/tmp/ccgpcL6r.o(.text+0x478): undefined = reference to `__builtin_isgreaterequal'\r\n/tmp/ccgpcL6r.o: In function = `test_islessgreater':\r\n/tmp/ccgpcL6r.o(.text+0x4f0): undefined = reference to `__builtin_islessgreater'\r\n/tmp/ccgpcL6r.o: In function = `test_not_islessgreater':\r\n/tmp/ccgpcL6r.o(.text+0x568): undefined = reference to `__builtin_islessgreater'\r\ncollect2: ld returned 1 exit = status\r\n" expect: continuing expect expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 6970 exp7 0 1=0A= close result is 6970 exp7 0 1=0A= output is /tmp/ccgpcL6r.o: In function `test_isunordered': /tmp/ccgpcL6r.o(.text+0x40): undefined reference to = `__builtin_isunordered' /tmp/ccgpcL6r.o: In function `test_not_isunordered': /tmp/ccgpcL6r.o(.text+0xb8): undefined reference to = `__builtin_isunordered' /tmp/ccgpcL6r.o: In function `test_isless': /tmp/ccgpcL6r.o(.text+0x130): undefined reference to `__builtin_isless' /tmp/ccgpcL6r.o: In function `test_not_isless': /tmp/ccgpcL6r.o(.text+0x1a8): undefined reference to `__builtin_isless' /tmp/ccgpcL6r.o: In function `test_islessequal': /tmp/ccgpcL6r.o(.text+0x220): undefined reference to = `__builtin_islessequal' /tmp/ccgpcL6r.o: In function `test_not_islessequal': /tmp/ccgpcL6r.o(.text+0x298): undefined reference to = `__builtin_islessequal' /tmp/ccgpcL6r.o: In function `test_isgreater': /tmp/ccgpcL6r.o(.text+0x310): undefined reference to = `__builtin_isgreater' /tmp/ccgpcL6r.o: In function `test_not_isgreater': /tmp/ccgpcL6r.o(.text+0x388): undefined reference to = `__builtin_isgreater' /tmp/ccgpcL6r.o: In function `test_isgreaterequal': /tmp/ccgpcL6r.o(.text+0x400): undefined reference to = `__builtin_isgreaterequal' /tmp/ccgpcL6r.o: In function `test_not_isgreaterequal': /tmp/ccgpcL6r.o(.text+0x478): undefined reference to = `__builtin_isgreaterequal' /tmp/ccgpcL6r.o: In function `test_islessgreater': /tmp/ccgpcL6r.o(.text+0x4f0): undefined reference to = `__builtin_islessgreater' /tmp/ccgpcL6r.o: In function `test_not_islessgreater': /tmp/ccgpcL6r.o(.text+0x568): undefined reference to = `__builtin_islessgreater' collect2: ld returned 1 exit status =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= compiler exited with status 1=0A= output is:=0A= /tmp/ccgpcL6r.o: In function `test_isunordered': /tmp/ccgpcL6r.o(.text+0x40): undefined reference to = `__builtin_isunordered' /tmp/ccgpcL6r.o: In function `test_not_isunordered': /tmp/ccgpcL6r.o(.text+0xb8): undefined reference to = `__builtin_isunordered' /tmp/ccgpcL6r.o: In function `test_isless': /tmp/ccgpcL6r.o(.text+0x130): undefined reference to `__builtin_isless' /tmp/ccgpcL6r.o: In function `test_not_isless': /tmp/ccgpcL6r.o(.text+0x1a8): undefined reference to `__builtin_isless' /tmp/ccgpcL6r.o: In function `test_islessequal': /tmp/ccgpcL6r.o(.text+0x220): undefined reference to = `__builtin_islessequal' /tmp/ccgpcL6r.o: In function `test_not_islessequal': /tmp/ccgpcL6r.o(.text+0x298): undefined reference to = `__builtin_islessequal' /tmp/ccgpcL6r.o: In function `test_isgreater': /tmp/ccgpcL6r.o(.text+0x310): undefined reference to = `__builtin_isgreater' /tmp/ccgpcL6r.o: In function `test_not_isgreater': /tmp/ccgpcL6r.o(.text+0x388): undefined reference to = `__builtin_isgreater' /tmp/ccgpcL6r.o: In function `test_isgreaterequal': /tmp/ccgpcL6r.o(.text+0x400): undefined reference to = `__builtin_isgreaterequal' /tmp/ccgpcL6r.o: In function `test_not_isgreaterequal': /tmp/ccgpcL6r.o(.text+0x478): undefined reference to = `__builtin_isgreaterequal' /tmp/ccgpcL6r.o: In function `test_islessgreater': /tmp/ccgpcL6r.o(.text+0x4f0): undefined reference to = `__builtin_islessgreater' /tmp/ccgpcL6r.o: In function `test_not_islessgreater': /tmp/ccgpcL6r.o(.text+0x568): undefined reference to = `__builtin_islessgreater' collect2: ld returned 1 exit status =0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= FAIL: gcc.c-torture/execute/ieee/fp-cmp-8.c compilation, -O0 =0A= UNRESOLVED: gcc.c-torture/execute/ieee/fp-cmp-8.c execution, -O0 =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/fp-cmp-8.x0 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/fp-cmp-8.x1 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/fp-cmp-8.c, -O1 =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-8.c -w -O1 -DSTACK_SIZE=3D16384 -lm -o = /tmp/fp-cmp-8.x1=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-8.c -w -O1 -DSTACK_SIZE=3D16384 -lm -o = /tmp/fp-cmp-8.x1 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6978} pid is 6978 -6978=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no /tmp/ccus0oBH.o: In function `test_isunordered': /tmp/ccus0oBH.o(.text+0x14): undefined reference to = `__builtin_isunordered' /tmp/ccus0oBH.o: In function `test_not_isunordered': /tmp/ccus0oBH.o(.text+0x44): undefined reference to = `__builtin_isunordered' /tmp/ccus0oBH.o: In function `test_isless': /tmp/ccus0oBH.o(.text+0x74): undefined reference to `__builtin_isless' /tmp/ccus0oBH.o: In function `test_not_isless': /tmp/ccus0oBH.o(.text+0xa4): undefined reference to `__builtin_isless' /tmp/ccus0oBH.o: In function `test_islessequal': /tmp/ccus0oBH.o(.text+0xd4): undefined reference to = `__builtin_islessequal' /tmp/ccus0oBH.o: In function `test_not_islessequal': /tmp/ccus0oBH.o(.text+0x104): undefined reference to = `__builtin_islessequal' /tmp/ccus0oBH.o: In function `test_isgreater': /tmp/ccus0oBH.o(.text+0x134): undefined reference to = `__builtin_isgreater' /tmp/ccus0oBH.o: In function `test_not_isgreater': /tmp/ccus0oBH.o(.text+0x164): undefined reference to = `__builtin_isgreater' /tmp/ccus0oBH.o: In function `test_isgreaterequal': /tmp/ccus0oBH.o(.text+0x194): undefined reference to = `__builtin_isgreaterequal' /tmp/ccus0oBH.o: In function `test_not_isgreaterequal': /tmp/ccus0oBH.o(.text+0x1c4): undefined reference to = `__builtin_isgreaterequal' /tmp/ccus0oBH.o: In function `test_islessgreater': /tmp/ccus0oBH.o(.text+0x1f4): undefined reference to = `__builtin_islessgreater' /tmp/ccus0oBH.o: In function `test_not_islessgreater': /tmp/ccus0oBH.o(.text+0x224): undefined reference to = `__builtin_islessgreater' collect2: ld returned 1 exit status expect: does "/tmp/ccus0oBH.o: In function = `test_isunordered':\r\n/tmp/ccus0oBH.o(.text+0x14): undefined reference = to `__builtin_isunordered'\r\n/tmp/ccus0oBH.o: In function = `test_not_isunordered':\r\n/tmp/ccus0oBH.o(.text+0x44): undefined = reference to `__builtin_isunordered'\r\n/tmp/ccus0oBH.o: In function = `test_isless':\r\n/tmp/ccus0oBH.o(.text+0x74): undefined reference to = `__builtin_isless'\r\n/tmp/ccus0oBH.o: In function = `test_not_isless':\r\n/tmp/ccus0oBH.o(.text+0xa4): undefined reference = to `__builtin_isless'\r\n/tmp/ccus0oBH.o: In function = `test_islessequal':\r\n/tmp/ccus0oBH.o(.text+0xd4): undefined reference = to `__builtin_islessequal'\r\n/tmp/ccus0oBH.o: In function = `test_not_islessequal':\r\n/tmp/ccus0oBH.o(.text+0x104): undefined = reference to `__builtin_islessequal'\r\n/tmp/ccus0oBH.o: In function = `test_isgreater':\r\n/tmp/ccus0oBH.o(.text+0x134): undefined reference = to `__builtin_isgreater'\r\n/tmp/ccus0oBH.o: In function = `test_not_isgreater':\r\n/tmp/ccus0oBH.o(.text+0x164): undefined = reference to `__builtin_isgreater'\r\n/tmp/ccus0oBH.o: In function = `test_isgreaterequal':\r\n/tmp/ccus0oBH.o(.text+0x194): undefined = reference to `__builtin_isgreaterequal'\r\n/tmp/ccus0oBH.o: In function = `test_not_isgreaterequal':\r\n/tmp/ccus0oBH.o(.text+0x1c4): undefined = reference to `__builtin_isgreaterequal'\r\n/tmp/ccus0oBH.o: In function = `test_islessgreater':\r\n/tmp/ccus0oBH.o(.text+0x1f4): undefined = reference to `__builtin_islessgreater'\r\n/tmp/ccus0oBH.o: In function = `test_not_islessgreater':\r\n/tmp/ccus0oBH.o(.text+0x224): undefined = reference to `__builtin_islessgreater'\r\ncollect2: ld returned 1 exit = status\r\n" (spawn_id exp7) match regular expression ".+"? yes expect: set expect_out(0,string) "/tmp/ccus0oBH.o: In function = `test_isunordered':\r\n/tmp/ccus0oBH.o(.text+0x14): undefined reference = to `__builtin_isunordered'\r\n/tmp/ccus0oBH.o: In function = `test_not_isunordered':\r\n/tmp/ccus0oBH.o(.text+0x44): undefined = reference to `__builtin_isunordered'\r\n/tmp/ccus0oBH.o: In function = `test_isless':\r\n/tmp/ccus0oBH.o(.text+0x74): undefined reference to = `__builtin_isless'\r\n/tmp/ccus0oBH.o: In function = `test_not_isless':\r\n/tmp/ccus0oBH.o(.text+0xa4): undefined reference = to `__builtin_isless'\r\n/tmp/ccus0oBH.o: In function = `test_islessequal':\r\n/tmp/ccus0oBH.o(.text+0xd4): undefined reference = to `__builtin_islessequal'\r\n/tmp/ccus0oBH.o: In function = `test_not_islessequal':\r\n/tmp/ccus0oBH.o(.text+0x104): undefined = reference to `__builtin_islessequal'\r\n/tmp/ccus0oBH.o: In function = `test_isgreater':\r\n/tmp/ccus0oBH.o(.text+0x134): undefined reference = to `__builtin_isgreater'\r\n/tmp/ccus0oBH.o: In function = `test_not_isgreater':\r\n/tmp/ccus0oBH.o(.text+0x164): undefined = reference to `__builtin_isgreater'\r\n/tmp/ccus0oBH.o: In function = `test_isgreaterequal':\r\n/tmp/ccus0oBH.o(.text+0x194): undefined = reference to `__builtin_isgreaterequal'\r\n/tmp/ccus0oBH.o: In function = `test_not_isgreaterequal':\r\n/tmp/ccus0oBH.o(.text+0x1c4): undefined = reference to `__builtin_isgreaterequal'\r\n/tmp/ccus0oBH.o: In function = `test_islessgreater':\r\n/tmp/ccus0oBH.o(.text+0x1f4): undefined = reference to `__builtin_islessgreater'\r\n/tmp/ccus0oBH.o: In function = `test_not_islessgreater':\r\n/tmp/ccus0oBH.o(.text+0x224): undefined = reference to `__builtin_islessgreater'\r\ncollect2: ld returned 1 exit = status\r\n" expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "/tmp/ccus0oBH.o: In function = `test_isunordered':\r\n/tmp/ccus0oBH.o(.text+0x14): undefined reference = to `__builtin_isunordered'\r\n/tmp/ccus0oBH.o: In function = `test_not_isunordered':\r\n/tmp/ccus0oBH.o(.text+0x44): undefined = reference to `__builtin_isunordered'\r\n/tmp/ccus0oBH.o: In function = `test_isless':\r\n/tmp/ccus0oBH.o(.text+0x74): undefined reference to = `__builtin_isless'\r\n/tmp/ccus0oBH.o: In function = `test_not_isless':\r\n/tmp/ccus0oBH.o(.text+0xa4): undefined reference = to `__builtin_isless'\r\n/tmp/ccus0oBH.o: In function = `test_islessequal':\r\n/tmp/ccus0oBH.o(.text+0xd4): undefined reference = to `__builtin_islessequal'\r\n/tmp/ccus0oBH.o: In function = `test_not_islessequal':\r\n/tmp/ccus0oBH.o(.text+0x104): undefined = reference to `__builtin_islessequal'\r\n/tmp/ccus0oBH.o: In function = `test_isgreater':\r\n/tmp/ccus0oBH.o(.text+0x134): undefined reference = to `__builtin_isgreater'\r\n/tmp/ccus0oBH.o: In function = `test_not_isgreater':\r\n/tmp/ccus0oBH.o(.text+0x164): undefined = reference to `__builtin_isgreater'\r\n/tmp/ccus0oBH.o: In function = `test_isgreaterequal':\r\n/tmp/ccus0oBH.o(.text+0x194): undefined = reference to `__builtin_isgreaterequal'\r\n/tmp/ccus0oBH.o: In function = `test_not_isgreaterequal':\r\n/tmp/ccus0oBH.o(.text+0x1c4): undefined = reference to `__builtin_isgreaterequal'\r\n/tmp/ccus0oBH.o: In function = `test_islessgreater':\r\n/tmp/ccus0oBH.o(.text+0x1f4): undefined = reference to `__builtin_islessgreater'\r\n/tmp/ccus0oBH.o: In function = `test_not_islessgreater':\r\n/tmp/ccus0oBH.o(.text+0x224): undefined = reference to `__builtin_islessgreater'\r\ncollect2: ld returned 1 exit = status\r\n" expect: continuing expect expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 6978 exp7 0 1=0A= close result is 6978 exp7 0 1=0A= output is /tmp/ccus0oBH.o: In function `test_isunordered': /tmp/ccus0oBH.o(.text+0x14): undefined reference to = `__builtin_isunordered' /tmp/ccus0oBH.o: In function `test_not_isunordered': /tmp/ccus0oBH.o(.text+0x44): undefined reference to = `__builtin_isunordered' /tmp/ccus0oBH.o: In function `test_isless': /tmp/ccus0oBH.o(.text+0x74): undefined reference to `__builtin_isless' /tmp/ccus0oBH.o: In function `test_not_isless': /tmp/ccus0oBH.o(.text+0xa4): undefined reference to `__builtin_isless' /tmp/ccus0oBH.o: In function `test_islessequal': /tmp/ccus0oBH.o(.text+0xd4): undefined reference to = `__builtin_islessequal' /tmp/ccus0oBH.o: In function `test_not_islessequal': /tmp/ccus0oBH.o(.text+0x104): undefined reference to = `__builtin_islessequal' /tmp/ccus0oBH.o: In function `test_isgreater': /tmp/ccus0oBH.o(.text+0x134): undefined reference to = `__builtin_isgreater' /tmp/ccus0oBH.o: In function `test_not_isgreater': /tmp/ccus0oBH.o(.text+0x164): undefined reference to = `__builtin_isgreater' /tmp/ccus0oBH.o: In function `test_isgreaterequal': /tmp/ccus0oBH.o(.text+0x194): undefined reference to = `__builtin_isgreaterequal' /tmp/ccus0oBH.o: In function `test_not_isgreaterequal': /tmp/ccus0oBH.o(.text+0x1c4): undefined reference to = `__builtin_isgreaterequal' /tmp/ccus0oBH.o: In function `test_islessgreater': /tmp/ccus0oBH.o(.text+0x1f4): undefined reference to = `__builtin_islessgreater' /tmp/ccus0oBH.o: In function `test_not_islessgreater': /tmp/ccus0oBH.o(.text+0x224): undefined reference to = `__builtin_islessgreater' collect2: ld returned 1 exit status =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= compiler exited with status 1=0A= output is:=0A= /tmp/ccus0oBH.o: In function `test_isunordered': /tmp/ccus0oBH.o(.text+0x14): undefined reference to = `__builtin_isunordered' /tmp/ccus0oBH.o: In function `test_not_isunordered': /tmp/ccus0oBH.o(.text+0x44): undefined reference to = `__builtin_isunordered' /tmp/ccus0oBH.o: In function `test_isless': /tmp/ccus0oBH.o(.text+0x74): undefined reference to `__builtin_isless' /tmp/ccus0oBH.o: In function `test_not_isless': /tmp/ccus0oBH.o(.text+0xa4): undefined reference to `__builtin_isless' /tmp/ccus0oBH.o: In function `test_islessequal': /tmp/ccus0oBH.o(.text+0xd4): undefined reference to = `__builtin_islessequal' /tmp/ccus0oBH.o: In function `test_not_islessequal': /tmp/ccus0oBH.o(.text+0x104): undefined reference to = `__builtin_islessequal' /tmp/ccus0oBH.o: In function `test_isgreater': /tmp/ccus0oBH.o(.text+0x134): undefined reference to = `__builtin_isgreater' /tmp/ccus0oBH.o: In function `test_not_isgreater': /tmp/ccus0oBH.o(.text+0x164): undefined reference to = `__builtin_isgreater' /tmp/ccus0oBH.o: In function `test_isgreaterequal': /tmp/ccus0oBH.o(.text+0x194): undefined reference to = `__builtin_isgreaterequal' /tmp/ccus0oBH.o: In function `test_not_isgreaterequal': /tmp/ccus0oBH.o(.text+0x1c4): undefined reference to = `__builtin_isgreaterequal' /tmp/ccus0oBH.o: In function `test_islessgreater': /tmp/ccus0oBH.o(.text+0x1f4): undefined reference to = `__builtin_islessgreater' /tmp/ccus0oBH.o: In function `test_not_islessgreater': /tmp/ccus0oBH.o(.text+0x224): undefined reference to = `__builtin_islessgreater' collect2: ld returned 1 exit status =0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= FAIL: gcc.c-torture/execute/ieee/fp-cmp-8.c compilation, -O1 =0A= UNRESOLVED: gcc.c-torture/execute/ieee/fp-cmp-8.c execution, -O1 =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/fp-cmp-8.x1 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/fp-cmp-8.x2 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/fp-cmp-8.c, -O2 =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-8.c -w -O2 -DSTACK_SIZE=3D16384 -lm -o = /tmp/fp-cmp-8.x2=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-8.c -w -O2 -DSTACK_SIZE=3D16384 -lm -o = /tmp/fp-cmp-8.x2 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6986} pid is 6986 -6986=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no /tmp/cceSdc9O.o: In function `test_isunordered': /tmp/cceSdc9O.o(.text+0x14): undefined reference to = `__builtin_isunordered' /tmp/cceSdc9O.o: In function `test_not_isunordered': /tmp/cceSdc9O.o(.text+0x48): undefined reference to = `__builtin_isunordered' /tmp/cceSdc9O.o: In function `test_isless': /tmp/cceSdc9O.o(.text+0x7c): undefined reference to `__builtin_isless' /tmp/cceSdc9O.o: In function `test_not_isless': /tmp/cceSdc9O.o(.text+0xb0): undefined reference to `__builtin_isless' /tmp/cceSdc9O.o: In function `test_islessequal': /tmp/cceSdc9O.o(.text+0xe4): undefined reference to = `__builtin_islessequal' /tmp/cceSdc9O.o: In function `test_not_islessequal': /tmp/cceSdc9O.o(.text+0x118): undefined reference to = `__builtin_islessequal' /tmp/cceSdc9O.o: In function `test_isgreater': /tmp/cceSdc9O.o(.text+0x14c): undefined reference to = `__builtin_isgreater' /tmp/cceSdc9O.o: In function `test_not_isgreater': /tmp/cceSdc9O.o(.text+0x180): undefined reference to = `__builtin_isgreater' /tmp/cceSdc9O.o: In function `test_isgreaterequal': /tmp/cceSdc9O.o(.text+0x1b4): undefined reference to = `__builtin_isgreaterequal' /tmp/cceSdc9O.o: In function `test_not_isgreaterequal': /tmp/cceSdc9O.o(.text+0x1e8): undefined reference to = `__builtin_isgreaterequal' /tmp/cceSdc9O.o: In function `test_islessgreater': /tmp/cceSdc9O.o(.text+0x21c): undefined reference to = `__builtin_islessgreater' /tmp/cceSdc9O.o: In function `test_not_islessgreater': /tmp/cceSdc9O.o(.text+0x250): undefined reference to = `__builtin_islessgreater' collect2: ld returned 1 exit status expect: does "/tmp/cceSdc9O.o: In function = `test_isunordered':\r\n/tmp/cceSdc9O.o(.text+0x14): undefined reference = to `__builtin_isunordered'\r\n/tmp/cceSdc9O.o: In function = `test_not_isunordered':\r\n/tmp/cceSdc9O.o(.text+0x48): undefined = reference to `__builtin_isunordered'\r\n/tmp/cceSdc9O.o: In function = `test_isless':\r\n/tmp/cceSdc9O.o(.text+0x7c): undefined reference to = `__builtin_isless'\r\n/tmp/cceSdc9O.o: In function = `test_not_isless':\r\n/tmp/cceSdc9O.o(.text+0xb0): undefined reference = to `__builtin_isless'\r\n/tmp/cceSdc9O.o: In function = `test_islessequal':\r\n/tmp/cceSdc9O.o(.text+0xe4): undefined reference = to `__builtin_islessequal'\r\n/tmp/cceSdc9O.o: In function = `test_not_islessequal':\r\n/tmp/cceSdc9O.o(.text+0x118): undefined = reference to `__builtin_islessequal'\r\n/tmp/cceSdc9O.o: In function = `test_isgreater':\r\n/tmp/cceSdc9O.o(.text+0x14c): undefined reference = to `__builtin_isgreater'\r\n/tmp/cceSdc9O.o: In function = `test_not_isgreater':\r\n/tmp/cceSdc9O.o(.text+0x180): undefined = reference to `__builtin_isgreater'\r\n/tmp/cceSdc9O.o: In function = `test_isgreaterequal':\r\n/tmp/cceSdc9O.o(.text+0x1b4): undefined = reference to `__builtin_isgreaterequal'\r\n/tmp/cceSdc9O.o: In function = `test_not_isgreaterequal':\r\n/tmp/cceSdc9O.o(.text+0x1e8): undefined = reference to `__builtin_isgreaterequal'\r\n/tmp/cceSdc9O.o: In function = `test_islessgreater':\r\n/tmp/cceSdc9O.o(.text+0x21c): undefined = reference to `__builtin_islessgreater'\r\n/tmp/cceSdc9O.o: In function = `test_not_islessgreater':\r\n/tmp/cceSdc9O.o(.text+0x250): undefined = reference to `__builtin_islessgreater'\r\ncollect2: ld returned 1 exit = status\r\n" (spawn_id exp7) match regular expression ".+"? yes expect: set expect_out(0,string) "/tmp/cceSdc9O.o: In function = `test_isunordered':\r\n/tmp/cceSdc9O.o(.text+0x14): undefined reference = to `__builtin_isunordered'\r\n/tmp/cceSdc9O.o: In function = `test_not_isunordered':\r\n/tmp/cceSdc9O.o(.text+0x48): undefined = reference to `__builtin_isunordered'\r\n/tmp/cceSdc9O.o: In function = `test_isless':\r\n/tmp/cceSdc9O.o(.text+0x7c): undefined reference to = `__builtin_isless'\r\n/tmp/cceSdc9O.o: In function = `test_not_isless':\r\n/tmp/cceSdc9O.o(.text+0xb0): undefined reference = to `__builtin_isless'\r\n/tmp/cceSdc9O.o: In function = `test_islessequal':\r\n/tmp/cceSdc9O.o(.text+0xe4): undefined reference = to `__builtin_islessequal'\r\n/tmp/cceSdc9O.o: In function = `test_not_islessequal':\r\n/tmp/cceSdc9O.o(.text+0x118): undefined = reference to `__builtin_islessequal'\r\n/tmp/cceSdc9O.o: In function = `test_isgreater':\r\n/tmp/cceSdc9O.o(.text+0x14c): undefined reference = to `__builtin_isgreater'\r\n/tmp/cceSdc9O.o: In function = `test_not_isgreater':\r\n/tmp/cceSdc9O.o(.text+0x180): undefined = reference to `__builtin_isgreater'\r\n/tmp/cceSdc9O.o: In function = `test_isgreaterequal':\r\n/tmp/cceSdc9O.o(.text+0x1b4): undefined = reference to `__builtin_isgreaterequal'\r\n/tmp/cceSdc9O.o: In function = `test_not_isgreaterequal':\r\n/tmp/cceSdc9O.o(.text+0x1e8): undefined = reference to `__builtin_isgreaterequal'\r\n/tmp/cceSdc9O.o: In function = `test_islessgreater':\r\n/tmp/cceSdc9O.o(.text+0x21c): undefined = reference to `__builtin_islessgreater'\r\n/tmp/cceSdc9O.o: In function = `test_not_islessgreater':\r\n/tmp/cceSdc9O.o(.text+0x250): undefined = reference to `__builtin_islessgreater'\r\ncollect2: ld returned 1 exit = status\r\n" expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "/tmp/cceSdc9O.o: In function = `test_isunordered':\r\n/tmp/cceSdc9O.o(.text+0x14): undefined reference = to `__builtin_isunordered'\r\n/tmp/cceSdc9O.o: In function = `test_not_isunordered':\r\n/tmp/cceSdc9O.o(.text+0x48): undefined = reference to `__builtin_isunordered'\r\n/tmp/cceSdc9O.o: In function = `test_isless':\r\n/tmp/cceSdc9O.o(.text+0x7c): undefined reference to = `__builtin_isless'\r\n/tmp/cceSdc9O.o: In function = `test_not_isless':\r\n/tmp/cceSdc9O.o(.text+0xb0): undefined reference = to `__builtin_isless'\r\n/tmp/cceSdc9O.o: In function = `test_islessequal':\r\n/tmp/cceSdc9O.o(.text+0xe4): undefined reference = to `__builtin_islessequal'\r\n/tmp/cceSdc9O.o: In function = `test_not_islessequal':\r\n/tmp/cceSdc9O.o(.text+0x118): undefined = reference to `__builtin_islessequal'\r\n/tmp/cceSdc9O.o: In function = `test_isgreater':\r\n/tmp/cceSdc9O.o(.text+0x14c): undefined reference = to `__builtin_isgreater'\r\n/tmp/cceSdc9O.o: In function = `test_not_isgreater':\r\n/tmp/cceSdc9O.o(.text+0x180): undefined = reference to `__builtin_isgreater'\r\n/tmp/cceSdc9O.o: In function = `test_isgreaterequal':\r\n/tmp/cceSdc9O.o(.text+0x1b4): undefined = reference to `__builtin_isgreaterequal'\r\n/tmp/cceSdc9O.o: In function = `test_not_isgreaterequal':\r\n/tmp/cceSdc9O.o(.text+0x1e8): undefined = reference to `__builtin_isgreaterequal'\r\n/tmp/cceSdc9O.o: In function = `test_islessgreater':\r\n/tmp/cceSdc9O.o(.text+0x21c): undefined = reference to `__builtin_islessgreater'\r\n/tmp/cceSdc9O.o: In function = `test_not_islessgreater':\r\n/tmp/cceSdc9O.o(.text+0x250): undefined = reference to `__builtin_islessgreater'\r\ncollect2: ld returned 1 exit = status\r\n" expect: continuing expect expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 6986 exp7 0 1=0A= close result is 6986 exp7 0 1=0A= output is /tmp/cceSdc9O.o: In function `test_isunordered': /tmp/cceSdc9O.o(.text+0x14): undefined reference to = `__builtin_isunordered' /tmp/cceSdc9O.o: In function `test_not_isunordered': /tmp/cceSdc9O.o(.text+0x48): undefined reference to = `__builtin_isunordered' /tmp/cceSdc9O.o: In function `test_isless': /tmp/cceSdc9O.o(.text+0x7c): undefined reference to `__builtin_isless' /tmp/cceSdc9O.o: In function `test_not_isless': /tmp/cceSdc9O.o(.text+0xb0): undefined reference to `__builtin_isless' /tmp/cceSdc9O.o: In function `test_islessequal': /tmp/cceSdc9O.o(.text+0xe4): undefined reference to = `__builtin_islessequal' /tmp/cceSdc9O.o: In function `test_not_islessequal': /tmp/cceSdc9O.o(.text+0x118): undefined reference to = `__builtin_islessequal' /tmp/cceSdc9O.o: In function `test_isgreater': /tmp/cceSdc9O.o(.text+0x14c): undefined reference to = `__builtin_isgreater' /tmp/cceSdc9O.o: In function `test_not_isgreater': /tmp/cceSdc9O.o(.text+0x180): undefined reference to = `__builtin_isgreater' /tmp/cceSdc9O.o: In function `test_isgreaterequal': /tmp/cceSdc9O.o(.text+0x1b4): undefined reference to = `__builtin_isgreaterequal' /tmp/cceSdc9O.o: In function `test_not_isgreaterequal': /tmp/cceSdc9O.o(.text+0x1e8): undefined reference to = `__builtin_isgreaterequal' /tmp/cceSdc9O.o: In function `test_islessgreater': /tmp/cceSdc9O.o(.text+0x21c): undefined reference to = `__builtin_islessgreater' /tmp/cceSdc9O.o: In function `test_not_islessgreater': /tmp/cceSdc9O.o(.text+0x250): undefined reference to = `__builtin_islessgreater' collect2: ld returned 1 exit status =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= compiler exited with status 1=0A= output is:=0A= /tmp/cceSdc9O.o: In function `test_isunordered': /tmp/cceSdc9O.o(.text+0x14): undefined reference to = `__builtin_isunordered' /tmp/cceSdc9O.o: In function `test_not_isunordered': /tmp/cceSdc9O.o(.text+0x48): undefined reference to = `__builtin_isunordered' /tmp/cceSdc9O.o: In function `test_isless': /tmp/cceSdc9O.o(.text+0x7c): undefined reference to `__builtin_isless' /tmp/cceSdc9O.o: In function `test_not_isless': /tmp/cceSdc9O.o(.text+0xb0): undefined reference to `__builtin_isless' /tmp/cceSdc9O.o: In function `test_islessequal': /tmp/cceSdc9O.o(.text+0xe4): undefined reference to = `__builtin_islessequal' /tmp/cceSdc9O.o: In function `test_not_islessequal': /tmp/cceSdc9O.o(.text+0x118): undefined reference to = `__builtin_islessequal' /tmp/cceSdc9O.o: In function `test_isgreater': /tmp/cceSdc9O.o(.text+0x14c): undefined reference to = `__builtin_isgreater' /tmp/cceSdc9O.o: In function `test_not_isgreater': /tmp/cceSdc9O.o(.text+0x180): undefined reference to = `__builtin_isgreater' /tmp/cceSdc9O.o: In function `test_isgreaterequal': /tmp/cceSdc9O.o(.text+0x1b4): undefined reference to = `__builtin_isgreaterequal' /tmp/cceSdc9O.o: In function `test_not_isgreaterequal': /tmp/cceSdc9O.o(.text+0x1e8): undefined reference to = `__builtin_isgreaterequal' /tmp/cceSdc9O.o: In function `test_islessgreater': /tmp/cceSdc9O.o(.text+0x21c): undefined reference to = `__builtin_islessgreater' /tmp/cceSdc9O.o: In function `test_not_islessgreater': /tmp/cceSdc9O.o(.text+0x250): undefined reference to = `__builtin_islessgreater' collect2: ld returned 1 exit status =0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= FAIL: gcc.c-torture/execute/ieee/fp-cmp-8.c compilation, -O2 =0A= UNRESOLVED: gcc.c-torture/execute/ieee/fp-cmp-8.c execution, -O2 =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/fp-cmp-8.x2 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/fp-cmp-8.x3 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/fp-cmp-8.c, -O3 -fomit-frame-pointer =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-8.c -w -O3 -fomit-frame-pointer = -DSTACK_SIZE=3D16384 -lm -o /tmp/fp-cmp-8.x3=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-8.c -w -O3 -fomit-frame-pointer = -DSTACK_SIZE=3D16384 -lm -o /tmp/fp-cmp-8.x3 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {6994} pid is 6994 -6994=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no /tmp/ccq6dpa5.o: In function `test_isunordered': /tmp/ccq6dpa5.o(.text+0x1b0): undefined reference to = `__builtin_isunordered' /tmp/ccq6dpa5.o: In function `test_not_isunordered': /tmp/ccq6dpa5.o(.text+0x1e0): undefined reference to = `__builtin_isunordered' /tmp/ccq6dpa5.o: In function `test_isless': /tmp/ccq6dpa5.o(.text+0x210): undefined reference to `__builtin_isless' /tmp/ccq6dpa5.o: In function `test_not_isless': /tmp/ccq6dpa5.o(.text+0x240): undefined reference to `__builtin_isless' /tmp/ccq6dpa5.o: In function `test_islessequal': /tmp/ccq6dpa5.o(.text+0x270): undefined reference to = `__builtin_islessequal' /tmp/ccq6dpa5.o: In function `test_not_islessequal': /tmp/ccq6dpa5.o(.text+0x2a0): undefined reference to = `__builtin_islessequal' /tmp/ccq6dpa5.o: In function `test_isgreater': /tmp/ccq6dpa5.o(.text+0x2d0): undefined reference to = `__builtin_isgreater' /tmp/ccq6dpa5.o: In function `test_not_isgreater': /tmp/ccq6dpa5.o(.text+0x300): undefined reference to = `__builtin_isgreater' /tmp/ccq6dpa5.o: In function `test_isgreaterequal': /tmp/ccq6dpa5.o(.text+0x330): undefined reference to = `__builtin_isgreaterequal' /tmp/ccq6dpa5.o: In function `test_not_isgreaterequal': /tmp/ccq6dpa5.o(.text+0x360): undefined reference to = `__builtin_isgreaterequal' /tmp/ccq6dpa5.o: In function `test_islessgreater': /tmp/ccq6dpa5.o(.text+0x390): undefined reference to = `__builtin_islessgreater' /tmp/ccq6dpa5.o: In function `test_not_islessgreater': /tmp/ccq6dpa5.o(.text+0x3c0): undefined reference to = `__builtin_islessgreater' collect2: ld returned 1 exit status expect: does "/tmp/ccq6dpa5.o: In function = `test_isunordered':\r\n/tmp/ccq6dpa5.o(.text+0x1b0): undefined reference = to `__builtin_isunordered'\r\n/tmp/ccq6dpa5.o: In function = `test_not_isunordered':\r\n/tmp/ccq6dpa5.o(.text+0x1e0): undefined = reference to `__builtin_isunordered'\r\n/tmp/ccq6dpa5.o: In function = `test_isless':\r\n/tmp/ccq6dpa5.o(.text+0x210): undefined reference to = `__builtin_isless'\r\n/tmp/ccq6dpa5.o: In function = `test_not_isless':\r\n/tmp/ccq6dpa5.o(.text+0x240): undefined reference = to `__builtin_isless'\r\n/tmp/ccq6dpa5.o: In function = `test_islessequal':\r\n/tmp/ccq6dpa5.o(.text+0x270): undefined reference = to `__builtin_islessequal'\r\n/tmp/ccq6dpa5.o: In function = `test_not_islessequal':\r\n/tmp/ccq6dpa5.o(.text+0x2a0): undefined = reference to `__builtin_islessequal'\r\n/tmp/ccq6dpa5.o: In function = `test_isgreater':\r\n/tmp/ccq6dpa5.o(.text+0x2d0): undefined reference = to `__builtin_isgreater'\r\n/tmp/ccq6dpa5.o: In function = `test_not_isgreater':\r\n/tmp/ccq6dpa5.o(.text+0x300): undefined = reference to `__builtin_isgreater'\r\n/tmp/ccq6dpa5.o: In function = `test_isgreaterequal':\r\n/tmp/ccq6dpa5.o(.text+0x330): undefined = reference to `__builtin_isgreaterequal'\r\n/tmp/ccq6dpa5.o: In function = `test_not_isgreaterequal':\r\n/tmp/ccq6dpa5.o(.text+0x360): undefined = reference to `__builtin_isgreaterequal'\r\n/tmp/ccq6dpa5.o: In function = `test_islessgreater':\r\n/tmp/ccq6dpa5.o(.text+0x390): undefined = reference to `__builtin_islessgreater'\r\n/tmp/ccq6dpa5.o: In function = `test_not_islessgreater':\r\n/tmp/ccq6dpa5.o(.text+0x3c0): undefined = reference to `__builtin_islessgreater'\r\ncollect2: ld returned 1 exit = status\r\n" (spawn_id exp7) match regular expression ".+"? yes expect: set expect_out(0,string) "/tmp/ccq6dpa5.o: In function = `test_isunordered':\r\n/tmp/ccq6dpa5.o(.text+0x1b0): undefined reference = to `__builtin_isunordered'\r\n/tmp/ccq6dpa5.o: In function = `test_not_isunordered':\r\n/tmp/ccq6dpa5.o(.text+0x1e0): undefined = reference to `__builtin_isunordered'\r\n/tmp/ccq6dpa5.o: In function = `test_isless':\r\n/tmp/ccq6dpa5.o(.text+0x210): undefined reference to = `__builtin_isless'\r\n/tmp/ccq6dpa5.o: In function = `test_not_isless':\r\n/tmp/ccq6dpa5.o(.text+0x240): undefined reference = to `__builtin_isless'\r\n/tmp/ccq6dpa5.o: In function = `test_islessequal':\r\n/tmp/ccq6dpa5.o(.text+0x270): undefined reference = to `__builtin_islessequal'\r\n/tmp/ccq6dpa5.o: In function = `test_not_islessequal':\r\n/tmp/ccq6dpa5.o(.text+0x2a0): undefined = reference to `__builtin_islessequal'\r\n/tmp/ccq6dpa5.o: In function = `test_isgreater':\r\n/tmp/ccq6dpa5.o(.text+0x2d0): undefined reference = to `__builtin_isgreater'\r\n/tmp/ccq6dpa5.o: In function = `test_not_isgreater':\r\n/tmp/ccq6dpa5.o(.text+0x300): undefined = reference to `__builtin_isgreater'\r\n/tmp/ccq6dpa5.o: In function = `test_isgreaterequal':\r\n/tmp/ccq6dpa5.o(.text+0x330): undefined = reference to `__builtin_isgreaterequal'\r\n/tmp/ccq6dpa5.o: In function = `test_not_isgreaterequal':\r\n/tmp/ccq6dpa5.o(.text+0x360): undefined = reference to `__builtin_isgreaterequal'\r\n/tmp/ccq6dpa5.o: In function = `test_islessgreater':\r\n/tmp/ccq6dpa5.o(.text+0x390): undefined = reference to `__builtin_islessgreater'\r\n/tmp/ccq6dpa5.o: In function = `test_not_islessgreater':\r\n/tmp/ccq6dpa5.o(.text+0x3c0): undefined = reference to `__builtin_islessgreater'\r\ncollect2: ld returned 1 exit = status\r\n" expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "/tmp/ccq6dpa5.o: In function = `test_isunordered':\r\n/tmp/ccq6dpa5.o(.text+0x1b0): undefined reference = to `__builtin_isunordered'\r\n/tmp/ccq6dpa5.o: In function = `test_not_isunordered':\r\n/tmp/ccq6dpa5.o(.text+0x1e0): undefined = reference to `__builtin_isunordered'\r\n/tmp/ccq6dpa5.o: In function = `test_isless':\r\n/tmp/ccq6dpa5.o(.text+0x210): undefined reference to = `__builtin_isless'\r\n/tmp/ccq6dpa5.o: In function = `test_not_isless':\r\n/tmp/ccq6dpa5.o(.text+0x240): undefined reference = to `__builtin_isless'\r\n/tmp/ccq6dpa5.o: In function = `test_islessequal':\r\n/tmp/ccq6dpa5.o(.text+0x270): undefined reference = to `__builtin_islessequal'\r\n/tmp/ccq6dpa5.o: In function = `test_not_islessequal':\r\n/tmp/ccq6dpa5.o(.text+0x2a0): undefined = reference to `__builtin_islessequal'\r\n/tmp/ccq6dpa5.o: In function = `test_isgreater':\r\n/tmp/ccq6dpa5.o(.text+0x2d0): undefined reference = to `__builtin_isgreater'\r\n/tmp/ccq6dpa5.o: In function = `test_not_isgreater':\r\n/tmp/ccq6dpa5.o(.text+0x300): undefined = reference to `__builtin_isgreater'\r\n/tmp/ccq6dpa5.o: In function = `test_isgreaterequal':\r\n/tmp/ccq6dpa5.o(.text+0x330): undefined = reference to `__builtin_isgreaterequal'\r\n/tmp/ccq6dpa5.o: In function = `test_not_isgreaterequal':\r\n/tmp/ccq6dpa5.o(.text+0x360): undefined = reference to `__builtin_isgreaterequal'\r\n/tmp/ccq6dpa5.o: In function = `test_islessgreater':\r\n/tmp/ccq6dpa5.o(.text+0x390): undefined = reference to `__builtin_islessgreater'\r\n/tmp/ccq6dpa5.o: In function = `test_not_islessgreater':\r\n/tmp/ccq6dpa5.o(.text+0x3c0): undefined = reference to `__builtin_islessgreater'\r\ncollect2: ld returned 1 exit = status\r\n" expect: continuing expect expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 6994 exp7 0 1=0A= close result is 6994 exp7 0 1=0A= output is /tmp/ccq6dpa5.o: In function `test_isunordered': /tmp/ccq6dpa5.o(.text+0x1b0): undefined reference to = `__builtin_isunordered' /tmp/ccq6dpa5.o: In function `test_not_isunordered': /tmp/ccq6dpa5.o(.text+0x1e0): undefined reference to = `__builtin_isunordered' /tmp/ccq6dpa5.o: In function `test_isless': /tmp/ccq6dpa5.o(.text+0x210): undefined reference to `__builtin_isless' /tmp/ccq6dpa5.o: In function `test_not_isless': /tmp/ccq6dpa5.o(.text+0x240): undefined reference to `__builtin_isless' /tmp/ccq6dpa5.o: In function `test_islessequal': /tmp/ccq6dpa5.o(.text+0x270): undefined reference to = `__builtin_islessequal' /tmp/ccq6dpa5.o: In function `test_not_islessequal': /tmp/ccq6dpa5.o(.text+0x2a0): undefined reference to = `__builtin_islessequal' /tmp/ccq6dpa5.o: In function `test_isgreater': /tmp/ccq6dpa5.o(.text+0x2d0): undefined reference to = `__builtin_isgreater' /tmp/ccq6dpa5.o: In function `test_not_isgreater': /tmp/ccq6dpa5.o(.text+0x300): undefined reference to = `__builtin_isgreater' /tmp/ccq6dpa5.o: In function `test_isgreaterequal': /tmp/ccq6dpa5.o(.text+0x330): undefined reference to = `__builtin_isgreaterequal' /tmp/ccq6dpa5.o: In function `test_not_isgreaterequal': /tmp/ccq6dpa5.o(.text+0x360): undefined reference to = `__builtin_isgreaterequal' /tmp/ccq6dpa5.o: In function `test_islessgreater': /tmp/ccq6dpa5.o(.text+0x390): undefined reference to = `__builtin_islessgreater' /tmp/ccq6dpa5.o: In function `test_not_islessgreater': /tmp/ccq6dpa5.o(.text+0x3c0): undefined reference to = `__builtin_islessgreater' collect2: ld returned 1 exit status =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= compiler exited with status 1=0A= output is:=0A= /tmp/ccq6dpa5.o: In function `test_isunordered': /tmp/ccq6dpa5.o(.text+0x1b0): undefined reference to = `__builtin_isunordered' /tmp/ccq6dpa5.o: In function `test_not_isunordered': /tmp/ccq6dpa5.o(.text+0x1e0): undefined reference to = `__builtin_isunordered' /tmp/ccq6dpa5.o: In function `test_isless': /tmp/ccq6dpa5.o(.text+0x210): undefined reference to `__builtin_isless' /tmp/ccq6dpa5.o: In function `test_not_isless': /tmp/ccq6dpa5.o(.text+0x240): undefined reference to `__builtin_isless' /tmp/ccq6dpa5.o: In function `test_islessequal': /tmp/ccq6dpa5.o(.text+0x270): undefined reference to = `__builtin_islessequal' /tmp/ccq6dpa5.o: In function `test_not_islessequal': /tmp/ccq6dpa5.o(.text+0x2a0): undefined reference to = `__builtin_islessequal' /tmp/ccq6dpa5.o: In function `test_isgreater': /tmp/ccq6dpa5.o(.text+0x2d0): undefined reference to = `__builtin_isgreater' /tmp/ccq6dpa5.o: In function `test_not_isgreater': /tmp/ccq6dpa5.o(.text+0x300): undefined reference to = `__builtin_isgreater' /tmp/ccq6dpa5.o: In function `test_isgreaterequal': /tmp/ccq6dpa5.o(.text+0x330): undefined reference to = `__builtin_isgreaterequal' /tmp/ccq6dpa5.o: In function `test_not_isgreaterequal': /tmp/ccq6dpa5.o(.text+0x360): undefined reference to = `__builtin_isgreaterequal' /tmp/ccq6dpa5.o: In function `test_islessgreater': /tmp/ccq6dpa5.o(.text+0x390): undefined reference to = `__builtin_islessgreater' /tmp/ccq6dpa5.o: In function `test_not_islessgreater': /tmp/ccq6dpa5.o(.text+0x3c0): undefined reference to = `__builtin_islessgreater' collect2: ld returned 1 exit status =0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= FAIL: gcc.c-torture/execute/ieee/fp-cmp-8.c compilation, -O3 = -fomit-frame-pointer =0A= UNRESOLVED: gcc.c-torture/execute/ieee/fp-cmp-8.c execution, -O3 = -fomit-frame-pointer =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/fp-cmp-8.x3 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/fp-cmp-8.x4 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/fp-cmp-8.c, -O3 -fomit-frame-pointer = -funroll-loops =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-8.c -w -O3 -fomit-frame-pointer -funroll-loops = -DSTACK_SIZE=3D16384 -lm -o /tmp/fp-cmp-8.x4=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-8.c -w -O3 -fomit-frame-pointer -funroll-loops = -DSTACK_SIZE=3D16384 -lm -o /tmp/fp-cmp-8.x4 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {7002} pid is 7002 -7002=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no /tmp/ccMn3sPg.o: In function `test_isunordered': /tmp/ccMn3sPg.o(.text+0x298): undefined reference to = `__builtin_isunordered' /tmp/ccMn3sPg.o: In function `test_not_isunordered': /tmp/ccMn3sPg.o(.text+0x2c8): undefined reference to = `__builtin_isunordered' /tmp/ccMn3sPg.o: In function `test_isless': /tmp/ccMn3sPg.o(.text+0x2f8): undefined reference to `__builtin_isless' /tmp/ccMn3sPg.o: In function `test_not_isless': /tmp/ccMn3sPg.o(.text+0x328): undefined reference to `__builtin_isless' /tmp/ccMn3sPg.o: In function `test_islessequal': /tmp/ccMn3sPg.o(.text+0x358): undefined reference to = `__builtin_islessequal' /tmp/ccMn3sPg.o: In function `test_not_islessequal': /tmp/ccMn3sPg.o(.text+0x388): undefined reference to = `__builtin_islessequal' /tmp/ccMn3sPg.o: In function `test_isgreater': /tmp/ccMn3sPg.o(.text+0x3b8): undefined reference to = `__builtin_isgreater' /tmp/ccMn3sPg.o: In function `test_not_isgreater': /tmp/ccMn3sPg.o(.text+0x3e8): undefined reference to = `__builtin_isgreater' /tmp/ccMn3sPg.o: In function `test_isgreaterequal': /tmp/ccMn3sPg.o(.text+0x418): undefined reference to = `__builtin_isgreaterequal' /tmp/ccMn3sPg.o: In function `test_not_isgreaterequal': /tmp/ccMn3sPg.o(.text+0x448): undefined reference to = `__builtin_isgreaterequal' /tmp/ccMn3sPg.o: In function `test_islessgreater': /tmp/ccMn3sPg.o(.text+0x478): undefined reference to = `__builtin_islessgreater' /tmp/ccMn3sPg.o: In function `test_not_islessgreater': /tmp/ccMn3sPg.o(.text+0x4a8): undefined reference to = `__builtin_islessgreater' collect2: ld returned 1 exit status expect: does "/tmp/ccMn3sPg.o: In function = `test_isunordered':\r\n/tmp/ccMn3sPg.o(.text+0x298): undefined reference = to `__builtin_isunordered'\r\n/tmp/ccMn3sPg.o: In function = `test_not_isunordered':\r\n/tmp/ccMn3sPg.o(.text+0x2c8): undefined = reference to `__builtin_isunordered'\r\n/tmp/ccMn3sPg.o: In function = `test_isless':\r\n/tmp/ccMn3sPg.o(.text+0x2f8): undefined reference to = `__builtin_isless'\r\n/tmp/ccMn3sPg.o: In function = `test_not_isless':\r\n/tmp/ccMn3sPg.o(.text+0x328): undefined reference = to `__builtin_isless'\r\n/tmp/ccMn3sPg.o: In function = `test_islessequal':\r\n/tmp/ccMn3sPg.o(.text+0x358): undefined reference = to `__builtin_islessequal'\r\n/tmp/ccMn3sPg.o: In function = `test_not_islessequal':\r\n/tmp/ccMn3sPg.o(.text+0x388): undefined = reference to `__builtin_islessequal'\r\n/tmp/ccMn3sPg.o: In function = `test_isgreater':\r\n/tmp/ccMn3sPg.o(.text+0x3b8): undefined reference = to `__builtin_isgreater'\r\n/tmp/ccMn3sPg.o: In function = `test_not_isgreater':\r\n/tmp/ccMn3sPg.o(.text+0x3e8): undefined = reference to `__builtin_isgreater'\r\n/tmp/ccMn3sPg.o: In function = `test_isgreaterequal':\r\n/tmp/ccMn3sPg.o(.text+0x418): undefined = reference to `__builtin_isgreaterequal'\r\n/tmp/ccMn3sPg.o: In function = `test_not_isgreaterequal':\r\n/tmp/ccMn3sPg.o(.text+0x448): undefined = reference to `__builtin_isgreaterequal'\r\n/tmp/ccMn3sPg.o: In function = `test_islessgreater':\r\n/tmp/ccMn3sPg.o(.text+0x478): undefined = reference to `__builtin_islessgreater'\r\n/tmp/ccMn3sPg.o: In function = `test_not_islessgreater':\r\n/tmp/ccMn3sPg.o(.text+0x4a8): undefined = reference to `__builtin_islessgreater'\r\ncollect2: ld returned 1 exit = status\r\n" (spawn_id exp7) match regular expression ".+"? yes expect: set expect_out(0,string) "/tmp/ccMn3sPg.o: In function = `test_isunordered':\r\n/tmp/ccMn3sPg.o(.text+0x298): undefined reference = to `__builtin_isunordered'\r\n/tmp/ccMn3sPg.o: In function = `test_not_isunordered':\r\n/tmp/ccMn3sPg.o(.text+0x2c8): undefined = reference to `__builtin_isunordered'\r\n/tmp/ccMn3sPg.o: In function = `test_isless':\r\n/tmp/ccMn3sPg.o(.text+0x2f8): undefined reference to = `__builtin_isless'\r\n/tmp/ccMn3sPg.o: In function = `test_not_isless':\r\n/tmp/ccMn3sPg.o(.text+0x328): undefined reference = to `__builtin_isless'\r\n/tmp/ccMn3sPg.o: In function = `test_islessequal':\r\n/tmp/ccMn3sPg.o(.text+0x358): undefined reference = to `__builtin_islessequal'\r\n/tmp/ccMn3sPg.o: In function = `test_not_islessequal':\r\n/tmp/ccMn3sPg.o(.text+0x388): undefined = reference to `__builtin_islessequal'\r\n/tmp/ccMn3sPg.o: In function = `test_isgreater':\r\n/tmp/ccMn3sPg.o(.text+0x3b8): undefined reference = to `__builtin_isgreater'\r\n/tmp/ccMn3sPg.o: In function = `test_not_isgreater':\r\n/tmp/ccMn3sPg.o(.text+0x3e8): undefined = reference to `__builtin_isgreater'\r\n/tmp/ccMn3sPg.o: In function = `test_isgreaterequal':\r\n/tmp/ccMn3sPg.o(.text+0x418): undefined = reference to `__builtin_isgreaterequal'\r\n/tmp/ccMn3sPg.o: In function = `test_not_isgreaterequal':\r\n/tmp/ccMn3sPg.o(.text+0x448): undefined = reference to `__builtin_isgreaterequal'\r\n/tmp/ccMn3sPg.o: In function = `test_islessgreater':\r\n/tmp/ccMn3sPg.o(.text+0x478): undefined = reference to `__builtin_islessgreater'\r\n/tmp/ccMn3sPg.o: In function = `test_not_islessgreater':\r\n/tmp/ccMn3sPg.o(.text+0x4a8): undefined = reference to `__builtin_islessgreater'\r\ncollect2: ld returned 1 exit = status\r\n" expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "/tmp/ccMn3sPg.o: In function = `test_isunordered':\r\n/tmp/ccMn3sPg.o(.text+0x298): undefined reference = to `__builtin_isunordered'\r\n/tmp/ccMn3sPg.o: In function = `test_not_isunordered':\r\n/tmp/ccMn3sPg.o(.text+0x2c8): undefined = reference to `__builtin_isunordered'\r\n/tmp/ccMn3sPg.o: In function = `test_isless':\r\n/tmp/ccMn3sPg.o(.text+0x2f8): undefined reference to = `__builtin_isless'\r\n/tmp/ccMn3sPg.o: In function = `test_not_isless':\r\n/tmp/ccMn3sPg.o(.text+0x328): undefined reference = to `__builtin_isless'\r\n/tmp/ccMn3sPg.o: In function = `test_islessequal':\r\n/tmp/ccMn3sPg.o(.text+0x358): undefined reference = to `__builtin_islessequal'\r\n/tmp/ccMn3sPg.o: In function = `test_not_islessequal':\r\n/tmp/ccMn3sPg.o(.text+0x388): undefined = reference to `__builtin_islessequal'\r\n/tmp/ccMn3sPg.o: In function = `test_isgreater':\r\n/tmp/ccMn3sPg.o(.text+0x3b8): undefined reference = to `__builtin_isgreater'\r\n/tmp/ccMn3sPg.o: In function = `test_not_isgreater':\r\n/tmp/ccMn3sPg.o(.text+0x3e8): undefined = reference to `__builtin_isgreater'\r\n/tmp/ccMn3sPg.o: In function = `test_isgreaterequal':\r\n/tmp/ccMn3sPg.o(.text+0x418): undefined = reference to `__builtin_isgreaterequal'\r\n/tmp/ccMn3sPg.o: In function = `test_not_isgreaterequal':\r\n/tmp/ccMn3sPg.o(.text+0x448): undefined = reference to `__builtin_isgreaterequal'\r\n/tmp/ccMn3sPg.o: In function = `test_islessgreater':\r\n/tmp/ccMn3sPg.o(.text+0x478): undefined = reference to `__builtin_islessgreater'\r\n/tmp/ccMn3sPg.o: In function = `test_not_islessgreater':\r\n/tmp/ccMn3sPg.o(.text+0x4a8): undefined = reference to `__builtin_islessgreater'\r\ncollect2: ld returned 1 exit = status\r\n" expect: continuing expect expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 7002 exp7 0 1=0A= close result is 7002 exp7 0 1=0A= output is /tmp/ccMn3sPg.o: In function `test_isunordered': /tmp/ccMn3sPg.o(.text+0x298): undefined reference to = `__builtin_isunordered' /tmp/ccMn3sPg.o: In function `test_not_isunordered': /tmp/ccMn3sPg.o(.text+0x2c8): undefined reference to = `__builtin_isunordered' /tmp/ccMn3sPg.o: In function `test_isless': /tmp/ccMn3sPg.o(.text+0x2f8): undefined reference to `__builtin_isless' /tmp/ccMn3sPg.o: In function `test_not_isless': /tmp/ccMn3sPg.o(.text+0x328): undefined reference to `__builtin_isless' /tmp/ccMn3sPg.o: In function `test_islessequal': /tmp/ccMn3sPg.o(.text+0x358): undefined reference to = `__builtin_islessequal' /tmp/ccMn3sPg.o: In function `test_not_islessequal': /tmp/ccMn3sPg.o(.text+0x388): undefined reference to = `__builtin_islessequal' /tmp/ccMn3sPg.o: In function `test_isgreater': /tmp/ccMn3sPg.o(.text+0x3b8): undefined reference to = `__builtin_isgreater' /tmp/ccMn3sPg.o: In function `test_not_isgreater': /tmp/ccMn3sPg.o(.text+0x3e8): undefined reference to = `__builtin_isgreater' /tmp/ccMn3sPg.o: In function `test_isgreaterequal': /tmp/ccMn3sPg.o(.text+0x418): undefined reference to = `__builtin_isgreaterequal' /tmp/ccMn3sPg.o: In function `test_not_isgreaterequal': /tmp/ccMn3sPg.o(.text+0x448): undefined reference to = `__builtin_isgreaterequal' /tmp/ccMn3sPg.o: In function `test_islessgreater': /tmp/ccMn3sPg.o(.text+0x478): undefined reference to = `__builtin_islessgreater' /tmp/ccMn3sPg.o: In function `test_not_islessgreater': /tmp/ccMn3sPg.o(.text+0x4a8): undefined reference to = `__builtin_islessgreater' collect2: ld returned 1 exit status =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= compiler exited with status 1=0A= output is:=0A= /tmp/ccMn3sPg.o: In function `test_isunordered': /tmp/ccMn3sPg.o(.text+0x298): undefined reference to = `__builtin_isunordered' /tmp/ccMn3sPg.o: In function `test_not_isunordered': /tmp/ccMn3sPg.o(.text+0x2c8): undefined reference to = `__builtin_isunordered' /tmp/ccMn3sPg.o: In function `test_isless': /tmp/ccMn3sPg.o(.text+0x2f8): undefined reference to `__builtin_isless' /tmp/ccMn3sPg.o: In function `test_not_isless': /tmp/ccMn3sPg.o(.text+0x328): undefined reference to `__builtin_isless' /tmp/ccMn3sPg.o: In function `test_islessequal': /tmp/ccMn3sPg.o(.text+0x358): undefined reference to = `__builtin_islessequal' /tmp/ccMn3sPg.o: In function `test_not_islessequal': /tmp/ccMn3sPg.o(.text+0x388): undefined reference to = `__builtin_islessequal' /tmp/ccMn3sPg.o: In function `test_isgreater': /tmp/ccMn3sPg.o(.text+0x3b8): undefined reference to = `__builtin_isgreater' /tmp/ccMn3sPg.o: In function `test_not_isgreater': /tmp/ccMn3sPg.o(.text+0x3e8): undefined reference to = `__builtin_isgreater' /tmp/ccMn3sPg.o: In function `test_isgreaterequal': /tmp/ccMn3sPg.o(.text+0x418): undefined reference to = `__builtin_isgreaterequal' /tmp/ccMn3sPg.o: In function `test_not_isgreaterequal': /tmp/ccMn3sPg.o(.text+0x448): undefined reference to = `__builtin_isgreaterequal' /tmp/ccMn3sPg.o: In function `test_islessgreater': /tmp/ccMn3sPg.o(.text+0x478): undefined reference to = `__builtin_islessgreater' /tmp/ccMn3sPg.o: In function `test_not_islessgreater': /tmp/ccMn3sPg.o(.text+0x4a8): undefined reference to = `__builtin_islessgreater' collect2: ld returned 1 exit status =0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= FAIL: gcc.c-torture/execute/ieee/fp-cmp-8.c compilation, -O3 = -fomit-frame-pointer -funroll-loops =0A= UNRESOLVED: gcc.c-torture/execute/ieee/fp-cmp-8.c execution, -O3 = -fomit-frame-pointer -funroll-loops =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/fp-cmp-8.x4 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/fp-cmp-8.x5 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/fp-cmp-8.c, -O3 -fomit-frame-pointer = -funroll-all-loops -finline-functions =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-8.c -w -O3 -fomit-frame-pointer -funroll-all-loops = -finline-functions -DSTACK_SIZE=3D16384 -lm -o /tmp/fp-cmp-8.x5=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-8.c -w -O3 -fomit-frame-pointer -funroll-all-loops = -finline-functions -DSTACK_SIZE=3D16384 -lm -o /tmp/fp-cmp-8.x5 = (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {7010} pid is 7010 -7010=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no /tmp/ccfOBWco.o: In function `test_isunordered': /tmp/ccfOBWco.o(.text+0x298): undefined reference to = `__builtin_isunordered' /tmp/ccfOBWco.o: In function `test_not_isunordered': /tmp/ccfOBWco.o(.text+0x2c8): undefined reference to = `__builtin_isunordered' /tmp/ccfOBWco.o: In function `test_isless': /tmp/ccfOBWco.o(.text+0x2f8): undefined reference to `__builtin_isless' /tmp/ccfOBWco.o: In function `test_not_isless': /tmp/ccfOBWco.o(.text+0x328): undefined reference to `__builtin_isless' /tmp/ccfOBWco.o: In function `test_islessequal': /tmp/ccfOBWco.o(.text+0x358): undefined reference to = `__builtin_islessequal' /tmp/ccfOBWco.o: In function `test_not_islessequal': /tmp/ccfOBWco.o(.text+0x388): undefined reference to = `__builtin_islessequal' /tmp/ccfOBWco.o: In function `test_isgreater': /tmp/ccfOBWco.o(.text+0x3b8): undefined reference to = `__builtin_isgreater' /tmp/ccfOBWco.o: In function `test_not_isgreater': /tmp/ccfOBWco.o(.text+0x3e8): undefined reference to = `__builtin_isgreater' /tmp/ccfOBWco.o: In function `test_isgreaterequal': /tmp/ccfOBWco.o(.text+0x418): undefined reference to = `__builtin_isgreaterequal' /tmp/ccfOBWco.o: In function `test_not_isgreaterequal': /tmp/ccfOBWco.o(.text+0x448): undefined reference to = `__builtin_isgreaterequal' /tmp/ccfOBWco.o: In function `test_islessgreater': /tmp/ccfOBWco.o(.text+0x478): undefined reference to = `__builtin_islessgreater' /tmp/ccfOBWco.o: In function `test_not_islessgreater': /tmp/ccfOBWco.o(.text+0x4a8): undefined reference to = `__builtin_islessgreater' collect2: ld returned 1 exit status expect: does "/tmp/ccfOBWco.o: In function = `test_isunordered':\r\n/tmp/ccfOBWco.o(.text+0x298): undefined reference = to `__builtin_isunordered'\r\n/tmp/ccfOBWco.o: In function = `test_not_isunordered':\r\n/tmp/ccfOBWco.o(.text+0x2c8): undefined = reference to `__builtin_isunordered'\r\n/tmp/ccfOBWco.o: In function = `test_isless':\r\n/tmp/ccfOBWco.o(.text+0x2f8): undefined reference to = `__builtin_isless'\r\n/tmp/ccfOBWco.o: In function = `test_not_isless':\r\n/tmp/ccfOBWco.o(.text+0x328): undefined reference = to `__builtin_isless'\r\n/tmp/ccfOBWco.o: In function = `test_islessequal':\r\n/tmp/ccfOBWco.o(.text+0x358): undefined reference = to `__builtin_islessequal'\r\n/tmp/ccfOBWco.o: In function = `test_not_islessequal':\r\n/tmp/ccfOBWco.o(.text+0x388): undefined = reference to `__builtin_islessequal'\r\n/tmp/ccfOBWco.o: In function = `test_isgreater':\r\n/tmp/ccfOBWco.o(.text+0x3b8): undefined reference = to `__builtin_isgreater'\r\n/tmp/ccfOBWco.o: In function = `test_not_isgreater':\r\n/tmp/ccfOBWco.o(.text+0x3e8): undefined = reference to `__builtin_isgreater'\r\n/tmp/ccfOBWco.o: In function = `test_isgreaterequal':\r\n/tmp/ccfOBWco.o(.text+0x418): undefined = reference to `__builtin_isgreaterequal'\r\n/tmp/ccfOBWco.o: In function = `test_not_isgreaterequal':\r\n/tmp/ccfOBWco.o(.text+0x448): undefined = reference to `__builtin_isgreaterequal'\r\n/tmp/ccfOBWco.o: In function = `test_islessgreater':\r\n/tmp/ccfOBWco.o(.text+0x478): undefined = reference to `__builtin_islessgreater'\r\n/tmp/ccfOBWco.o: In function = `test_not_islessgreater':\r\n/tmp/ccfOBWco.o(.text+0x4a8): undefined = reference to `__builtin_islessgreater'\r\ncollect2: ld returned 1 exit = status\r\n" (spawn_id exp7) match regular expression ".+"? yes expect: set expect_out(0,string) "/tmp/ccfOBWco.o: In function = `test_isunordered':\r\n/tmp/ccfOBWco.o(.text+0x298): undefined reference = to `__builtin_isunordered'\r\n/tmp/ccfOBWco.o: In function = `test_not_isunordered':\r\n/tmp/ccfOBWco.o(.text+0x2c8): undefined = reference to `__builtin_isunordered'\r\n/tmp/ccfOBWco.o: In function = `test_isless':\r\n/tmp/ccfOBWco.o(.text+0x2f8): undefined reference to = `__builtin_isless'\r\n/tmp/ccfOBWco.o: In function = `test_not_isless':\r\n/tmp/ccfOBWco.o(.text+0x328): undefined reference = to `__builtin_isless'\r\n/tmp/ccfOBWco.o: In function = `test_islessequal':\r\n/tmp/ccfOBWco.o(.text+0x358): undefined reference = to `__builtin_islessequal'\r\n/tmp/ccfOBWco.o: In function = `test_not_islessequal':\r\n/tmp/ccfOBWco.o(.text+0x388): undefined = reference to `__builtin_islessequal'\r\n/tmp/ccfOBWco.o: In function = `test_isgreater':\r\n/tmp/ccfOBWco.o(.text+0x3b8): undefined reference = to `__builtin_isgreater'\r\n/tmp/ccfOBWco.o: In function = `test_not_isgreater':\r\n/tmp/ccfOBWco.o(.text+0x3e8): undefined = reference to `__builtin_isgreater'\r\n/tmp/ccfOBWco.o: In function = `test_isgreaterequal':\r\n/tmp/ccfOBWco.o(.text+0x418): undefined = reference to `__builtin_isgreaterequal'\r\n/tmp/ccfOBWco.o: In function = `test_not_isgreaterequal':\r\n/tmp/ccfOBWco.o(.text+0x448): undefined = reference to `__builtin_isgreaterequal'\r\n/tmp/ccfOBWco.o: In function = `test_islessgreater':\r\n/tmp/ccfOBWco.o(.text+0x478): undefined = reference to `__builtin_islessgreater'\r\n/tmp/ccfOBWco.o: In function = `test_not_islessgreater':\r\n/tmp/ccfOBWco.o(.text+0x4a8): undefined = reference to `__builtin_islessgreater'\r\ncollect2: ld returned 1 exit = status\r\n" expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "/tmp/ccfOBWco.o: In function = `test_isunordered':\r\n/tmp/ccfOBWco.o(.text+0x298): undefined reference = to `__builtin_isunordered'\r\n/tmp/ccfOBWco.o: In function = `test_not_isunordered':\r\n/tmp/ccfOBWco.o(.text+0x2c8): undefined = reference to `__builtin_isunordered'\r\n/tmp/ccfOBWco.o: In function = `test_isless':\r\n/tmp/ccfOBWco.o(.text+0x2f8): undefined reference to = `__builtin_isless'\r\n/tmp/ccfOBWco.o: In function = `test_not_isless':\r\n/tmp/ccfOBWco.o(.text+0x328): undefined reference = to `__builtin_isless'\r\n/tmp/ccfOBWco.o: In function = `test_islessequal':\r\n/tmp/ccfOBWco.o(.text+0x358): undefined reference = to `__builtin_islessequal'\r\n/tmp/ccfOBWco.o: In function = `test_not_islessequal':\r\n/tmp/ccfOBWco.o(.text+0x388): undefined = reference to `__builtin_islessequal'\r\n/tmp/ccfOBWco.o: In function = `test_isgreater':\r\n/tmp/ccfOBWco.o(.text+0x3b8): undefined reference = to `__builtin_isgreater'\r\n/tmp/ccfOBWco.o: In function = `test_not_isgreater':\r\n/tmp/ccfOBWco.o(.text+0x3e8): undefined = reference to `__builtin_isgreater'\r\n/tmp/ccfOBWco.o: In function = `test_isgreaterequal':\r\n/tmp/ccfOBWco.o(.text+0x418): undefined = reference to `__builtin_isgreaterequal'\r\n/tmp/ccfOBWco.o: In function = `test_not_isgreaterequal':\r\n/tmp/ccfOBWco.o(.text+0x448): undefined = reference to `__builtin_isgreaterequal'\r\n/tmp/ccfOBWco.o: In function = `test_islessgreater':\r\n/tmp/ccfOBWco.o(.text+0x478): undefined = reference to `__builtin_islessgreater'\r\n/tmp/ccfOBWco.o: In function = `test_not_islessgreater':\r\n/tmp/ccfOBWco.o(.text+0x4a8): undefined = reference to `__builtin_islessgreater'\r\ncollect2: ld returned 1 exit = status\r\n" expect: continuing expect expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 7010 exp7 0 1=0A= close result is 7010 exp7 0 1=0A= output is /tmp/ccfOBWco.o: In function `test_isunordered': /tmp/ccfOBWco.o(.text+0x298): undefined reference to = `__builtin_isunordered' /tmp/ccfOBWco.o: In function `test_not_isunordered': /tmp/ccfOBWco.o(.text+0x2c8): undefined reference to = `__builtin_isunordered' /tmp/ccfOBWco.o: In function `test_isless': /tmp/ccfOBWco.o(.text+0x2f8): undefined reference to `__builtin_isless' /tmp/ccfOBWco.o: In function `test_not_isless': /tmp/ccfOBWco.o(.text+0x328): undefined reference to `__builtin_isless' /tmp/ccfOBWco.o: In function `test_islessequal': /tmp/ccfOBWco.o(.text+0x358): undefined reference to = `__builtin_islessequal' /tmp/ccfOBWco.o: In function `test_not_islessequal': /tmp/ccfOBWco.o(.text+0x388): undefined reference to = `__builtin_islessequal' /tmp/ccfOBWco.o: In function `test_isgreater': /tmp/ccfOBWco.o(.text+0x3b8): undefined reference to = `__builtin_isgreater' /tmp/ccfOBWco.o: In function `test_not_isgreater': /tmp/ccfOBWco.o(.text+0x3e8): undefined reference to = `__builtin_isgreater' /tmp/ccfOBWco.o: In function `test_isgreaterequal': /tmp/ccfOBWco.o(.text+0x418): undefined reference to = `__builtin_isgreaterequal' /tmp/ccfOBWco.o: In function `test_not_isgreaterequal': /tmp/ccfOBWco.o(.text+0x448): undefined reference to = `__builtin_isgreaterequal' /tmp/ccfOBWco.o: In function `test_islessgreater': /tmp/ccfOBWco.o(.text+0x478): undefined reference to = `__builtin_islessgreater' /tmp/ccfOBWco.o: In function `test_not_islessgreater': /tmp/ccfOBWco.o(.text+0x4a8): undefined reference to = `__builtin_islessgreater' collect2: ld returned 1 exit status =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= compiler exited with status 1=0A= output is:=0A= /tmp/ccfOBWco.o: In function `test_isunordered': /tmp/ccfOBWco.o(.text+0x298): undefined reference to = `__builtin_isunordered' /tmp/ccfOBWco.o: In function `test_not_isunordered': /tmp/ccfOBWco.o(.text+0x2c8): undefined reference to = `__builtin_isunordered' /tmp/ccfOBWco.o: In function `test_isless': /tmp/ccfOBWco.o(.text+0x2f8): undefined reference to `__builtin_isless' /tmp/ccfOBWco.o: In function `test_not_isless': /tmp/ccfOBWco.o(.text+0x328): undefined reference to `__builtin_isless' /tmp/ccfOBWco.o: In function `test_islessequal': /tmp/ccfOBWco.o(.text+0x358): undefined reference to = `__builtin_islessequal' /tmp/ccfOBWco.o: In function `test_not_islessequal': /tmp/ccfOBWco.o(.text+0x388): undefined reference to = `__builtin_islessequal' /tmp/ccfOBWco.o: In function `test_isgreater': /tmp/ccfOBWco.o(.text+0x3b8): undefined reference to = `__builtin_isgreater' /tmp/ccfOBWco.o: In function `test_not_isgreater': /tmp/ccfOBWco.o(.text+0x3e8): undefined reference to = `__builtin_isgreater' /tmp/ccfOBWco.o: In function `test_isgreaterequal': /tmp/ccfOBWco.o(.text+0x418): undefined reference to = `__builtin_isgreaterequal' /tmp/ccfOBWco.o: In function `test_not_isgreaterequal': /tmp/ccfOBWco.o(.text+0x448): undefined reference to = `__builtin_isgreaterequal' /tmp/ccfOBWco.o: In function `test_islessgreater': /tmp/ccfOBWco.o(.text+0x478): undefined reference to = `__builtin_islessgreater' /tmp/ccfOBWco.o: In function `test_not_islessgreater': /tmp/ccfOBWco.o(.text+0x4a8): undefined reference to = `__builtin_islessgreater' collect2: ld returned 1 exit status =0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= FAIL: gcc.c-torture/execute/ieee/fp-cmp-8.c compilation, -O3 = -fomit-frame-pointer -funroll-all-loops -finline-functions =0A= UNRESOLVED: gcc.c-torture/execute/ieee/fp-cmp-8.c execution, -O3 = -fomit-frame-pointer -funroll-all-loops -finline-functions =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/fp-cmp-8.x5 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/fp-cmp-8.x6 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/fp-cmp-8.c, -O3 -g =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-8.c -w -O3 -g -DSTACK_SIZE=3D16384 -lm -o = /tmp/fp-cmp-8.x6=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-8.c -w -O3 -g -DSTACK_SIZE=3D16384 -lm -o = /tmp/fp-cmp-8.x6 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {7018} pid is 7018 -7018=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no /tmp/ccRAt5wo.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/fp-cmp-8.c:6: undefined reference to = `__builtin_isunordered' /tmp/ccRAt5wo.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/fp-cmp-8.c:12: undefined reference to = `__builtin_isunordered' /tmp/ccRAt5wo.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/fp-cmp-8.c:18: undefined reference to = `__builtin_isless' /tmp/ccRAt5wo.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/fp-cmp-8.c:24: undefined reference to = `__builtin_isless' /tmp/ccRAt5wo.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/fp-cmp-8.c:30: undefined reference to = `__builtin_islessequal' /tmp/ccRAt5wo.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/fp-cmp-8.c:36: undefined reference to = `__builtin_islessequal' /tmp/ccRAt5wo.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/fp-cmp-8.c:42: undefined reference to = `__builtin_isgreater' /tmp/ccRAt5wo.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/fp-cmp-8.c:48: undefined reference to = `__builtin_isgreater' /tmp/ccRAt5wo.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/fp-cmp-8.c:54: undefined reference to = `__builtin_isgreaterequal' /tmp/ccRAt5wo.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/fp-cmp-8.c:60: undefined reference to = `__builtin_isgreaterequal' /tmp/ccRAt5wo.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/fp-cmp-8.c:66: undefined reference to = `__builtin_islessgreater' /tmp/ccRAt5wo.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/fp-cmp-8.c:72: undefined reference to = `__builtin_islessgreater' collect2: ld returned 1 exit status expect: does = "/tmp/ccRAt5wo.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite= /gcc.c-torture/execute/ieee/fp-cmp-8.c:6: undefined reference to = `__builtin_isunordered'\r\n/tmp/ccRAt5wo.o:/home/deepakj/testing/testsuit= es/gcc-3.4.4/gcc/testsuite/gcc.c-torture/execute/ieee/fp-cmp-8.c:12: = undefined reference to = `__builtin_isunordered'\r\n/tmp/ccRAt5wo.o:/home/deepakj/testing/testsuit= es/gcc-3.4.4/gcc/testsuite/gcc.c-torture/execute/ieee/fp-cmp-8.c:18: = undefined reference to = `__builtin_isless'\r\n/tmp/ccRAt5wo.o:/home/deepakj/testing/testsuites/gc= c-3.4.4/gcc/testsuite/gcc.c-torture/execute/ieee/fp-cmp-8.c:24: = undefined reference to = `__builtin_isless'\r\n/tmp/ccRAt5wo.o:/home/deepakj/testing/testsuites/gc= c-3.4.4/gcc/testsuite/gcc.c-torture/execute/ieee/fp-cmp-8.c:30: = undefined reference to = `__builtin_islessequal'\r\n/tmp/ccRAt5wo.o:/home/deepakj/testing/testsuit= es/gcc-3.4.4/gcc/testsuite/gcc.c-torture/execute/ieee/fp-cmp-8.c:36: = undefined reference to = `__builtin_islessequal'\r\n/tmp/ccRAt5wo.o:/home/deepakj/testing/testsuit= es/gcc-3.4.4/gcc/testsuite/gcc.c-torture/execute/ieee/fp-cmp-8.c:42: = undefined reference to = `__builtin_isgreater'\r\n/tmp/ccRAt5wo.o:/home/deepakj/testing/testsuites= /gcc-3.4.4/gcc/testsuite/gcc.c-torture/execute/ieee/fp-cmp-8.c:48: = undefined reference to = `__builtin_isgreater'\r\n/tmp/ccRAt5wo.o:/home/deepakj/testing/testsuites= /gcc-3.4.4/gcc/testsuite/gcc.c-torture/execute/ieee/fp-cmp-8.c:54: = undefined reference to = `__builtin_isgreaterequal'\r\n/tmp/ccRAt5wo.o:/home/deepakj/testing/tests= uites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/execute/ieee/fp-cmp-8.c:60: = undefined reference to = `__builtin_isgreaterequal'\r\n/tmp/ccRAt5wo.o:/home/deepakj/testing/tests= uites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/execute/ieee/fp-cmp-8.c:66: = undefined reference to = `__builtin_islessgreater'\r\n/tmp/ccRAt5wo.o:/home/deepakj/testing/testsu= ites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/execute/ieee/fp-cmp-8.c:72: = undefined reference to `__builtin_islessgreater'\r\ncollect2: ld = returned 1 exit status\r\n" (spawn_id exp7) match regular expression = ".+"? yes expect: set expect_out(0,string) = "/tmp/ccRAt5wo.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite= /gcc.c-torture/execute/ieee/fp-cmp-8.c:6: undefined reference to = `__builtin_isunordered'\r\n/tmp/ccRAt5wo.o:/home/deepakj/testing/testsuit= es/gcc-3.4.4/gcc/testsuite/gcc.c-torture/execute/ieee/fp-cmp-8.c:12: = undefined reference to = `__builtin_isunordered'\r\n/tmp/ccRAt5wo.o:/home/deepakj/testing/testsuit= es/gcc-3.4.4/gcc/testsuite/gcc.c-torture/execute/ieee/fp-cmp-8.c:18: = undefined reference to = `__builtin_isless'\r\n/tmp/ccRAt5wo.o:/home/deepakj/testing/testsuites/gc= c-3.4.4/gcc/testsuite/gcc.c-torture/execute/ieee/fp-cmp-8.c:24: = undefined reference to = `__builtin_isless'\r\n/tmp/ccRAt5wo.o:/home/deepakj/testing/testsuites/gc= c-3.4.4/gcc/testsuite/gcc.c-torture/execute/ieee/fp-cmp-8.c:30: = undefined reference to = `__builtin_islessequal'\r\n/tmp/ccRAt5wo.o:/home/deepakj/testing/testsuit= es/gcc-3.4.4/gcc/testsuite/gcc.c-torture/execute/ieee/fp-cmp-8.c:36: = undefined reference to = `__builtin_islessequal'\r\n/tmp/ccRAt5wo.o:/home/deepakj/testing/testsuit= es/gcc-3.4.4/gcc/testsuite/gcc.c-torture/execute/ieee/fp-cmp-8.c:42: = undefined reference to = `__builtin_isgreater'\r\n/tmp/ccRAt5wo.o:/home/deepakj/testing/testsuites= /gcc-3.4.4/gcc/testsuite/gcc.c-torture/execute/ieee/fp-cmp-8.c:48: = undefined reference to = `__builtin_isgreater'\r\n/tmp/ccRAt5wo.o:/home/deepakj/testing/testsuites= /gcc-3.4.4/gcc/testsuite/gcc.c-torture/execute/ieee/fp-cmp-8.c:54: = undefined reference to = `__builtin_isgreaterequal'\r\n/tmp/ccRAt5wo.o:/home/deepakj/testing/tests= uites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/execute/ieee/fp-cmp-8.c:60: = undefined reference to = `__builtin_isgreaterequal'\r\n/tmp/ccRAt5wo.o:/home/deepakj/testing/tests= uites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/execute/ieee/fp-cmp-8.c:66: = undefined reference to = `__builtin_islessgreater'\r\n/tmp/ccRAt5wo.o:/home/deepakj/testing/testsu= ites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/execute/ieee/fp-cmp-8.c:72: = undefined reference to `__builtin_islessgreater'\r\ncollect2: ld = returned 1 exit status\r\n" expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) = "/tmp/ccRAt5wo.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite= /gcc.c-torture/execute/ieee/fp-cmp-8.c:6: undefined reference to = `__builtin_isunordered'\r\n/tmp/ccRAt5wo.o:/home/deepakj/testing/testsuit= es/gcc-3.4.4/gcc/testsuite/gcc.c-torture/execute/ieee/fp-cmp-8.c:12: = undefined reference to = `__builtin_isunordered'\r\n/tmp/ccRAt5wo.o:/home/deepakj/testing/testsuit= es/gcc-3.4.4/gcc/testsuite/gcc.c-torture/execute/ieee/fp-cmp-8.c:18: = undefined reference to = `__builtin_isless'\r\n/tmp/ccRAt5wo.o:/home/deepakj/testing/testsuites/gc= c-3.4.4/gcc/testsuite/gcc.c-torture/execute/ieee/fp-cmp-8.c:24: = undefined reference to = `__builtin_isless'\r\n/tmp/ccRAt5wo.o:/home/deepakj/testing/testsuites/gc= c-3.4.4/gcc/testsuite/gcc.c-torture/execute/ieee/fp-cmp-8.c:30: = undefined reference to = `__builtin_islessequal'\r\n/tmp/ccRAt5wo.o:/home/deepakj/testing/testsuit= es/gcc-3.4.4/gcc/testsuite/gcc.c-torture/execute/ieee/fp-cmp-8.c:36: = undefined reference to = `__builtin_islessequal'\r\n/tmp/ccRAt5wo.o:/home/deepakj/testing/testsuit= es/gcc-3.4.4/gcc/testsuite/gcc.c-torture/execute/ieee/fp-cmp-8.c:42: = undefined reference to = `__builtin_isgreater'\r\n/tmp/ccRAt5wo.o:/home/deepakj/testing/testsuites= /gcc-3.4.4/gcc/testsuite/gcc.c-torture/execute/ieee/fp-cmp-8.c:48: = undefined reference to = `__builtin_isgreater'\r\n/tmp/ccRAt5wo.o:/home/deepakj/testing/testsuites= /gcc-3.4.4/gcc/testsuite/gcc.c-torture/execute/ieee/fp-cmp-8.c:54: = undefined reference to = `__builtin_isgreaterequal'\r\n/tmp/ccRAt5wo.o:/home/deepakj/testing/tests= uites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/execute/ieee/fp-cmp-8.c:60: = undefined reference to = `__builtin_isgreaterequal'\r\n/tmp/ccRAt5wo.o:/home/deepakj/testing/tests= uites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/execute/ieee/fp-cmp-8.c:66: = undefined reference to = `__builtin_islessgreater'\r\n/tmp/ccRAt5wo.o:/home/deepakj/testing/testsu= ites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/execute/ieee/fp-cmp-8.c:72: = undefined reference to `__builtin_islessgreater'\r\ncollect2: ld = returned 1 exit status\r\n" expect: continuing expect expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 7018 exp7 0 1=0A= close result is 7018 exp7 0 1=0A= output is = /tmp/ccRAt5wo.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/fp-cmp-8.c:6: undefined reference to = `__builtin_isunordered' /tmp/ccRAt5wo.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/fp-cmp-8.c:12: undefined reference to = `__builtin_isunordered' /tmp/ccRAt5wo.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/fp-cmp-8.c:18: undefined reference to = `__builtin_isless' /tmp/ccRAt5wo.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/fp-cmp-8.c:24: undefined reference to = `__builtin_isless' /tmp/ccRAt5wo.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/fp-cmp-8.c:30: undefined reference to = `__builtin_islessequal' /tmp/ccRAt5wo.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/fp-cmp-8.c:36: undefined reference to = `__builtin_islessequal' /tmp/ccRAt5wo.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/fp-cmp-8.c:42: undefined reference to = `__builtin_isgreater' /tmp/ccRAt5wo.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/fp-cmp-8.c:48: undefined reference to = `__builtin_isgreater' /tmp/ccRAt5wo.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/fp-cmp-8.c:54: undefined reference to = `__builtin_isgreaterequal' /tmp/ccRAt5wo.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/fp-cmp-8.c:60: undefined reference to = `__builtin_isgreaterequal' /tmp/ccRAt5wo.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/fp-cmp-8.c:66: undefined reference to = `__builtin_islessgreater' /tmp/ccRAt5wo.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/fp-cmp-8.c:72: undefined reference to = `__builtin_islessgreater' collect2: ld returned 1 exit status =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= compiler exited with status 1=0A= output is:=0A= /tmp/ccRAt5wo.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/fp-cmp-8.c:6: undefined reference to = `__builtin_isunordered' /tmp/ccRAt5wo.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/fp-cmp-8.c:12: undefined reference to = `__builtin_isunordered' /tmp/ccRAt5wo.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/fp-cmp-8.c:18: undefined reference to = `__builtin_isless' /tmp/ccRAt5wo.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/fp-cmp-8.c:24: undefined reference to = `__builtin_isless' /tmp/ccRAt5wo.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/fp-cmp-8.c:30: undefined reference to = `__builtin_islessequal' /tmp/ccRAt5wo.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/fp-cmp-8.c:36: undefined reference to = `__builtin_islessequal' /tmp/ccRAt5wo.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/fp-cmp-8.c:42: undefined reference to = `__builtin_isgreater' /tmp/ccRAt5wo.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/fp-cmp-8.c:48: undefined reference to = `__builtin_isgreater' /tmp/ccRAt5wo.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/fp-cmp-8.c:54: undefined reference to = `__builtin_isgreaterequal' /tmp/ccRAt5wo.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/fp-cmp-8.c:60: undefined reference to = `__builtin_isgreaterequal' /tmp/ccRAt5wo.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/fp-cmp-8.c:66: undefined reference to = `__builtin_islessgreater' /tmp/ccRAt5wo.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/fp-cmp-8.c:72: undefined reference to = `__builtin_islessgreater' collect2: ld returned 1 exit status =0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= FAIL: gcc.c-torture/execute/ieee/fp-cmp-8.c compilation, -O3 -g =0A= UNRESOLVED: gcc.c-torture/execute/ieee/fp-cmp-8.c execution, -O3 -g =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/fp-cmp-8.x6 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/fp-cmp-8.x7 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/fp-cmp-8.c, -Os =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-8.c -w -Os -DSTACK_SIZE=3D16384 -lm -o = /tmp/fp-cmp-8.x7=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/fp-cmp-8.c -w -Os -DSTACK_SIZE=3D16384 -lm -o = /tmp/fp-cmp-8.x7 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {7026} pid is 7026 -7026=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no /tmp/ccJ6XO4C.o: In function `test_isunordered': /tmp/ccJ6XO4C.o(.text+0x14): undefined reference to = `__builtin_isunordered' /tmp/ccJ6XO4C.o: In function `test_not_isunordered': /tmp/ccJ6XO4C.o(.text+0x48): undefined reference to = `__builtin_isunordered' /tmp/ccJ6XO4C.o: In function `test_isless': /tmp/ccJ6XO4C.o(.text+0x7c): undefined reference to `__builtin_isless' /tmp/ccJ6XO4C.o: In function `test_not_isless': /tmp/ccJ6XO4C.o(.text+0xb0): undefined reference to `__builtin_isless' /tmp/ccJ6XO4C.o: In function `test_islessequal': /tmp/ccJ6XO4C.o(.text+0xe4): undefined reference to = `__builtin_islessequal' /tmp/ccJ6XO4C.o: In function `test_not_islessequal': /tmp/ccJ6XO4C.o(.text+0x118): undefined reference to = `__builtin_islessequal' /tmp/ccJ6XO4C.o: In function `test_isgreater': /tmp/ccJ6XO4C.o(.text+0x14c): undefined reference to = `__builtin_isgreater' /tmp/ccJ6XO4C.o: In function `test_not_isgreater': /tmp/ccJ6XO4C.o(.text+0x180): undefined reference to = `__builtin_isgreater' /tmp/ccJ6XO4C.o: In function `test_isgreaterequal': /tmp/ccJ6XO4C.o(.text+0x1b4): undefined reference to = `__builtin_isgreaterequal' /tmp/ccJ6XO4C.o: In function `test_not_isgreaterequal': /tmp/ccJ6XO4C.o(.text+0x1e8): undefined reference to = `__builtin_isgreaterequal' /tmp/ccJ6XO4C.o: In function `test_islessgreater': /tmp/ccJ6XO4C.o(.text+0x21c): undefined reference to = `__builtin_islessgreater' /tmp/ccJ6XO4C.o: In function `test_not_islessgreater': /tmp/ccJ6XO4C.o(.text+0x250): undefined reference to = `__builtin_islessgreater' collect2: ld returned 1 exit status expect: does "/tmp/ccJ6XO4C.o: In function = `test_isunordered':\r\n/tmp/ccJ6XO4C.o(.text+0x14): undefined reference = to `__builtin_isunordered'\r\n/tmp/ccJ6XO4C.o: In function = `test_not_isunordered':\r\n/tmp/ccJ6XO4C.o(.text+0x48): undefined = reference to `__builtin_isunordered'\r\n/tmp/ccJ6XO4C.o: In function = `test_isless':\r\n/tmp/ccJ6XO4C.o(.text+0x7c): undefined reference to = `__builtin_isless'\r\n/tmp/ccJ6XO4C.o: In function = `test_not_isless':\r\n/tmp/ccJ6XO4C.o(.text+0xb0): undefined reference = to `__builtin_isless'\r\n/tmp/ccJ6XO4C.o: In function = `test_islessequal':\r\n/tmp/ccJ6XO4C.o(.text+0xe4): undefined reference = to `__builtin_islessequal'\r\n/tmp/ccJ6XO4C.o: In function = `test_not_islessequal':\r\n/tmp/ccJ6XO4C.o(.text+0x118): undefined = reference to `__builtin_islessequal'\r\n/tmp/ccJ6XO4C.o: In function = `test_isgreater':\r\n/tmp/ccJ6XO4C.o(.text+0x14c): undefined reference = to `__builtin_isgreater'\r\n/tmp/ccJ6XO4C.o: In function = `test_not_isgreater':\r\n/tmp/ccJ6XO4C.o(.text+0x180): undefined = reference to `__builtin_isgreater'\r\n/tmp/ccJ6XO4C.o: In function = `test_isgreaterequal':\r\n/tmp/ccJ6XO4C.o(.text+0x1b4): undefined = reference to `__builtin_isgreaterequal'\r\n/tmp/ccJ6XO4C.o: In function = `test_not_isgreaterequal':\r\n/tmp/ccJ6XO4C.o(.text+0x1e8): undefined = reference to `__builtin_isgreaterequal'\r\n/tmp/ccJ6XO4C.o: In function = `test_islessgreater':\r\n/tmp/ccJ6XO4C.o(.text+0x21c): undefined = reference to `__builtin_islessgreater'\r\n/tmp/ccJ6XO4C.o: In function = `test_not_islessgreater':\r\n/tmp/ccJ6XO4C.o(.text+0x250): undefined = reference to `__builtin_islessgreater'\r\ncollect2: ld returned 1 exit = status\r\n" (spawn_id exp7) match regular expression ".+"? yes expect: set expect_out(0,string) "/tmp/ccJ6XO4C.o: In function = `test_isunordered':\r\n/tmp/ccJ6XO4C.o(.text+0x14): undefined reference = to `__builtin_isunordered'\r\n/tmp/ccJ6XO4C.o: In function = `test_not_isunordered':\r\n/tmp/ccJ6XO4C.o(.text+0x48): undefined = reference to `__builtin_isunordered'\r\n/tmp/ccJ6XO4C.o: In function = `test_isless':\r\n/tmp/ccJ6XO4C.o(.text+0x7c): undefined reference to = `__builtin_isless'\r\n/tmp/ccJ6XO4C.o: In function = `test_not_isless':\r\n/tmp/ccJ6XO4C.o(.text+0xb0): undefined reference = to `__builtin_isless'\r\n/tmp/ccJ6XO4C.o: In function = `test_islessequal':\r\n/tmp/ccJ6XO4C.o(.text+0xe4): undefined reference = to `__builtin_islessequal'\r\n/tmp/ccJ6XO4C.o: In function = `test_not_islessequal':\r\n/tmp/ccJ6XO4C.o(.text+0x118): undefined = reference to `__builtin_islessequal'\r\n/tmp/ccJ6XO4C.o: In function = `test_isgreater':\r\n/tmp/ccJ6XO4C.o(.text+0x14c): undefined reference = to `__builtin_isgreater'\r\n/tmp/ccJ6XO4C.o: In function = `test_not_isgreater':\r\n/tmp/ccJ6XO4C.o(.text+0x180): undefined = reference to `__builtin_isgreater'\r\n/tmp/ccJ6XO4C.o: In function = `test_isgreaterequal':\r\n/tmp/ccJ6XO4C.o(.text+0x1b4): undefined = reference to `__builtin_isgreaterequal'\r\n/tmp/ccJ6XO4C.o: In function = `test_not_isgreaterequal':\r\n/tmp/ccJ6XO4C.o(.text+0x1e8): undefined = reference to `__builtin_isgreaterequal'\r\n/tmp/ccJ6XO4C.o: In function = `test_islessgreater':\r\n/tmp/ccJ6XO4C.o(.text+0x21c): undefined = reference to `__builtin_islessgreater'\r\n/tmp/ccJ6XO4C.o: In function = `test_not_islessgreater':\r\n/tmp/ccJ6XO4C.o(.text+0x250): undefined = reference to `__builtin_islessgreater'\r\ncollect2: ld returned 1 exit = status\r\n" expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "/tmp/ccJ6XO4C.o: In function = `test_isunordered':\r\n/tmp/ccJ6XO4C.o(.text+0x14): undefined reference = to `__builtin_isunordered'\r\n/tmp/ccJ6XO4C.o: In function = `test_not_isunordered':\r\n/tmp/ccJ6XO4C.o(.text+0x48): undefined = reference to `__builtin_isunordered'\r\n/tmp/ccJ6XO4C.o: In function = `test_isless':\r\n/tmp/ccJ6XO4C.o(.text+0x7c): undefined reference to = `__builtin_isless'\r\n/tmp/ccJ6XO4C.o: In function = `test_not_isless':\r\n/tmp/ccJ6XO4C.o(.text+0xb0): undefined reference = to `__builtin_isless'\r\n/tmp/ccJ6XO4C.o: In function = `test_islessequal':\r\n/tmp/ccJ6XO4C.o(.text+0xe4): undefined reference = to `__builtin_islessequal'\r\n/tmp/ccJ6XO4C.o: In function = `test_not_islessequal':\r\n/tmp/ccJ6XO4C.o(.text+0x118): undefined = reference to `__builtin_islessequal'\r\n/tmp/ccJ6XO4C.o: In function = `test_isgreater':\r\n/tmp/ccJ6XO4C.o(.text+0x14c): undefined reference = to `__builtin_isgreater'\r\n/tmp/ccJ6XO4C.o: In function = `test_not_isgreater':\r\n/tmp/ccJ6XO4C.o(.text+0x180): undefined = reference to `__builtin_isgreater'\r\n/tmp/ccJ6XO4C.o: In function = `test_isgreaterequal':\r\n/tmp/ccJ6XO4C.o(.text+0x1b4): undefined = reference to `__builtin_isgreaterequal'\r\n/tmp/ccJ6XO4C.o: In function = `test_not_isgreaterequal':\r\n/tmp/ccJ6XO4C.o(.text+0x1e8): undefined = reference to `__builtin_isgreaterequal'\r\n/tmp/ccJ6XO4C.o: In function = `test_islessgreater':\r\n/tmp/ccJ6XO4C.o(.text+0x21c): undefined = reference to `__builtin_islessgreater'\r\n/tmp/ccJ6XO4C.o: In function = `test_not_islessgreater':\r\n/tmp/ccJ6XO4C.o(.text+0x250): undefined = reference to `__builtin_islessgreater'\r\ncollect2: ld returned 1 exit = status\r\n" expect: continuing expect expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 7026 exp7 0 1=0A= close result is 7026 exp7 0 1=0A= output is /tmp/ccJ6XO4C.o: In function `test_isunordered': /tmp/ccJ6XO4C.o(.text+0x14): undefined reference to = `__builtin_isunordered' /tmp/ccJ6XO4C.o: In function `test_not_isunordered': /tmp/ccJ6XO4C.o(.text+0x48): undefined reference to = `__builtin_isunordered' /tmp/ccJ6XO4C.o: In function `test_isless': /tmp/ccJ6XO4C.o(.text+0x7c): undefined reference to `__builtin_isless' /tmp/ccJ6XO4C.o: In function `test_not_isless': /tmp/ccJ6XO4C.o(.text+0xb0): undefined reference to `__builtin_isless' /tmp/ccJ6XO4C.o: In function `test_islessequal': /tmp/ccJ6XO4C.o(.text+0xe4): undefined reference to = `__builtin_islessequal' /tmp/ccJ6XO4C.o: In function `test_not_islessequal': /tmp/ccJ6XO4C.o(.text+0x118): undefined reference to = `__builtin_islessequal' /tmp/ccJ6XO4C.o: In function `test_isgreater': /tmp/ccJ6XO4C.o(.text+0x14c): undefined reference to = `__builtin_isgreater' /tmp/ccJ6XO4C.o: In function `test_not_isgreater': /tmp/ccJ6XO4C.o(.text+0x180): undefined reference to = `__builtin_isgreater' /tmp/ccJ6XO4C.o: In function `test_isgreaterequal': /tmp/ccJ6XO4C.o(.text+0x1b4): undefined reference to = `__builtin_isgreaterequal' /tmp/ccJ6XO4C.o: In function `test_not_isgreaterequal': /tmp/ccJ6XO4C.o(.text+0x1e8): undefined reference to = `__builtin_isgreaterequal' /tmp/ccJ6XO4C.o: In function `test_islessgreater': /tmp/ccJ6XO4C.o(.text+0x21c): undefined reference to = `__builtin_islessgreater' /tmp/ccJ6XO4C.o: In function `test_not_islessgreater': /tmp/ccJ6XO4C.o(.text+0x250): undefined reference to = `__builtin_islessgreater' collect2: ld returned 1 exit status =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= compiler exited with status 1=0A= output is:=0A= /tmp/ccJ6XO4C.o: In function `test_isunordered': /tmp/ccJ6XO4C.o(.text+0x14): undefined reference to = `__builtin_isunordered' /tmp/ccJ6XO4C.o: In function `test_not_isunordered': /tmp/ccJ6XO4C.o(.text+0x48): undefined reference to = `__builtin_isunordered' /tmp/ccJ6XO4C.o: In function `test_isless': /tmp/ccJ6XO4C.o(.text+0x7c): undefined reference to `__builtin_isless' /tmp/ccJ6XO4C.o: In function `test_not_isless': /tmp/ccJ6XO4C.o(.text+0xb0): undefined reference to `__builtin_isless' /tmp/ccJ6XO4C.o: In function `test_islessequal': /tmp/ccJ6XO4C.o(.text+0xe4): undefined reference to = `__builtin_islessequal' /tmp/ccJ6XO4C.o: In function `test_not_islessequal': /tmp/ccJ6XO4C.o(.text+0x118): undefined reference to = `__builtin_islessequal' /tmp/ccJ6XO4C.o: In function `test_isgreater': /tmp/ccJ6XO4C.o(.text+0x14c): undefined reference to = `__builtin_isgreater' /tmp/ccJ6XO4C.o: In function `test_not_isgreater': /tmp/ccJ6XO4C.o(.text+0x180): undefined reference to = `__builtin_isgreater' /tmp/ccJ6XO4C.o: In function `test_isgreaterequal': /tmp/ccJ6XO4C.o(.text+0x1b4): undefined reference to = `__builtin_isgreaterequal' /tmp/ccJ6XO4C.o: In function `test_not_isgreaterequal': /tmp/ccJ6XO4C.o(.text+0x1e8): undefined reference to = `__builtin_isgreaterequal' /tmp/ccJ6XO4C.o: In function `test_islessgreater': /tmp/ccJ6XO4C.o(.text+0x21c): undefined reference to = `__builtin_islessgreater' /tmp/ccJ6XO4C.o: In function `test_not_islessgreater': /tmp/ccJ6XO4C.o(.text+0x250): undefined reference to = `__builtin_islessgreater' collect2: ld returned 1 exit status =0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= FAIL: gcc.c-torture/execute/ieee/fp-cmp-8.c compilation, -Os =0A= UNRESOLVED: gcc.c-torture/execute/ieee/fp-cmp-8.c execution, -Os =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/fp-cmp-8.x7 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Using alternate driver hugeval.x=0A= Checking "hppa*-*-hpux9*" against "arm-unknown-elf"=0A= Checking "hppa*-*-hpux10*" against "arm-unknown-elf"=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/hugeval.x0 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/hugeval.c, -O0 =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/hugeval.c -w -O0 -DSTACK_SIZE=3D16384 -lm -o = /tmp/hugeval.x0=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/hugeval.c -w -O0 -DSTACK_SIZE=3D16384 -lm -o = /tmp/hugeval.x0 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {7035} pid is 7035 -7035=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 7035 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/hugeval.c compilation, -O0 =0A= board_info target exists no_long_long=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/hugeval.x0 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/hugeval.x0 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/hugeval.x0 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {7043} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/hugeval.c execution, -O0 =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/hugeval.x1 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/hugeval.c, -O1 =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/hugeval.c -w -O1 -DSTACK_SIZE=3D16384 -lm -o = /tmp/hugeval.x1=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/hugeval.c -w -O1 -DSTACK_SIZE=3D16384 -lm -o = /tmp/hugeval.x1 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {7047} pid is 7047 -7047=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 7047 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/hugeval.c compilation, -O1 =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/hugeval.x0 /tmp/hugeval.x1 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/hugeval.x1 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/hugeval.x1 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/hugeval.x1 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {7055} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/hugeval.c execution, -O1 =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/hugeval.x2 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/hugeval.c, -O2 =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/hugeval.c -w -O2 -DSTACK_SIZE=3D16384 -lm -o = /tmp/hugeval.x2=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/hugeval.c -w -O2 -DSTACK_SIZE=3D16384 -lm -o = /tmp/hugeval.x2 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {7059} pid is 7059 -7059=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 7059 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/hugeval.c compilation, -O2 =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/hugeval.x1 /tmp/hugeval.x2 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/hugeval.x2 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/hugeval.x2 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/hugeval.x2 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {7067} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/hugeval.c execution, -O2 =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/hugeval.x3 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/hugeval.c, -O3 -fomit-frame-pointer =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/hugeval.c -w -O3 -fomit-frame-pointer -DSTACK_SIZE=3D16384 = -lm -o /tmp/hugeval.x3=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/hugeval.c -w -O3 -fomit-frame-pointer -DSTACK_SIZE=3D16384 = -lm -o /tmp/hugeval.x3 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {7071} pid is 7071 -7071=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 7071 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/hugeval.c compilation, -O3 = -fomit-frame-pointer =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/hugeval.x2 /tmp/hugeval.x3 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/hugeval.x3 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/hugeval.x3 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/hugeval.x3 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {7079} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/hugeval.c execution, -O3 = -fomit-frame-pointer =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/hugeval.x4 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/hugeval.c, -O3 -g =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/hugeval.c -w -O3 -g -DSTACK_SIZE=3D16384 -lm -o = /tmp/hugeval.x4=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/hugeval.c -w -O3 -g -DSTACK_SIZE=3D16384 -lm -o = /tmp/hugeval.x4 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {7083} pid is 7083 -7083=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 7083 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/hugeval.c compilation, -O3 -g =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/hugeval.x3 /tmp/hugeval.x4 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/hugeval.x4 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/hugeval.x4 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/hugeval.x4 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {7091} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/hugeval.c execution, -O3 -g =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/hugeval.x5 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/hugeval.c, -Os =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/hugeval.c -w -Os -DSTACK_SIZE=3D16384 -lm -o = /tmp/hugeval.x5=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/hugeval.c -w -Os -DSTACK_SIZE=3D16384 -lm -o = /tmp/hugeval.x5 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {7095} pid is 7095 -7095=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 7095 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/hugeval.c compilation, -Os =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/hugeval.x4 /tmp/hugeval.x5 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/hugeval.x5 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/hugeval.x5 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/hugeval.x5 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {7103} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/hugeval.c execution, -Os =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/inf-1.x0 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/inf-1.c, -O0 =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/inf-1.c -w -O0 -DSTACK_SIZE=3D16384 -lm -o = /tmp/inf-1.x0=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/inf-1.c -w -O0 -DSTACK_SIZE=3D16384 -lm -o = /tmp/inf-1.x0 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {7106} pid is 7106 -7106=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no /tmp/ccBSwDzT.o: In function `main': /tmp/ccBSwDzT.o(.text+0x14): undefined reference to `__builtin_inff' /tmp/ccBSwDzT.o(.text+0x38): undefined reference to `__builtin_inf' /tmp/ccBSwDzT.o(.text+0x60): undefined reference to `__builtin_infl' /tmp/ccBSwDzT.o(.text+0x7c): undefined reference to = `__builtin_huge_valf' /tmp/ccBSwDzT.o(.text+0xa0): undefined reference to `__builtin_huge_val' /tmp/ccBSwDzT.o(.text+0xc8): undefined reference to = `__builtin_huge_vall' collect2: ld returned 1 exit status expect: does "/tmp/ccBSwDzT.o: In function = `main':\r\n/tmp/ccBSwDzT.o(.text+0x14): undefined reference to = `__builtin_inff'\r\n/tmp/ccBSwDzT.o(.text+0x38): undefined reference to = `__builtin_inf'\r\n/tmp/ccBSwDzT.o(.text+0x60): undefined reference to = `__builtin_infl'\r\n/tmp/ccBSwDzT.o(.text+0x7c): undefined reference to = `__builtin_huge_valf'\r\n/tmp/ccBSwDzT.o(.text+0xa0): undefined = reference to `__builtin_huge_val'\r\n/tmp/ccBSwDzT.o(.text+0xc8): = undefined reference to `__builtin_huge_vall'\r\ncollect2: ld returned 1 = exit status\r\n" (spawn_id exp7) match regular expression ".+"? yes expect: set expect_out(0,string) "/tmp/ccBSwDzT.o: In function = `main':\r\n/tmp/ccBSwDzT.o(.text+0x14): undefined reference to = `__builtin_inff'\r\n/tmp/ccBSwDzT.o(.text+0x38): undefined reference to = `__builtin_inf'\r\n/tmp/ccBSwDzT.o(.text+0x60): undefined reference to = `__builtin_infl'\r\n/tmp/ccBSwDzT.o(.text+0x7c): undefined reference to = `__builtin_huge_valf'\r\n/tmp/ccBSwDzT.o(.text+0xa0): undefined = reference to `__builtin_huge_val'\r\n/tmp/ccBSwDzT.o(.text+0xc8): = undefined reference to `__builtin_huge_vall'\r\ncollect2: ld returned 1 = exit status\r\n" expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "/tmp/ccBSwDzT.o: In function = `main':\r\n/tmp/ccBSwDzT.o(.text+0x14): undefined reference to = `__builtin_inff'\r\n/tmp/ccBSwDzT.o(.text+0x38): undefined reference to = `__builtin_inf'\r\n/tmp/ccBSwDzT.o(.text+0x60): undefined reference to = `__builtin_infl'\r\n/tmp/ccBSwDzT.o(.text+0x7c): undefined reference to = `__builtin_huge_valf'\r\n/tmp/ccBSwDzT.o(.text+0xa0): undefined = reference to `__builtin_huge_val'\r\n/tmp/ccBSwDzT.o(.text+0xc8): = undefined reference to `__builtin_huge_vall'\r\ncollect2: ld returned 1 = exit status\r\n" expect: continuing expect expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 7106 exp7 0 1=0A= close result is 7106 exp7 0 1=0A= output is /tmp/ccBSwDzT.o: In function `main': /tmp/ccBSwDzT.o(.text+0x14): undefined reference to `__builtin_inff' /tmp/ccBSwDzT.o(.text+0x38): undefined reference to `__builtin_inf' /tmp/ccBSwDzT.o(.text+0x60): undefined reference to `__builtin_infl' /tmp/ccBSwDzT.o(.text+0x7c): undefined reference to = `__builtin_huge_valf' /tmp/ccBSwDzT.o(.text+0xa0): undefined reference to `__builtin_huge_val' /tmp/ccBSwDzT.o(.text+0xc8): undefined reference to = `__builtin_huge_vall' collect2: ld returned 1 exit status =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= compiler exited with status 1=0A= output is:=0A= /tmp/ccBSwDzT.o: In function `main': /tmp/ccBSwDzT.o(.text+0x14): undefined reference to `__builtin_inff' /tmp/ccBSwDzT.o(.text+0x38): undefined reference to `__builtin_inf' /tmp/ccBSwDzT.o(.text+0x60): undefined reference to `__builtin_infl' /tmp/ccBSwDzT.o(.text+0x7c): undefined reference to = `__builtin_huge_valf' /tmp/ccBSwDzT.o(.text+0xa0): undefined reference to `__builtin_huge_val' /tmp/ccBSwDzT.o(.text+0xc8): undefined reference to = `__builtin_huge_vall' collect2: ld returned 1 exit status =0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= FAIL: gcc.c-torture/execute/ieee/inf-1.c compilation, -O0 =0A= UNRESOLVED: gcc.c-torture/execute/ieee/inf-1.c execution, -O0 =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/inf-1.x0 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/inf-1.x1 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/inf-1.c, -O1 =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/inf-1.c -w -O1 -DSTACK_SIZE=3D16384 -lm -o = /tmp/inf-1.x1=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/inf-1.c -w -O1 -DSTACK_SIZE=3D16384 -lm -o = /tmp/inf-1.x1 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {7114} pid is 7114 -7114=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no /tmp/ccBchzJ3.o: In function `main': /tmp/ccBchzJ3.o(.text+0x14): undefined reference to `__builtin_inff' /tmp/ccBchzJ3.o(.text+0x20): undefined reference to `__builtin_inf' /tmp/ccBchzJ3.o(.text+0x30): undefined reference to `__builtin_infl' /tmp/ccBchzJ3.o(.text+0x40): undefined reference to = `__builtin_huge_valf' /tmp/ccBchzJ3.o(.text+0x4c): undefined reference to `__builtin_huge_val' /tmp/ccBchzJ3.o(.text+0x5c): undefined reference to = `__builtin_huge_vall' collect2: ld returned 1 exit status expect: does "/tmp/ccBchzJ3.o: In function = `main':\r\n/tmp/ccBchzJ3.o(.text+0x14): undefined reference to = `__builtin_inff'\r\n/tmp/ccBchzJ3.o(.text+0x20): undefined reference to = `__builtin_inf'\r\n/tmp/ccBchzJ3.o(.text+0x30): undefined reference to = `__builtin_infl'\r\n/tmp/ccBchzJ3.o(.text+0x40): undefined reference to = `__builtin_huge_valf'\r\n/tmp/ccBchzJ3.o(.text+0x4c): undefined = reference to `__builtin_huge_val'\r\n/tmp/ccBchzJ3.o(.text+0x5c): = undefined reference to `__builtin_huge_vall'\r\ncollect2: ld returned 1 = exit status\r\n" (spawn_id exp7) match regular expression ".+"? yes expect: set expect_out(0,string) "/tmp/ccBchzJ3.o: In function = `main':\r\n/tmp/ccBchzJ3.o(.text+0x14): undefined reference to = `__builtin_inff'\r\n/tmp/ccBchzJ3.o(.text+0x20): undefined reference to = `__builtin_inf'\r\n/tmp/ccBchzJ3.o(.text+0x30): undefined reference to = `__builtin_infl'\r\n/tmp/ccBchzJ3.o(.text+0x40): undefined reference to = `__builtin_huge_valf'\r\n/tmp/ccBchzJ3.o(.text+0x4c): undefined = reference to `__builtin_huge_val'\r\n/tmp/ccBchzJ3.o(.text+0x5c): = undefined reference to `__builtin_huge_vall'\r\ncollect2: ld returned 1 = exit status\r\n" expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "/tmp/ccBchzJ3.o: In function = `main':\r\n/tmp/ccBchzJ3.o(.text+0x14): undefined reference to = `__builtin_inff'\r\n/tmp/ccBchzJ3.o(.text+0x20): undefined reference to = `__builtin_inf'\r\n/tmp/ccBchzJ3.o(.text+0x30): undefined reference to = `__builtin_infl'\r\n/tmp/ccBchzJ3.o(.text+0x40): undefined reference to = `__builtin_huge_valf'\r\n/tmp/ccBchzJ3.o(.text+0x4c): undefined = reference to `__builtin_huge_val'\r\n/tmp/ccBchzJ3.o(.text+0x5c): = undefined reference to `__builtin_huge_vall'\r\ncollect2: ld returned 1 = exit status\r\n" expect: continuing expect expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 7114 exp7 0 1=0A= close result is 7114 exp7 0 1=0A= output is /tmp/ccBchzJ3.o: In function `main': /tmp/ccBchzJ3.o(.text+0x14): undefined reference to `__builtin_inff' /tmp/ccBchzJ3.o(.text+0x20): undefined reference to `__builtin_inf' /tmp/ccBchzJ3.o(.text+0x30): undefined reference to `__builtin_infl' /tmp/ccBchzJ3.o(.text+0x40): undefined reference to = `__builtin_huge_valf' /tmp/ccBchzJ3.o(.text+0x4c): undefined reference to `__builtin_huge_val' /tmp/ccBchzJ3.o(.text+0x5c): undefined reference to = `__builtin_huge_vall' collect2: ld returned 1 exit status =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= compiler exited with status 1=0A= output is:=0A= /tmp/ccBchzJ3.o: In function `main': /tmp/ccBchzJ3.o(.text+0x14): undefined reference to `__builtin_inff' /tmp/ccBchzJ3.o(.text+0x20): undefined reference to `__builtin_inf' /tmp/ccBchzJ3.o(.text+0x30): undefined reference to `__builtin_infl' /tmp/ccBchzJ3.o(.text+0x40): undefined reference to = `__builtin_huge_valf' /tmp/ccBchzJ3.o(.text+0x4c): undefined reference to `__builtin_huge_val' /tmp/ccBchzJ3.o(.text+0x5c): undefined reference to = `__builtin_huge_vall' collect2: ld returned 1 exit status =0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= FAIL: gcc.c-torture/execute/ieee/inf-1.c compilation, -O1 =0A= UNRESOLVED: gcc.c-torture/execute/ieee/inf-1.c execution, -O1 =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/inf-1.x1 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/inf-1.x2 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/inf-1.c, -O2 =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/inf-1.c -w -O2 -DSTACK_SIZE=3D16384 -lm -o = /tmp/inf-1.x2=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/inf-1.c -w -O2 -DSTACK_SIZE=3D16384 -lm -o = /tmp/inf-1.x2 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {7122} pid is 7122 -7122=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no /tmp/ccZaQtdd.o: In function `main': /tmp/ccZaQtdd.o(.text+0x14): undefined reference to `__builtin_inff' /tmp/ccZaQtdd.o(.text+0x20): undefined reference to `__builtin_inf' /tmp/ccZaQtdd.o(.text+0x30): undefined reference to `__builtin_infl' /tmp/ccZaQtdd.o(.text+0x40): undefined reference to = `__builtin_huge_valf' /tmp/ccZaQtdd.o(.text+0x4c): undefined reference to `__builtin_huge_val' /tmp/ccZaQtdd.o(.text+0x5c): undefined reference to = `__builtin_huge_vall' collect2: ld returned 1 exit status expect: does "/tmp/ccZaQtdd.o: In function = `main':\r\n/tmp/ccZaQtdd.o(.text+0x14): undefined reference to = `__builtin_inff'\r\n/tmp/ccZaQtdd.o(.text+0x20): undefined reference to = `__builtin_inf'\r\n/tmp/ccZaQtdd.o(.text+0x30): undefined reference to = `__builtin_infl'\r\n/tmp/ccZaQtdd.o(.text+0x40): undefined reference to = `__builtin_huge_valf'\r\n/tmp/ccZaQtdd.o(.text+0x4c): undefined = reference to `__builtin_huge_val'\r\n/tmp/ccZaQtdd.o(.text+0x5c): = undefined reference to `__builtin_huge_vall'\r\ncollect2: ld returned 1 = exit status\r\n" (spawn_id exp7) match regular expression ".+"? yes expect: set expect_out(0,string) "/tmp/ccZaQtdd.o: In function = `main':\r\n/tmp/ccZaQtdd.o(.text+0x14): undefined reference to = `__builtin_inff'\r\n/tmp/ccZaQtdd.o(.text+0x20): undefined reference to = `__builtin_inf'\r\n/tmp/ccZaQtdd.o(.text+0x30): undefined reference to = `__builtin_infl'\r\n/tmp/ccZaQtdd.o(.text+0x40): undefined reference to = `__builtin_huge_valf'\r\n/tmp/ccZaQtdd.o(.text+0x4c): undefined = reference to `__builtin_huge_val'\r\n/tmp/ccZaQtdd.o(.text+0x5c): = undefined reference to `__builtin_huge_vall'\r\ncollect2: ld returned 1 = exit status\r\n" expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "/tmp/ccZaQtdd.o: In function = `main':\r\n/tmp/ccZaQtdd.o(.text+0x14): undefined reference to = `__builtin_inff'\r\n/tmp/ccZaQtdd.o(.text+0x20): undefined reference to = `__builtin_inf'\r\n/tmp/ccZaQtdd.o(.text+0x30): undefined reference to = `__builtin_infl'\r\n/tmp/ccZaQtdd.o(.text+0x40): undefined reference to = `__builtin_huge_valf'\r\n/tmp/ccZaQtdd.o(.text+0x4c): undefined = reference to `__builtin_huge_val'\r\n/tmp/ccZaQtdd.o(.text+0x5c): = undefined reference to `__builtin_huge_vall'\r\ncollect2: ld returned 1 = exit status\r\n" expect: continuing expect expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 7122 exp7 0 1=0A= close result is 7122 exp7 0 1=0A= output is /tmp/ccZaQtdd.o: In function `main': /tmp/ccZaQtdd.o(.text+0x14): undefined reference to `__builtin_inff' /tmp/ccZaQtdd.o(.text+0x20): undefined reference to `__builtin_inf' /tmp/ccZaQtdd.o(.text+0x30): undefined reference to `__builtin_infl' /tmp/ccZaQtdd.o(.text+0x40): undefined reference to = `__builtin_huge_valf' /tmp/ccZaQtdd.o(.text+0x4c): undefined reference to `__builtin_huge_val' /tmp/ccZaQtdd.o(.text+0x5c): undefined reference to = `__builtin_huge_vall' collect2: ld returned 1 exit status =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= compiler exited with status 1=0A= output is:=0A= /tmp/ccZaQtdd.o: In function `main': /tmp/ccZaQtdd.o(.text+0x14): undefined reference to `__builtin_inff' /tmp/ccZaQtdd.o(.text+0x20): undefined reference to `__builtin_inf' /tmp/ccZaQtdd.o(.text+0x30): undefined reference to `__builtin_infl' /tmp/ccZaQtdd.o(.text+0x40): undefined reference to = `__builtin_huge_valf' /tmp/ccZaQtdd.o(.text+0x4c): undefined reference to `__builtin_huge_val' /tmp/ccZaQtdd.o(.text+0x5c): undefined reference to = `__builtin_huge_vall' collect2: ld returned 1 exit status =0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= FAIL: gcc.c-torture/execute/ieee/inf-1.c compilation, -O2 =0A= UNRESOLVED: gcc.c-torture/execute/ieee/inf-1.c execution, -O2 =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/inf-1.x2 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/inf-1.x3 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/inf-1.c, -O3 -fomit-frame-pointer =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/inf-1.c -w -O3 -fomit-frame-pointer -DSTACK_SIZE=3D16384 = -lm -o /tmp/inf-1.x3=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/inf-1.c -w -O3 -fomit-frame-pointer -DSTACK_SIZE=3D16384 = -lm -o /tmp/inf-1.x3 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {7130} pid is 7130 -7130=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no /tmp/cc3Yah9o.o: In function `main': /tmp/cc3Yah9o.o(.text+0xc): undefined reference to `__builtin_inff' /tmp/cc3Yah9o.o(.text+0x18): undefined reference to `__builtin_inf' /tmp/cc3Yah9o.o(.text+0x28): undefined reference to `__builtin_infl' /tmp/cc3Yah9o.o(.text+0x38): undefined reference to = `__builtin_huge_valf' /tmp/cc3Yah9o.o(.text+0x44): undefined reference to `__builtin_huge_val' /tmp/cc3Yah9o.o(.text+0x54): undefined reference to = `__builtin_huge_vall' collect2: ld returned 1 exit status expect: does "/tmp/cc3Yah9o.o: In function = `main':\r\n/tmp/cc3Yah9o.o(.text+0xc): undefined reference to = `__builtin_inff'\r\n/tmp/cc3Yah9o.o(.text+0x18): undefined reference to = `__builtin_inf'\r\n/tmp/cc3Yah9o.o(.text+0x28): undefined reference to = `__builtin_infl'\r\n/tmp/cc3Yah9o.o(.text+0x38): undefined reference to = `__builtin_huge_valf'\r\n/tmp/cc3Yah9o.o(.text+0x44): undefined = reference to `__builtin_huge_val'\r\n/tmp/cc3Yah9o.o(.text+0x54): = undefined reference to `__builtin_huge_vall'\r\ncollect2: ld returned 1 = exit status\r\n" (spawn_id exp7) match regular expression ".+"? yes expect: set expect_out(0,string) "/tmp/cc3Yah9o.o: In function = `main':\r\n/tmp/cc3Yah9o.o(.text+0xc): undefined reference to = `__builtin_inff'\r\n/tmp/cc3Yah9o.o(.text+0x18): undefined reference to = `__builtin_inf'\r\n/tmp/cc3Yah9o.o(.text+0x28): undefined reference to = `__builtin_infl'\r\n/tmp/cc3Yah9o.o(.text+0x38): undefined reference to = `__builtin_huge_valf'\r\n/tmp/cc3Yah9o.o(.text+0x44): undefined = reference to `__builtin_huge_val'\r\n/tmp/cc3Yah9o.o(.text+0x54): = undefined reference to `__builtin_huge_vall'\r\ncollect2: ld returned 1 = exit status\r\n" expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "/tmp/cc3Yah9o.o: In function = `main':\r\n/tmp/cc3Yah9o.o(.text+0xc): undefined reference to = `__builtin_inff'\r\n/tmp/cc3Yah9o.o(.text+0x18): undefined reference to = `__builtin_inf'\r\n/tmp/cc3Yah9o.o(.text+0x28): undefined reference to = `__builtin_infl'\r\n/tmp/cc3Yah9o.o(.text+0x38): undefined reference to = `__builtin_huge_valf'\r\n/tmp/cc3Yah9o.o(.text+0x44): undefined = reference to `__builtin_huge_val'\r\n/tmp/cc3Yah9o.o(.text+0x54): = undefined reference to `__builtin_huge_vall'\r\ncollect2: ld returned 1 = exit status\r\n" expect: continuing expect expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 7130 exp7 0 1=0A= close result is 7130 exp7 0 1=0A= output is /tmp/cc3Yah9o.o: In function `main': /tmp/cc3Yah9o.o(.text+0xc): undefined reference to `__builtin_inff' /tmp/cc3Yah9o.o(.text+0x18): undefined reference to `__builtin_inf' /tmp/cc3Yah9o.o(.text+0x28): undefined reference to `__builtin_infl' /tmp/cc3Yah9o.o(.text+0x38): undefined reference to = `__builtin_huge_valf' /tmp/cc3Yah9o.o(.text+0x44): undefined reference to `__builtin_huge_val' /tmp/cc3Yah9o.o(.text+0x54): undefined reference to = `__builtin_huge_vall' collect2: ld returned 1 exit status =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= compiler exited with status 1=0A= output is:=0A= /tmp/cc3Yah9o.o: In function `main': /tmp/cc3Yah9o.o(.text+0xc): undefined reference to `__builtin_inff' /tmp/cc3Yah9o.o(.text+0x18): undefined reference to `__builtin_inf' /tmp/cc3Yah9o.o(.text+0x28): undefined reference to `__builtin_infl' /tmp/cc3Yah9o.o(.text+0x38): undefined reference to = `__builtin_huge_valf' /tmp/cc3Yah9o.o(.text+0x44): undefined reference to `__builtin_huge_val' /tmp/cc3Yah9o.o(.text+0x54): undefined reference to = `__builtin_huge_vall' collect2: ld returned 1 exit status =0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= FAIL: gcc.c-torture/execute/ieee/inf-1.c compilation, -O3 = -fomit-frame-pointer =0A= UNRESOLVED: gcc.c-torture/execute/ieee/inf-1.c execution, -O3 = -fomit-frame-pointer =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/inf-1.x3 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/inf-1.x4 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/inf-1.c, -O3 -g =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/inf-1.c -w -O3 -g -DSTACK_SIZE=3D16384 -lm -o = /tmp/inf-1.x4=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/inf-1.c -w -O3 -g -DSTACK_SIZE=3D16384 -lm -o = /tmp/inf-1.x4 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {7138} pid is 7138 -7138=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no /tmp/cc1XmMvF.o: In function `main': /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/inf-1.c:5: undefined reference to `__builtin_inff' /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/inf-1.c:6: undefined reference to `__builtin_inf' /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/inf-1.c:7: undefined reference to `__builtin_infl' /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/inf-1.c:9: undefined reference to `__builtin_huge_valf' /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/inf-1.c:10: undefined reference to `__builtin_huge_val' /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/inf-1.c:11: undefined reference to `__builtin_huge_vall' collect2: ld returned 1 exit status expect: does "/tmp/cc1XmMvF.o: In function = `main':\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c= -torture/execute/ieee/inf-1.c:5: undefined reference to = `__builtin_inff'\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsu= ite/gcc.c-torture/execute/ieee/inf-1.c:6: undefined reference to = `__builtin_inf'\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsui= te/gcc.c-torture/execute/ieee/inf-1.c:7: undefined reference to = `__builtin_infl'\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsu= ite/gcc.c-torture/execute/ieee/inf-1.c:9: undefined reference to = `__builtin_huge_valf'\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/t= estsuite/gcc.c-torture/execute/ieee/inf-1.c:10: undefined reference to = `__builtin_huge_val'\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/te= stsuite/gcc.c-torture/execute/ieee/inf-1.c:11: undefined reference to = `__builtin_huge_vall'\r\ncollect2: ld returned 1 exit status\r\n" = (spawn_id exp7) match regular expression ".+"? yes expect: set expect_out(0,string) "/tmp/cc1XmMvF.o: In function = `main':\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c= -torture/execute/ieee/inf-1.c:5: undefined reference to = `__builtin_inff'\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsu= ite/gcc.c-torture/execute/ieee/inf-1.c:6: undefined reference to = `__builtin_inf'\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsui= te/gcc.c-torture/execute/ieee/inf-1.c:7: undefined reference to = `__builtin_infl'\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsu= ite/gcc.c-torture/execute/ieee/inf-1.c:9: undefined reference to = `__builtin_huge_valf'\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/t= estsuite/gcc.c-torture/execute/ieee/inf-1.c:10: undefined reference to = `__builtin_huge_val'\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/te= stsuite/gcc.c-torture/execute/ieee/inf-1.c:11: undefined reference to = `__builtin_huge_vall'\r\ncollect2: ld returned 1 exit status\r\n" expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "/tmp/cc1XmMvF.o: In function = `main':\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c= -torture/execute/ieee/inf-1.c:5: undefined reference to = `__builtin_inff'\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsu= ite/gcc.c-torture/execute/ieee/inf-1.c:6: undefined reference to = `__builtin_inf'\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsui= te/gcc.c-torture/execute/ieee/inf-1.c:7: undefined reference to = `__builtin_infl'\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsu= ite/gcc.c-torture/execute/ieee/inf-1.c:9: undefined reference to = `__builtin_huge_valf'\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/t= estsuite/gcc.c-torture/execute/ieee/inf-1.c:10: undefined reference to = `__builtin_huge_val'\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/te= stsuite/gcc.c-torture/execute/ieee/inf-1.c:11: undefined reference to = `__builtin_huge_vall'\r\ncollect2: ld returned 1 exit status\r\n" expect: continuing expect expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 7138 exp7 0 1=0A= close result is 7138 exp7 0 1=0A= output is /tmp/cc1XmMvF.o: In function `main': /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/inf-1.c:5: undefined reference to `__builtin_inff' /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/inf-1.c:6: undefined reference to `__builtin_inf' /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/inf-1.c:7: undefined reference to `__builtin_infl' /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/inf-1.c:9: undefined reference to `__builtin_huge_valf' /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/inf-1.c:10: undefined reference to `__builtin_huge_val' /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/inf-1.c:11: undefined reference to `__builtin_huge_vall' collect2: ld returned 1 exit status =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= compiler exited with status 1=0A= output is:=0A= /tmp/cc1XmMvF.o: In function `main': /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/inf-1.c:5: undefined reference to `__builtin_inff' /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/inf-1.c:6: undefined reference to `__builtin_inf' /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/inf-1.c:7: undefined reference to `__builtin_infl' /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/inf-1.c:9: undefined reference to `__builtin_huge_valf' /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/inf-1.c:10: undefined reference to `__builtin_huge_val' /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/inf-1.c:11: undefined reference to `__builtin_huge_vall' collect2: ld returned 1 exit status =0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= FAIL: gcc.c-torture/execute/ieee/inf-1.c compilation, -O3 -g =0A= UNRESOLVED: gcc.c-torture/execute/ieee/inf-1.c execution, -O3 -g =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/inf-1.x4 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/inf-1.x5 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/inf-1.c, -Os =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/inf-1.c -w -Os -DSTACK_SIZE=3D16384 -lm -o = /tmp/inf-1.x5=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/inf-1.c -w -Os -DSTACK_SIZE=3D16384 -lm -o = /tmp/inf-1.x5 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {7146} pid is 7146 -7146=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no /tmp/cc1J1LwP.o: In function `main': /tmp/cc1J1LwP.o(.text+0x14): undefined reference to `__builtin_inff' /tmp/cc1J1LwP.o(.text+0x20): undefined reference to `__builtin_inf' /tmp/cc1J1LwP.o(.text+0x30): undefined reference to `__builtin_infl' /tmp/cc1J1LwP.o(.text+0x40): undefined reference to = `__builtin_huge_valf' /tmp/cc1J1LwP.o(.text+0x4c): undefined reference to `__builtin_huge_val' /tmp/cc1J1LwP.o(.text+0x5c): undefined reference to = `__builtin_huge_vall' collect2: ld returned 1 exit status expect: does "/tmp/cc1J1LwP.o: In function = `main':\r\n/tmp/cc1J1LwP.o(.text+0x14): undefined reference to = `__builtin_inff'\r\n/tmp/cc1J1LwP.o(.text+0x20): undefined reference to = `__builtin_inf'\r\n/tmp/cc1J1LwP.o(.text+0x30): undefined reference to = `__builtin_infl'\r\n/tmp/cc1J1LwP.o(.text+0x40): undefined reference to = `__builtin_huge_valf'\r\n/tmp/cc1J1LwP.o(.text+0x4c): undefined = reference to `__builtin_huge_val'\r\n/tmp/cc1J1LwP.o(.text+0x5c): = undefined reference to `__builtin_huge_vall'\r\ncollect2: ld returned 1 = exit status\r\n" (spawn_id exp7) match regular expression ".+"? yes expect: set expect_out(0,string) "/tmp/cc1J1LwP.o: In function = `main':\r\n/tmp/cc1J1LwP.o(.text+0x14): undefined reference to = `__builtin_inff'\r\n/tmp/cc1J1LwP.o(.text+0x20): undefined reference to = `__builtin_inf'\r\n/tmp/cc1J1LwP.o(.text+0x30): undefined reference to = `__builtin_infl'\r\n/tmp/cc1J1LwP.o(.text+0x40): undefined reference to = `__builtin_huge_valf'\r\n/tmp/cc1J1LwP.o(.text+0x4c): undefined = reference to `__builtin_huge_val'\r\n/tmp/cc1J1LwP.o(.text+0x5c): = undefined reference to `__builtin_huge_vall'\r\ncollect2: ld returned 1 = exit status\r\n" expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "/tmp/cc1J1LwP.o: In function = `main':\r\n/tmp/cc1J1LwP.o(.text+0x14): undefined reference to = `__builtin_inff'\r\n/tmp/cc1J1LwP.o(.text+0x20): undefined reference to = `__builtin_inf'\r\n/tmp/cc1J1LwP.o(.text+0x30): undefined reference to = `__builtin_infl'\r\n/tmp/cc1J1LwP.o(.text+0x40): undefined reference to = `__builtin_huge_valf'\r\n/tmp/cc1J1LwP.o(.text+0x4c): undefined = reference to `__builtin_huge_val'\r\n/tmp/cc1J1LwP.o(.text+0x5c): = undefined reference to `__builtin_huge_vall'\r\ncollect2: ld returned 1 = exit status\r\n" expect: continuing expect expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 7146 exp7 0 1=0A= close result is 7146 exp7 0 1=0A= output is /tmp/cc1J1LwP.o: In function `main': /tmp/cc1J1LwP.o(.text+0x14): undefined reference to `__builtin_inff' /tmp/cc1J1LwP.o(.text+0x20): undefined reference to `__builtin_inf' /tmp/cc1J1LwP.o(.text+0x30): undefined reference to `__builtin_infl' /tmp/cc1J1LwP.o(.text+0x40): undefined reference to = `__builtin_huge_valf' /tmp/cc1J1LwP.o(.text+0x4c): undefined reference to `__builtin_huge_val' /tmp/cc1J1LwP.o(.text+0x5c): undefined reference to = `__builtin_huge_vall' collect2: ld returned 1 exit status =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= compiler exited with status 1=0A= output is:=0A= /tmp/cc1J1LwP.o: In function `main': /tmp/cc1J1LwP.o(.text+0x14): undefined reference to `__builtin_inff' /tmp/cc1J1LwP.o(.text+0x20): undefined reference to `__builtin_inf' /tmp/cc1J1LwP.o(.text+0x30): undefined reference to `__builtin_infl' /tmp/cc1J1LwP.o(.text+0x40): undefined reference to = `__builtin_huge_valf' /tmp/cc1J1LwP.o(.text+0x4c): undefined reference to `__builtin_huge_val' /tmp/cc1J1LwP.o(.text+0x5c): undefined reference to = `__builtin_huge_vall' collect2: ld returned 1 exit status =0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= FAIL: gcc.c-torture/execute/ieee/inf-1.c compilation, -Os =0A= UNRESOLVED: gcc.c-torture/execute/ieee/inf-1.c execution, -Os =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/inf-1.x5 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/inf-2.x0 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/inf-2.c, -O0 =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/inf-2.c -w -O0 -DSTACK_SIZE=3D16384 -lm -o = /tmp/inf-2.x0=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/inf-2.c -w -O0 -DSTACK_SIZE=3D16384 -lm -o = /tmp/inf-2.x0 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {7154} pid is 7154 -7154=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no /tmp/ccbz5m0X.o: In function `test': /tmp/ccbz5m0X.o(.text+0x28): undefined reference to `__builtin_inf' /tmp/ccbz5m0X.o(.text+0x64): undefined reference to `__builtin_inf' /tmp/ccbz5m0X.o(.text+0xb0): undefined reference to `__builtin_inf' /tmp/ccbz5m0X.o(.text+0xf0): undefined reference to `__builtin_inf' /tmp/ccbz5m0X.o(.text+0x120): undefined reference to `__builtin_inf' /tmp/ccbz5m0X.o(.text+0x15c): more undefined references to = `__builtin_inf' follow /tmp/ccbz5m0X.o: In function `testf': /tmp/ccbz5m0X.o(.text+0x270): undefined reference to `__builtin_inff' /tmp/ccbz5m0X.o(.text+0x2a0): undefined reference to `__builtin_inff' /tmp/ccbz5m0X.o(.text+0x2d4): undefined reference to `__builtin_inff' /tmp/ccbz5m0X.o(.text+0x308): undefined reference to `__builtin_inff' /tmp/ccbz5m0X.o(.text+0x338): undefined reference to `__builtin_inff' /tmp/ccbz5m0X.o(.text+0x368): more undefined references to = `__builtin_inff' follow /tmp/ccbz5m0X.o: In function `testl': /tmp/ccbz5m0X.o(.text+0x45c): undefined reference to `__builtin_infl' /tmp/ccbz5m0X.o(.text+0x498): undefined reference to `__builtin_infl' /tmp/ccbz5m0X.o(.text+0x4e4): undefined reference to `__builtin_infl' /tmp/ccbz5m0X.o(.text+0x524): undefined reference to `__builtin_infl' /tmp/ccbz5m0X.o(.text+0x554): undefined reference to `__builtin_infl' /tmp/ccbz5m0X.o(.text+0x590): more undefined references to = `__builtin_infl' follow /tmp/ccbz5m0X.o: In function `main': /tmp/ccbz5m0X.o(.text+0x69c): undefined reference to `__builtin_inf' /tmp/ccbz5m0X.o(.text+0x6c8): undefined reference to `__builtin_inff' /tmp/ccbz5m0X.o(.text+0x6e8): undefined reference to `__builtin_infl' collect2: ld returned 1 exit status expect: does "/tmp/ccbz5m0X.o: In function = `test':\r\n/tmp/ccbz5m0X.o(.text+0x28): undefined reference to = `__builtin_inf'\r\n/tmp/ccbz5m0X.o(.text+0x64): undefined reference to = `__builtin_inf'\r\n/tmp/ccbz5m0X.o(.text+0xb0): undefined reference to = `__builtin_inf'\r\n/tmp/ccbz5m0X.o(.text+0xf0): undefined reference to = `__builtin_inf'\r\n/tmp/ccbz5m0X.o(.text+0x120): undefined reference to = `__builtin_inf'\r\n/tmp/ccbz5m0X.o(.text+0x15c): more undefined = references to `__builtin_inf' follow\r\n/tmp/ccbz5m0X.o: In function = `testf':\r\n/tmp/ccbz5m0X.o(.text+0x270): undefined reference to = `__builtin_inff'\r\n/tmp/ccbz5m0X.o(.text+0x2a0): undefined reference to = `__builtin_inff'\r\n/tmp/ccbz5m0X.o(.text+0x2d4): undefined reference to = `__builtin_inff'\r\n/tmp/ccbz5m0X.o(.text+0x308): undefined reference to = `__builtin_inff'\r\n/tmp/ccbz5m0X.o(.text+0x338): undefined reference to = `__builtin_inff'\r\n/tmp/ccbz5m0X.o(.text+0x368): more undefined = references to `__builtin_inff' follow\r\n/tmp/ccbz5m0X.o: In function = `testl':\r\n/tmp/ccbz5m0X.o(.text+0x45c): undefined reference to = `__builtin_infl'\r\n/tmp/ccbz5m0X.o(.text+0x498): undefined reference to = `__builtin_infl'\r\n/tmp/ccbz5m0X.o(.text+0x4e4): undefined reference to = `__builtin_infl'\r\n/tmp/ccbz5m0X.o(.text+0x524): undefined reference to = `__builtin_infl'\r\n/tmp/ccbz5m0X.o(.text+0x554): undefined reference to = `__builtin_infl'\r\n/tmp/ccbz5m0X.o(.text+0x590): more undefined = references to `__builtin_infl' follow\r\n/tmp/ccbz5m0X.o: In function = `main':\r\n/tmp/ccbz5m0X.o(.text+0x69c): undefined reference to = `__builtin_inf'\r\n/tmp/ccbz5m0X.o(.text+0x6c8): undefined reference to = `__builtin_inff'\r\n/tmp/ccbz5m0X.o(.text+0x6e8): undefined reference to = `__builtin_infl'\r\ncollect2: ld returned 1 exit status\r\n" (spawn_id = exp7) match regular expression ".+"? yes expect: set expect_out(0,string) "/tmp/ccbz5m0X.o: In function = `test':\r\n/tmp/ccbz5m0X.o(.text+0x28): undefined reference to = `__builtin_inf'\r\n/tmp/ccbz5m0X.o(.text+0x64): undefined reference to = `__builtin_inf'\r\n/tmp/ccbz5m0X.o(.text+0xb0): undefined reference to = `__builtin_inf'\r\n/tmp/ccbz5m0X.o(.text+0xf0): undefined reference to = `__builtin_inf'\r\n/tmp/ccbz5m0X.o(.text+0x120): undefined reference to = `__builtin_inf'\r\n/tmp/ccbz5m0X.o(.text+0x15c): more undefined = references to `__builtin_inf' follow\r\n/tmp/ccbz5m0X.o: In function = `testf':\r\n/tmp/ccbz5m0X.o(.text+0x270): undefined reference to = `__builtin_inff'\r\n/tmp/ccbz5m0X.o(.text+0x2a0): undefined reference to = `__builtin_inff'\r\n/tmp/ccbz5m0X.o(.text+0x2d4): undefined reference to = `__builtin_inff'\r\n/tmp/ccbz5m0X.o(.text+0x308): undefined reference to = `__builtin_inff'\r\n/tmp/ccbz5m0X.o(.text+0x338): undefined reference to = `__builtin_inff'\r\n/tmp/ccbz5m0X.o(.text+0x368): more undefined = references to `__builtin_inff' follow\r\n/tmp/ccbz5m0X.o: In function = `testl':\r\n/tmp/ccbz5m0X.o(.text+0x45c): undefined reference to = `__builtin_infl'\r\n/tmp/ccbz5m0X.o(.text+0x498): undefined reference to = `__builtin_infl'\r\n/tmp/ccbz5m0X.o(.text+0x4e4): undefined reference to = `__builtin_infl'\r\n/tmp/ccbz5m0X.o(.text+0x524): undefined reference to = `__builtin_infl'\r\n/tmp/ccbz5m0X.o(.text+0x554): undefined reference to = `__builtin_infl'\r\n/tmp/ccbz5m0X.o(.text+0x590): more undefined = references to `__builtin_infl' follow\r\n/tmp/ccbz5m0X.o: In function = `main':\r\n/tmp/ccbz5m0X.o(.text+0x69c): undefined reference to = `__builtin_inf'\r\n/tmp/ccbz5m0X.o(.text+0x6c8): undefined reference to = `__builtin_inff'\r\n/tmp/ccbz5m0X.o(.text+0x6e8): undefined reference to = `__builtin_infl'\r\ncollect2: ld returned 1 exit status\r\n" expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "/tmp/ccbz5m0X.o: In function = `test':\r\n/tmp/ccbz5m0X.o(.text+0x28): undefined reference to = `__builtin_inf'\r\n/tmp/ccbz5m0X.o(.text+0x64): undefined reference to = `__builtin_inf'\r\n/tmp/ccbz5m0X.o(.text+0xb0): undefined reference to = `__builtin_inf'\r\n/tmp/ccbz5m0X.o(.text+0xf0): undefined reference to = `__builtin_inf'\r\n/tmp/ccbz5m0X.o(.text+0x120): undefined reference to = `__builtin_inf'\r\n/tmp/ccbz5m0X.o(.text+0x15c): more undefined = references to `__builtin_inf' follow\r\n/tmp/ccbz5m0X.o: In function = `testf':\r\n/tmp/ccbz5m0X.o(.text+0x270): undefined reference to = `__builtin_inff'\r\n/tmp/ccbz5m0X.o(.text+0x2a0): undefined reference to = `__builtin_inff'\r\n/tmp/ccbz5m0X.o(.text+0x2d4): undefined reference to = `__builtin_inff'\r\n/tmp/ccbz5m0X.o(.text+0x308): undefined reference to = `__builtin_inff'\r\n/tmp/ccbz5m0X.o(.text+0x338): undefined reference to = `__builtin_inff'\r\n/tmp/ccbz5m0X.o(.text+0x368): more undefined = references to `__builtin_inff' follow\r\n/tmp/ccbz5m0X.o: In function = `testl':\r\n/tmp/ccbz5m0X.o(.text+0x45c): undefined reference to = `__builtin_infl'\r\n/tmp/ccbz5m0X.o(.text+0x498): undefined reference to = `__builtin_infl'\r\n/tmp/ccbz5m0X.o(.text+0x4e4): undefined reference to = `__builtin_infl'\r\n/tmp/ccbz5m0X.o(.text+0x524): undefined reference to = `__builtin_infl'\r\n/tmp/ccbz5m0X.o(.text+0x554): undefined reference to = `__builtin_infl'\r\n/tmp/ccbz5m0X.o(.text+0x590): more undefined = references to `__builtin_infl' follow\r\n/tmp/ccbz5m0X.o: In function = `main':\r\n/tmp/ccbz5m0X.o(.text+0x69c): undefined reference to = `__builtin_inf'\r\n/tmp/ccbz5m0X.o(.text+0x6c8): undefined reference to = `__builtin_inff'\r\n/tmp/ccbz5m0X.o(.text+0x6e8): undefined reference to = `__builtin_infl'\r\ncollect2: ld returned 1 exit status\r\n" expect: continuing expect expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 7154 exp7 0 1=0A= close result is 7154 exp7 0 1=0A= output is /tmp/ccbz5m0X.o: In function `test': /tmp/ccbz5m0X.o(.text+0x28): undefined reference to `__builtin_inf' /tmp/ccbz5m0X.o(.text+0x64): undefined reference to `__builtin_inf' /tmp/ccbz5m0X.o(.text+0xb0): undefined reference to `__builtin_inf' /tmp/ccbz5m0X.o(.text+0xf0): undefined reference to `__builtin_inf' /tmp/ccbz5m0X.o(.text+0x120): undefined reference to `__builtin_inf' /tmp/ccbz5m0X.o(.text+0x15c): more undefined references to = `__builtin_inf' follow /tmp/ccbz5m0X.o: In function `testf': /tmp/ccbz5m0X.o(.text+0x270): undefined reference to `__builtin_inff' /tmp/ccbz5m0X.o(.text+0x2a0): undefined reference to `__builtin_inff' /tmp/ccbz5m0X.o(.text+0x2d4): undefined reference to `__builtin_inff' /tmp/ccbz5m0X.o(.text+0x308): undefined reference to `__builtin_inff' /tmp/ccbz5m0X.o(.text+0x338): undefined reference to `__builtin_inff' /tmp/ccbz5m0X.o(.text+0x368): more undefined references to = `__builtin_inff' follow /tmp/ccbz5m0X.o: In function `testl': /tmp/ccbz5m0X.o(.text+0x45c): undefined reference to `__builtin_infl' /tmp/ccbz5m0X.o(.text+0x498): undefined reference to `__builtin_infl' /tmp/ccbz5m0X.o(.text+0x4e4): undefined reference to `__builtin_infl' /tmp/ccbz5m0X.o(.text+0x524): undefined reference to `__builtin_infl' /tmp/ccbz5m0X.o(.text+0x554): undefined reference to `__builtin_infl' /tmp/ccbz5m0X.o(.text+0x590): more undefined references to = `__builtin_infl' follow /tmp/ccbz5m0X.o: In function `main': /tmp/ccbz5m0X.o(.text+0x69c): undefined reference to `__builtin_inf' /tmp/ccbz5m0X.o(.text+0x6c8): undefined reference to `__builtin_inff' /tmp/ccbz5m0X.o(.text+0x6e8): undefined reference to `__builtin_infl' collect2: ld returned 1 exit status =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= compiler exited with status 1=0A= output is:=0A= /tmp/ccbz5m0X.o: In function `test': /tmp/ccbz5m0X.o(.text+0x28): undefined reference to `__builtin_inf' /tmp/ccbz5m0X.o(.text+0x64): undefined reference to `__builtin_inf' /tmp/ccbz5m0X.o(.text+0xb0): undefined reference to `__builtin_inf' /tmp/ccbz5m0X.o(.text+0xf0): undefined reference to `__builtin_inf' /tmp/ccbz5m0X.o(.text+0x120): undefined reference to `__builtin_inf' /tmp/ccbz5m0X.o(.text+0x15c): more undefined references to = `__builtin_inf' follow /tmp/ccbz5m0X.o: In function `testf': /tmp/ccbz5m0X.o(.text+0x270): undefined reference to `__builtin_inff' /tmp/ccbz5m0X.o(.text+0x2a0): undefined reference to `__builtin_inff' /tmp/ccbz5m0X.o(.text+0x2d4): undefined reference to `__builtin_inff' /tmp/ccbz5m0X.o(.text+0x308): undefined reference to `__builtin_inff' /tmp/ccbz5m0X.o(.text+0x338): undefined reference to `__builtin_inff' /tmp/ccbz5m0X.o(.text+0x368): more undefined references to = `__builtin_inff' follow /tmp/ccbz5m0X.o: In function `testl': /tmp/ccbz5m0X.o(.text+0x45c): undefined reference to `__builtin_infl' /tmp/ccbz5m0X.o(.text+0x498): undefined reference to `__builtin_infl' /tmp/ccbz5m0X.o(.text+0x4e4): undefined reference to `__builtin_infl' /tmp/ccbz5m0X.o(.text+0x524): undefined reference to `__builtin_infl' /tmp/ccbz5m0X.o(.text+0x554): undefined reference to `__builtin_infl' /tmp/ccbz5m0X.o(.text+0x590): more undefined references to = `__builtin_infl' follow /tmp/ccbz5m0X.o: In function `main': /tmp/ccbz5m0X.o(.text+0x69c): undefined reference to `__builtin_inf' /tmp/ccbz5m0X.o(.text+0x6c8): undefined reference to `__builtin_inff' /tmp/ccbz5m0X.o(.text+0x6e8): undefined reference to `__builtin_infl' collect2: ld returned 1 exit status =0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= FAIL: gcc.c-torture/execute/ieee/inf-2.c compilation, -O0 =0A= UNRESOLVED: gcc.c-torture/execute/ieee/inf-2.c execution, -O0 =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/inf-2.x0 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/inf-2.x1 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/inf-2.c, -O1 =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/inf-2.c -w -O1 -DSTACK_SIZE=3D16384 -lm -o = /tmp/inf-2.x1=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/inf-2.c -w -O1 -DSTACK_SIZE=3D16384 -lm -o = /tmp/inf-2.x1 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {7162} pid is 7162 -7162=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no /tmp/ccPNKuqa.o: In function `test': /tmp/ccPNKuqa.o(.text+0x1c): undefined reference to `__builtin_inf' /tmp/ccPNKuqa.o(.text+0x44): undefined reference to `__builtin_inf' /tmp/ccPNKuqa.o(.text+0x70): undefined reference to `__builtin_inf' /tmp/ccPNKuqa.o(.text+0x9c): undefined reference to `__builtin_inf' /tmp/ccPNKuqa.o(.text+0xc4): undefined reference to `__builtin_inf' /tmp/ccPNKuqa.o(.text+0xec): more undefined references to = `__builtin_inf' follow /tmp/ccPNKuqa.o: In function `testf': /tmp/ccPNKuqa.o(.text+0x1a8): undefined reference to `__builtin_inff' /tmp/ccPNKuqa.o(.text+0x1c8): undefined reference to `__builtin_inff' /tmp/ccPNKuqa.o(.text+0x1ec): undefined reference to `__builtin_inff' /tmp/ccPNKuqa.o(.text+0x210): undefined reference to `__builtin_inff' /tmp/ccPNKuqa.o(.text+0x230): undefined reference to `__builtin_inff' /tmp/ccPNKuqa.o(.text+0x250): more undefined references to = `__builtin_inff' follow /tmp/ccPNKuqa.o: In function `testl': /tmp/ccPNKuqa.o(.text+0x2f4): undefined reference to `__builtin_infl' /tmp/ccPNKuqa.o(.text+0x31c): undefined reference to `__builtin_infl' /tmp/ccPNKuqa.o(.text+0x348): undefined reference to `__builtin_infl' /tmp/ccPNKuqa.o(.text+0x374): undefined reference to `__builtin_infl' /tmp/ccPNKuqa.o(.text+0x39c): undefined reference to `__builtin_infl' /tmp/ccPNKuqa.o(.text+0x3c4): more undefined references to = `__builtin_infl' follow /tmp/ccPNKuqa.o: In function `main': /tmp/ccPNKuqa.o(.text+0x47c): undefined reference to `__builtin_inf' /tmp/ccPNKuqa.o(.text+0x498): undefined reference to `__builtin_inff' /tmp/ccPNKuqa.o(.text+0x4ac): undefined reference to `__builtin_infl' collect2: ld returned 1 exit status expect: does "/tmp/ccPNKuqa.o: In function = `test':\r\n/tmp/ccPNKuqa.o(.text+0x1c): undefined reference to = `__builtin_inf'\r\n/tmp/ccPNKuqa.o(.text+0x44): undefined reference to = `__builtin_inf'\r\n/tmp/ccPNKuqa.o(.text+0x70): undefined reference to = `__builtin_inf'\r\n/tmp/ccPNKuqa.o(.text+0x9c): undefined reference to = `__builtin_inf'\r\n/tmp/ccPNKuqa.o(.text+0xc4): undefined reference to = `__builtin_inf'\r\n/tmp/ccPNKuqa.o(.text+0xec): more undefined = references to `__builtin_inf' follow\r\n/tmp/ccPNKuqa.o: In function = `testf':\r\n/tmp/ccPNKuqa.o(.text+0x1a8): undefined reference to = `__builtin_inff'\r\n/tmp/ccPNKuqa.o(.text+0x1c8): undefined reference to = `__builtin_inff'\r\n/tmp/ccPNKuqa.o(.text+0x1ec): undefined reference to = `__builtin_inff'\r\n/tmp/ccPNKuqa.o(.text+0x210): undefined reference to = `__builtin_inff'\r\n/tmp/ccPNKuqa.o(.text+0x230): undefined reference to = `__builtin_inff'\r\n/tmp/ccPNKuqa.o(.text+0x250): more undefined = references to `__builtin_inff' follow\r\n/tmp/ccPNKuqa.o: In function = `testl':\r\n/tmp/ccPNKuqa.o(.text+0x2f4): undefined reference to = `__builtin_infl'\r\n/tmp/ccPNKuqa.o(.text+0x31c): undefined reference to = `__builtin_infl'\r\n/tmp/ccPNKuqa.o(.text+0x348): undefined reference to = `__builtin_infl'\r\n/tmp/ccPNKuqa.o(.text+0x374): undefined reference to = `__builtin_infl'\r\n/tmp/ccPNKuqa.o(.text+0x39c): undefined reference to = `__builtin_infl'\r\n/tmp/ccPNKuqa.o(.text+0x3c4): more undefined = references to `__builtin_infl' follow\r\n/tmp/ccPNKuqa.o: In function = `main':\r\n/tmp/ccPNKuqa.o(.text+0x47c): undefined reference to = `__builtin_inf'\r\n/tmp/ccPNKuqa.o(.text+0x498): undefined reference to = `__builtin_inff'\r\n/tmp/ccPNKuqa.o(.text+0x4ac): undefined reference to = `__builtin_infl'\r\ncollect2: ld returned 1 exit status\r\n" (spawn_id = exp7) match regular expression ".+"? yes expect: set expect_out(0,string) "/tmp/ccPNKuqa.o: In function = `test':\r\n/tmp/ccPNKuqa.o(.text+0x1c): undefined reference to = `__builtin_inf'\r\n/tmp/ccPNKuqa.o(.text+0x44): undefined reference to = `__builtin_inf'\r\n/tmp/ccPNKuqa.o(.text+0x70): undefined reference to = `__builtin_inf'\r\n/tmp/ccPNKuqa.o(.text+0x9c): undefined reference to = `__builtin_inf'\r\n/tmp/ccPNKuqa.o(.text+0xc4): undefined reference to = `__builtin_inf'\r\n/tmp/ccPNKuqa.o(.text+0xec): more undefined = references to `__builtin_inf' follow\r\n/tmp/ccPNKuqa.o: In function = `testf':\r\n/tmp/ccPNKuqa.o(.text+0x1a8): undefined reference to = `__builtin_inff'\r\n/tmp/ccPNKuqa.o(.text+0x1c8): undefined reference to = `__builtin_inff'\r\n/tmp/ccPNKuqa.o(.text+0x1ec): undefined reference to = `__builtin_inff'\r\n/tmp/ccPNKuqa.o(.text+0x210): undefined reference to = `__builtin_inff'\r\n/tmp/ccPNKuqa.o(.text+0x230): undefined reference to = `__builtin_inff'\r\n/tmp/ccPNKuqa.o(.text+0x250): more undefined = references to `__builtin_inff' follow\r\n/tmp/ccPNKuqa.o: In function = `testl':\r\n/tmp/ccPNKuqa.o(.text+0x2f4): undefined reference to = `__builtin_infl'\r\n/tmp/ccPNKuqa.o(.text+0x31c): undefined reference to = `__builtin_infl'\r\n/tmp/ccPNKuqa.o(.text+0x348): undefined reference to = `__builtin_infl'\r\n/tmp/ccPNKuqa.o(.text+0x374): undefined reference to = `__builtin_infl'\r\n/tmp/ccPNKuqa.o(.text+0x39c): undefined reference to = `__builtin_infl'\r\n/tmp/ccPNKuqa.o(.text+0x3c4): more undefined = references to `__builtin_infl' follow\r\n/tmp/ccPNKuqa.o: In function = `main':\r\n/tmp/ccPNKuqa.o(.text+0x47c): undefined reference to = `__builtin_inf'\r\n/tmp/ccPNKuqa.o(.text+0x498): undefined reference to = `__builtin_inff'\r\n/tmp/ccPNKuqa.o(.text+0x4ac): undefined reference to = `__builtin_infl'\r\ncollect2: ld returned 1 exit status\r\n" expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "/tmp/ccPNKuqa.o: In function = `test':\r\n/tmp/ccPNKuqa.o(.text+0x1c): undefined reference to = `__builtin_inf'\r\n/tmp/ccPNKuqa.o(.text+0x44): undefined reference to = `__builtin_inf'\r\n/tmp/ccPNKuqa.o(.text+0x70): undefined reference to = `__builtin_inf'\r\n/tmp/ccPNKuqa.o(.text+0x9c): undefined reference to = `__builtin_inf'\r\n/tmp/ccPNKuqa.o(.text+0xc4): undefined reference to = `__builtin_inf'\r\n/tmp/ccPNKuqa.o(.text+0xec): more undefined = references to `__builtin_inf' follow\r\n/tmp/ccPNKuqa.o: In function = `testf':\r\n/tmp/ccPNKuqa.o(.text+0x1a8): undefined reference to = `__builtin_inff'\r\n/tmp/ccPNKuqa.o(.text+0x1c8): undefined reference to = `__builtin_inff'\r\n/tmp/ccPNKuqa.o(.text+0x1ec): undefined reference to = `__builtin_inff'\r\n/tmp/ccPNKuqa.o(.text+0x210): undefined reference to = `__builtin_inff'\r\n/tmp/ccPNKuqa.o(.text+0x230): undefined reference to = `__builtin_inff'\r\n/tmp/ccPNKuqa.o(.text+0x250): more undefined = references to `__builtin_inff' follow\r\n/tmp/ccPNKuqa.o: In function = `testl':\r\n/tmp/ccPNKuqa.o(.text+0x2f4): undefined reference to = `__builtin_infl'\r\n/tmp/ccPNKuqa.o(.text+0x31c): undefined reference to = `__builtin_infl'\r\n/tmp/ccPNKuqa.o(.text+0x348): undefined reference to = `__builtin_infl'\r\n/tmp/ccPNKuqa.o(.text+0x374): undefined reference to = `__builtin_infl'\r\n/tmp/ccPNKuqa.o(.text+0x39c): undefined reference to = `__builtin_infl'\r\n/tmp/ccPNKuqa.o(.text+0x3c4): more undefined = references to `__builtin_infl' follow\r\n/tmp/ccPNKuqa.o: In function = `main':\r\n/tmp/ccPNKuqa.o(.text+0x47c): undefined reference to = `__builtin_inf'\r\n/tmp/ccPNKuqa.o(.text+0x498): undefined reference to = `__builtin_inff'\r\n/tmp/ccPNKuqa.o(.text+0x4ac): undefined reference to = `__builtin_infl'\r\ncollect2: ld returned 1 exit status\r\n" expect: continuing expect expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 7162 exp7 0 1=0A= close result is 7162 exp7 0 1=0A= output is /tmp/ccPNKuqa.o: In function `test': /tmp/ccPNKuqa.o(.text+0x1c): undefined reference to `__builtin_inf' /tmp/ccPNKuqa.o(.text+0x44): undefined reference to `__builtin_inf' /tmp/ccPNKuqa.o(.text+0x70): undefined reference to `__builtin_inf' /tmp/ccPNKuqa.o(.text+0x9c): undefined reference to `__builtin_inf' /tmp/ccPNKuqa.o(.text+0xc4): undefined reference to `__builtin_inf' /tmp/ccPNKuqa.o(.text+0xec): more undefined references to = `__builtin_inf' follow /tmp/ccPNKuqa.o: In function `testf': /tmp/ccPNKuqa.o(.text+0x1a8): undefined reference to `__builtin_inff' /tmp/ccPNKuqa.o(.text+0x1c8): undefined reference to `__builtin_inff' /tmp/ccPNKuqa.o(.text+0x1ec): undefined reference to `__builtin_inff' /tmp/ccPNKuqa.o(.text+0x210): undefined reference to `__builtin_inff' /tmp/ccPNKuqa.o(.text+0x230): undefined reference to `__builtin_inff' /tmp/ccPNKuqa.o(.text+0x250): more undefined references to = `__builtin_inff' follow /tmp/ccPNKuqa.o: In function `testl': /tmp/ccPNKuqa.o(.text+0x2f4): undefined reference to `__builtin_infl' /tmp/ccPNKuqa.o(.text+0x31c): undefined reference to `__builtin_infl' /tmp/ccPNKuqa.o(.text+0x348): undefined reference to `__builtin_infl' /tmp/ccPNKuqa.o(.text+0x374): undefined reference to `__builtin_infl' /tmp/ccPNKuqa.o(.text+0x39c): undefined reference to `__builtin_infl' /tmp/ccPNKuqa.o(.text+0x3c4): more undefined references to = `__builtin_infl' follow /tmp/ccPNKuqa.o: In function `main': /tmp/ccPNKuqa.o(.text+0x47c): undefined reference to `__builtin_inf' /tmp/ccPNKuqa.o(.text+0x498): undefined reference to `__builtin_inff' /tmp/ccPNKuqa.o(.text+0x4ac): undefined reference to `__builtin_infl' collect2: ld returned 1 exit status =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= compiler exited with status 1=0A= output is:=0A= /tmp/ccPNKuqa.o: In function `test': /tmp/ccPNKuqa.o(.text+0x1c): undefined reference to `__builtin_inf' /tmp/ccPNKuqa.o(.text+0x44): undefined reference to `__builtin_inf' /tmp/ccPNKuqa.o(.text+0x70): undefined reference to `__builtin_inf' /tmp/ccPNKuqa.o(.text+0x9c): undefined reference to `__builtin_inf' /tmp/ccPNKuqa.o(.text+0xc4): undefined reference to `__builtin_inf' /tmp/ccPNKuqa.o(.text+0xec): more undefined references to = `__builtin_inf' follow /tmp/ccPNKuqa.o: In function `testf': /tmp/ccPNKuqa.o(.text+0x1a8): undefined reference to `__builtin_inff' /tmp/ccPNKuqa.o(.text+0x1c8): undefined reference to `__builtin_inff' /tmp/ccPNKuqa.o(.text+0x1ec): undefined reference to `__builtin_inff' /tmp/ccPNKuqa.o(.text+0x210): undefined reference to `__builtin_inff' /tmp/ccPNKuqa.o(.text+0x230): undefined reference to `__builtin_inff' /tmp/ccPNKuqa.o(.text+0x250): more undefined references to = `__builtin_inff' follow /tmp/ccPNKuqa.o: In function `testl': /tmp/ccPNKuqa.o(.text+0x2f4): undefined reference to `__builtin_infl' /tmp/ccPNKuqa.o(.text+0x31c): undefined reference to `__builtin_infl' /tmp/ccPNKuqa.o(.text+0x348): undefined reference to `__builtin_infl' /tmp/ccPNKuqa.o(.text+0x374): undefined reference to `__builtin_infl' /tmp/ccPNKuqa.o(.text+0x39c): undefined reference to `__builtin_infl' /tmp/ccPNKuqa.o(.text+0x3c4): more undefined references to = `__builtin_infl' follow /tmp/ccPNKuqa.o: In function `main': /tmp/ccPNKuqa.o(.text+0x47c): undefined reference to `__builtin_inf' /tmp/ccPNKuqa.o(.text+0x498): undefined reference to `__builtin_inff' /tmp/ccPNKuqa.o(.text+0x4ac): undefined reference to `__builtin_infl' collect2: ld returned 1 exit status =0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= FAIL: gcc.c-torture/execute/ieee/inf-2.c compilation, -O1 =0A= UNRESOLVED: gcc.c-torture/execute/ieee/inf-2.c execution, -O1 =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/inf-2.x1 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/inf-2.x2 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/inf-2.c, -O2 =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/inf-2.c -w -O2 -DSTACK_SIZE=3D16384 -lm -o = /tmp/inf-2.x2=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/inf-2.c -w -O2 -DSTACK_SIZE=3D16384 -lm -o = /tmp/inf-2.x2 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {7170} pid is 7170 -7170=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no /tmp/ccbPtXnn.o: In function `test': /tmp/ccbPtXnn.o(.text+0x1c): undefined reference to `__builtin_inf' /tmp/ccbPtXnn.o(.text+0x44): undefined reference to `__builtin_inf' /tmp/ccbPtXnn.o(.text+0x70): undefined reference to `__builtin_inf' /tmp/ccbPtXnn.o(.text+0x9c): undefined reference to `__builtin_inf' /tmp/ccbPtXnn.o(.text+0xc4): undefined reference to `__builtin_inf' /tmp/ccbPtXnn.o(.text+0xec): more undefined references to = `__builtin_inf' follow /tmp/ccbPtXnn.o: In function `testf': /tmp/ccbPtXnn.o(.text+0x1a8): undefined reference to `__builtin_inff' /tmp/ccbPtXnn.o(.text+0x1c8): undefined reference to `__builtin_inff' /tmp/ccbPtXnn.o(.text+0x1ec): undefined reference to `__builtin_inff' /tmp/ccbPtXnn.o(.text+0x210): undefined reference to `__builtin_inff' /tmp/ccbPtXnn.o(.text+0x230): undefined reference to `__builtin_inff' /tmp/ccbPtXnn.o(.text+0x250): more undefined references to = `__builtin_inff' follow /tmp/ccbPtXnn.o: In function `testl': /tmp/ccbPtXnn.o(.text+0x2f4): undefined reference to `__builtin_infl' /tmp/ccbPtXnn.o(.text+0x31c): undefined reference to `__builtin_infl' /tmp/ccbPtXnn.o(.text+0x348): undefined reference to `__builtin_infl' /tmp/ccbPtXnn.o(.text+0x374): undefined reference to `__builtin_infl' /tmp/ccbPtXnn.o(.text+0x39c): undefined reference to `__builtin_infl' /tmp/ccbPtXnn.o(.text+0x3c4): more undefined references to = `__builtin_infl' follow /tmp/ccbPtXnn.o: In function `main': /tmp/ccbPtXnn.o(.text+0x47c): undefined reference to `__builtin_inf' /tmp/ccbPtXnn.o(.text+0x498): undefined reference to `__builtin_inff' /tmp/ccbPtXnn.o(.text+0x4b0): undefined reference to `__builtin_infl' collect2: ld returned 1 exit status expect: does "/tmp/ccbPtXnn.o: In function = `test':\r\n/tmp/ccbPtXnn.o(.text+0x1c): undefined reference to = `__builtin_inf'\r\n/tmp/ccbPtXnn.o(.text+0x44): undefined reference to = `__builtin_inf'\r\n/tmp/ccbPtXnn.o(.text+0x70): undefined reference to = `__builtin_inf'\r\n/tmp/ccbPtXnn.o(.text+0x9c): undefined reference to = `__builtin_inf'\r\n/tmp/ccbPtXnn.o(.text+0xc4): undefined reference to = `__builtin_inf'\r\n/tmp/ccbPtXnn.o(.text+0xec): more undefined = references to `__builtin_inf' follow\r\n/tmp/ccbPtXnn.o: In function = `testf':\r\n/tmp/ccbPtXnn.o(.text+0x1a8): undefined reference to = `__builtin_inff'\r\n/tmp/ccbPtXnn.o(.text+0x1c8): undefined reference to = `__builtin_inff'\r\n/tmp/ccbPtXnn.o(.text+0x1ec): undefined reference to = `__builtin_inff'\r\n/tmp/ccbPtXnn.o(.text+0x210): undefined reference to = `__builtin_inff'\r\n/tmp/ccbPtXnn.o(.text+0x230): undefined reference to = `__builtin_inff'\r\n/tmp/ccbPtXnn.o(.text+0x250): more undefined = references to `__builtin_inff' follow\r\n/tmp/ccbPtXnn.o: In function = `testl':\r\n/tmp/ccbPtXnn.o(.text+0x2f4): undefined reference to = `__builtin_infl'\r\n/tmp/ccbPtXnn.o(.text+0x31c): undefined reference to = `__builtin_infl'\r\n/tmp/ccbPtXnn.o(.text+0x348): undefined reference to = `__builtin_infl'\r\n/tmp/ccbPtXnn.o(.text+0x374): undefined reference to = `__builtin_infl'\r\n/tmp/ccbPtXnn.o(.text+0x39c): undefined reference to = `__builtin_infl'\r\n/tmp/ccbPtXnn.o(.text+0x3c4): more undefined = references to `__builtin_infl' follow\r\n/tmp/ccbPtXnn.o: In function = `main':\r\n/tmp/ccbPtXnn.o(.text+0x47c): undefined reference to = `__builtin_inf'\r\n/tmp/ccbPtXnn.o(.text+0x498): undefined reference to = `__builtin_inff'\r\n/tmp/ccbPtXnn.o(.text+0x4b0): undefined reference to = `__builtin_infl'\r\ncollect2: ld returned 1 exit status\r\n" (spawn_id = exp7) match regular expression ".+"? yes expect: set expect_out(0,string) "/tmp/ccbPtXnn.o: In function = `test':\r\n/tmp/ccbPtXnn.o(.text+0x1c): undefined reference to = `__builtin_inf'\r\n/tmp/ccbPtXnn.o(.text+0x44): undefined reference to = `__builtin_inf'\r\n/tmp/ccbPtXnn.o(.text+0x70): undefined reference to = `__builtin_inf'\r\n/tmp/ccbPtXnn.o(.text+0x9c): undefined reference to = `__builtin_inf'\r\n/tmp/ccbPtXnn.o(.text+0xc4): undefined reference to = `__builtin_inf'\r\n/tmp/ccbPtXnn.o(.text+0xec): more undefined = references to `__builtin_inf' follow\r\n/tmp/ccbPtXnn.o: In function = `testf':\r\n/tmp/ccbPtXnn.o(.text+0x1a8): undefined reference to = `__builtin_inff'\r\n/tmp/ccbPtXnn.o(.text+0x1c8): undefined reference to = `__builtin_inff'\r\n/tmp/ccbPtXnn.o(.text+0x1ec): undefined reference to = `__builtin_inff'\r\n/tmp/ccbPtXnn.o(.text+0x210): undefined reference to = `__builtin_inff'\r\n/tmp/ccbPtXnn.o(.text+0x230): undefined reference to = `__builtin_inff'\r\n/tmp/ccbPtXnn.o(.text+0x250): more undefined = references to `__builtin_inff' follow\r\n/tmp/ccbPtXnn.o: In function = `testl':\r\n/tmp/ccbPtXnn.o(.text+0x2f4): undefined reference to = `__builtin_infl'\r\n/tmp/ccbPtXnn.o(.text+0x31c): undefined reference to = `__builtin_infl'\r\n/tmp/ccbPtXnn.o(.text+0x348): undefined reference to = `__builtin_infl'\r\n/tmp/ccbPtXnn.o(.text+0x374): undefined reference to = `__builtin_infl'\r\n/tmp/ccbPtXnn.o(.text+0x39c): undefined reference to = `__builtin_infl'\r\n/tmp/ccbPtXnn.o(.text+0x3c4): more undefined = references to `__builtin_infl' follow\r\n/tmp/ccbPtXnn.o: In function = `main':\r\n/tmp/ccbPtXnn.o(.text+0x47c): undefined reference to = `__builtin_inf'\r\n/tmp/ccbPtXnn.o(.text+0x498): undefined reference to = `__builtin_inff'\r\n/tmp/ccbPtXnn.o(.text+0x4b0): undefined reference to = `__builtin_infl'\r\ncollect2: ld returned 1 exit status\r\n" expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "/tmp/ccbPtXnn.o: In function = `test':\r\n/tmp/ccbPtXnn.o(.text+0x1c): undefined reference to = `__builtin_inf'\r\n/tmp/ccbPtXnn.o(.text+0x44): undefined reference to = `__builtin_inf'\r\n/tmp/ccbPtXnn.o(.text+0x70): undefined reference to = `__builtin_inf'\r\n/tmp/ccbPtXnn.o(.text+0x9c): undefined reference to = `__builtin_inf'\r\n/tmp/ccbPtXnn.o(.text+0xc4): undefined reference to = `__builtin_inf'\r\n/tmp/ccbPtXnn.o(.text+0xec): more undefined = references to `__builtin_inf' follow\r\n/tmp/ccbPtXnn.o: In function = `testf':\r\n/tmp/ccbPtXnn.o(.text+0x1a8): undefined reference to = `__builtin_inff'\r\n/tmp/ccbPtXnn.o(.text+0x1c8): undefined reference to = `__builtin_inff'\r\n/tmp/ccbPtXnn.o(.text+0x1ec): undefined reference to = `__builtin_inff'\r\n/tmp/ccbPtXnn.o(.text+0x210): undefined reference to = `__builtin_inff'\r\n/tmp/ccbPtXnn.o(.text+0x230): undefined reference to = `__builtin_inff'\r\n/tmp/ccbPtXnn.o(.text+0x250): more undefined = references to `__builtin_inff' follow\r\n/tmp/ccbPtXnn.o: In function = `testl':\r\n/tmp/ccbPtXnn.o(.text+0x2f4): undefined reference to = `__builtin_infl'\r\n/tmp/ccbPtXnn.o(.text+0x31c): undefined reference to = `__builtin_infl'\r\n/tmp/ccbPtXnn.o(.text+0x348): undefined reference to = `__builtin_infl'\r\n/tmp/ccbPtXnn.o(.text+0x374): undefined reference to = `__builtin_infl'\r\n/tmp/ccbPtXnn.o(.text+0x39c): undefined reference to = `__builtin_infl'\r\n/tmp/ccbPtXnn.o(.text+0x3c4): more undefined = references to `__builtin_infl' follow\r\n/tmp/ccbPtXnn.o: In function = `main':\r\n/tmp/ccbPtXnn.o(.text+0x47c): undefined reference to = `__builtin_inf'\r\n/tmp/ccbPtXnn.o(.text+0x498): undefined reference to = `__builtin_inff'\r\n/tmp/ccbPtXnn.o(.text+0x4b0): undefined reference to = `__builtin_infl'\r\ncollect2: ld returned 1 exit status\r\n" expect: continuing expect expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 7170 exp7 0 1=0A= close result is 7170 exp7 0 1=0A= output is /tmp/ccbPtXnn.o: In function `test': /tmp/ccbPtXnn.o(.text+0x1c): undefined reference to `__builtin_inf' /tmp/ccbPtXnn.o(.text+0x44): undefined reference to `__builtin_inf' /tmp/ccbPtXnn.o(.text+0x70): undefined reference to `__builtin_inf' /tmp/ccbPtXnn.o(.text+0x9c): undefined reference to `__builtin_inf' /tmp/ccbPtXnn.o(.text+0xc4): undefined reference to `__builtin_inf' /tmp/ccbPtXnn.o(.text+0xec): more undefined references to = `__builtin_inf' follow /tmp/ccbPtXnn.o: In function `testf': /tmp/ccbPtXnn.o(.text+0x1a8): undefined reference to `__builtin_inff' /tmp/ccbPtXnn.o(.text+0x1c8): undefined reference to `__builtin_inff' /tmp/ccbPtXnn.o(.text+0x1ec): undefined reference to `__builtin_inff' /tmp/ccbPtXnn.o(.text+0x210): undefined reference to `__builtin_inff' /tmp/ccbPtXnn.o(.text+0x230): undefined reference to `__builtin_inff' /tmp/ccbPtXnn.o(.text+0x250): more undefined references to = `__builtin_inff' follow /tmp/ccbPtXnn.o: In function `testl': /tmp/ccbPtXnn.o(.text+0x2f4): undefined reference to `__builtin_infl' /tmp/ccbPtXnn.o(.text+0x31c): undefined reference to `__builtin_infl' /tmp/ccbPtXnn.o(.text+0x348): undefined reference to `__builtin_infl' /tmp/ccbPtXnn.o(.text+0x374): undefined reference to `__builtin_infl' /tmp/ccbPtXnn.o(.text+0x39c): undefined reference to `__builtin_infl' /tmp/ccbPtXnn.o(.text+0x3c4): more undefined references to = `__builtin_infl' follow /tmp/ccbPtXnn.o: In function `main': /tmp/ccbPtXnn.o(.text+0x47c): undefined reference to `__builtin_inf' /tmp/ccbPtXnn.o(.text+0x498): undefined reference to `__builtin_inff' /tmp/ccbPtXnn.o(.text+0x4b0): undefined reference to `__builtin_infl' collect2: ld returned 1 exit status =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= compiler exited with status 1=0A= output is:=0A= /tmp/ccbPtXnn.o: In function `test': /tmp/ccbPtXnn.o(.text+0x1c): undefined reference to `__builtin_inf' /tmp/ccbPtXnn.o(.text+0x44): undefined reference to `__builtin_inf' /tmp/ccbPtXnn.o(.text+0x70): undefined reference to `__builtin_inf' /tmp/ccbPtXnn.o(.text+0x9c): undefined reference to `__builtin_inf' /tmp/ccbPtXnn.o(.text+0xc4): undefined reference to `__builtin_inf' /tmp/ccbPtXnn.o(.text+0xec): more undefined references to = `__builtin_inf' follow /tmp/ccbPtXnn.o: In function `testf': /tmp/ccbPtXnn.o(.text+0x1a8): undefined reference to `__builtin_inff' /tmp/ccbPtXnn.o(.text+0x1c8): undefined reference to `__builtin_inff' /tmp/ccbPtXnn.o(.text+0x1ec): undefined reference to `__builtin_inff' /tmp/ccbPtXnn.o(.text+0x210): undefined reference to `__builtin_inff' /tmp/ccbPtXnn.o(.text+0x230): undefined reference to `__builtin_inff' /tmp/ccbPtXnn.o(.text+0x250): more undefined references to = `__builtin_inff' follow /tmp/ccbPtXnn.o: In function `testl': /tmp/ccbPtXnn.o(.text+0x2f4): undefined reference to `__builtin_infl' /tmp/ccbPtXnn.o(.text+0x31c): undefined reference to `__builtin_infl' /tmp/ccbPtXnn.o(.text+0x348): undefined reference to `__builtin_infl' /tmp/ccbPtXnn.o(.text+0x374): undefined reference to `__builtin_infl' /tmp/ccbPtXnn.o(.text+0x39c): undefined reference to `__builtin_infl' /tmp/ccbPtXnn.o(.text+0x3c4): more undefined references to = `__builtin_infl' follow /tmp/ccbPtXnn.o: In function `main': /tmp/ccbPtXnn.o(.text+0x47c): undefined reference to `__builtin_inf' /tmp/ccbPtXnn.o(.text+0x498): undefined reference to `__builtin_inff' /tmp/ccbPtXnn.o(.text+0x4b0): undefined reference to `__builtin_infl' collect2: ld returned 1 exit status =0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= FAIL: gcc.c-torture/execute/ieee/inf-2.c compilation, -O2 =0A= UNRESOLVED: gcc.c-torture/execute/ieee/inf-2.c execution, -O2 =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/inf-2.x2 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/inf-2.x3 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/inf-2.c, -O3 -fomit-frame-pointer =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/inf-2.c -w -O3 -fomit-frame-pointer -DSTACK_SIZE=3D16384 = -lm -o /tmp/inf-2.x3=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/inf-2.c -w -O3 -fomit-frame-pointer -DSTACK_SIZE=3D16384 = -lm -o /tmp/inf-2.x3 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {7178} pid is 7178 -7178=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no /tmp/ccseea9d.o: In function `test': /tmp/ccseea9d.o(.text+0x14): undefined reference to `__builtin_inf' /tmp/ccseea9d.o(.text+0x3c): undefined reference to `__builtin_inf' /tmp/ccseea9d.o(.text+0x68): undefined reference to `__builtin_inf' /tmp/ccseea9d.o(.text+0x94): undefined reference to `__builtin_inf' /tmp/ccseea9d.o(.text+0xbc): undefined reference to `__builtin_inf' /tmp/ccseea9d.o(.text+0xe4): more undefined references to = `__builtin_inf' follow /tmp/ccseea9d.o: In function `testf': /tmp/ccseea9d.o(.text+0x198): undefined reference to `__builtin_inff' /tmp/ccseea9d.o(.text+0x1b8): undefined reference to `__builtin_inff' /tmp/ccseea9d.o(.text+0x1dc): undefined reference to `__builtin_inff' /tmp/ccseea9d.o(.text+0x200): undefined reference to `__builtin_inff' /tmp/ccseea9d.o(.text+0x220): undefined reference to `__builtin_inff' /tmp/ccseea9d.o(.text+0x240): more undefined references to = `__builtin_inff' follow /tmp/ccseea9d.o: In function `testl': /tmp/ccseea9d.o(.text+0x2dc): undefined reference to `__builtin_infl' /tmp/ccseea9d.o(.text+0x304): undefined reference to `__builtin_infl' /tmp/ccseea9d.o(.text+0x330): undefined reference to `__builtin_infl' /tmp/ccseea9d.o(.text+0x35c): undefined reference to `__builtin_infl' /tmp/ccseea9d.o(.text+0x384): undefined reference to `__builtin_infl' /tmp/ccseea9d.o(.text+0x3ac): more undefined references to = `__builtin_infl' follow /tmp/ccseea9d.o: In function `main': /tmp/ccseea9d.o(.text+0x45c): undefined reference to `__builtin_inf' /tmp/ccseea9d.o(.text+0x478): undefined reference to `__builtin_inff' /tmp/ccseea9d.o(.text+0x490): undefined reference to `__builtin_infl' collect2: ld returned 1 exit status expect: does "/tmp/ccseea9d.o: In function = `test':\r\n/tmp/ccseea9d.o(.text+0x14): undefined reference to = `__builtin_inf'\r\n/tmp/ccseea9d.o(.text+0x3c): undefined reference to = `__builtin_inf'\r\n/tmp/ccseea9d.o(.text+0x68): undefined reference to = `__builtin_inf'\r\n/tmp/ccseea9d.o(.text+0x94): undefined reference to = `__builtin_inf'\r\n/tmp/ccseea9d.o(.text+0xbc): undefined reference to = `__builtin_inf'\r\n/tmp/ccseea9d.o(.text+0xe4): more undefined = references to `__builtin_inf' follow\r\n/tmp/ccseea9d.o: In function = `testf':\r\n/tmp/ccseea9d.o(.text+0x198): undefined reference to = `__builtin_inff'\r\n/tmp/ccseea9d.o(.text+0x1b8): undefined reference to = `__builtin_inff'\r\n/tmp/ccseea9d.o(.text+0x1dc): undefined reference to = `__builtin_inff'\r\n/tmp/ccseea9d.o(.text+0x200): undefined reference to = `__builtin_inff'\r\n/tmp/ccseea9d.o(.text+0x220): undefined reference to = `__builtin_inff'\r\n/tmp/ccseea9d.o(.text+0x240): more undefined = references to `__builtin_inff' follow\r\n/tmp/ccseea9d.o: In function = `testl':\r\n/tmp/ccseea9d.o(.text+0x2dc): undefined reference to = `__builtin_infl'\r\n/tmp/ccseea9d.o(.text+0x304): undefined reference to = `__builtin_infl'\r\n/tmp/ccseea9d.o(.text+0x330): undefined reference to = `__builtin_infl'\r\n/tmp/ccseea9d.o(.text+0x35c): undefined reference to = `__builtin_infl'\r\n/tmp/ccseea9d.o(.text+0x384): undefined reference to = `__builtin_infl'\r\n/tmp/ccseea9d.o(.text+0x3ac): more undefined = references to `__builtin_infl' follow\r\n/tmp/ccseea9d.o: In function = `main':\r\n/tmp/ccseea9d.o(.text+0x45c): undefined reference to = `__builtin_inf'\r\n/tmp/ccseea9d.o(.text+0x478): undefined reference to = `__builtin_inff'\r\n/tmp/ccseea9d.o(.text+0x490): undefined reference to = `__builtin_infl'\r\ncollect2: ld returned 1 exit status\r\n" (spawn_id = exp7) match regular expression ".+"? yes expect: set expect_out(0,string) "/tmp/ccseea9d.o: In function = `test':\r\n/tmp/ccseea9d.o(.text+0x14): undefined reference to = `__builtin_inf'\r\n/tmp/ccseea9d.o(.text+0x3c): undefined reference to = `__builtin_inf'\r\n/tmp/ccseea9d.o(.text+0x68): undefined reference to = `__builtin_inf'\r\n/tmp/ccseea9d.o(.text+0x94): undefined reference to = `__builtin_inf'\r\n/tmp/ccseea9d.o(.text+0xbc): undefined reference to = `__builtin_inf'\r\n/tmp/ccseea9d.o(.text+0xe4): more undefined = references to `__builtin_inf' follow\r\n/tmp/ccseea9d.o: In function = `testf':\r\n/tmp/ccseea9d.o(.text+0x198): undefined reference to = `__builtin_inff'\r\n/tmp/ccseea9d.o(.text+0x1b8): undefined reference to = `__builtin_inff'\r\n/tmp/ccseea9d.o(.text+0x1dc): undefined reference to = `__builtin_inff'\r\n/tmp/ccseea9d.o(.text+0x200): undefined reference to = `__builtin_inff'\r\n/tmp/ccseea9d.o(.text+0x220): undefined reference to = `__builtin_inff'\r\n/tmp/ccseea9d.o(.text+0x240): more undefined = references to `__builtin_inff' follow\r\n/tmp/ccseea9d.o: In function = `testl':\r\n/tmp/ccseea9d.o(.text+0x2dc): undefined reference to = `__builtin_infl'\r\n/tmp/ccseea9d.o(.text+0x304): undefined reference to = `__builtin_infl'\r\n/tmp/ccseea9d.o(.text+0x330): undefined reference to = `__builtin_infl'\r\n/tmp/ccseea9d.o(.text+0x35c): undefined reference to = `__builtin_infl'\r\n/tmp/ccseea9d.o(.text+0x384): undefined reference to = `__builtin_infl'\r\n/tmp/ccseea9d.o(.text+0x3ac): more undefined = references to `__builtin_infl' follow\r\n/tmp/ccseea9d.o: In function = `main':\r\n/tmp/ccseea9d.o(.text+0x45c): undefined reference to = `__builtin_inf'\r\n/tmp/ccseea9d.o(.text+0x478): undefined reference to = `__builtin_inff'\r\n/tmp/ccseea9d.o(.text+0x490): undefined reference to = `__builtin_infl'\r\ncollect2: ld returned 1 exit status\r\n" expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "/tmp/ccseea9d.o: In function = `test':\r\n/tmp/ccseea9d.o(.text+0x14): undefined reference to = `__builtin_inf'\r\n/tmp/ccseea9d.o(.text+0x3c): undefined reference to = `__builtin_inf'\r\n/tmp/ccseea9d.o(.text+0x68): undefined reference to = `__builtin_inf'\r\n/tmp/ccseea9d.o(.text+0x94): undefined reference to = `__builtin_inf'\r\n/tmp/ccseea9d.o(.text+0xbc): undefined reference to = `__builtin_inf'\r\n/tmp/ccseea9d.o(.text+0xe4): more undefined = references to `__builtin_inf' follow\r\n/tmp/ccseea9d.o: In function = `testf':\r\n/tmp/ccseea9d.o(.text+0x198): undefined reference to = `__builtin_inff'\r\n/tmp/ccseea9d.o(.text+0x1b8): undefined reference to = `__builtin_inff'\r\n/tmp/ccseea9d.o(.text+0x1dc): undefined reference to = `__builtin_inff'\r\n/tmp/ccseea9d.o(.text+0x200): undefined reference to = `__builtin_inff'\r\n/tmp/ccseea9d.o(.text+0x220): undefined reference to = `__builtin_inff'\r\n/tmp/ccseea9d.o(.text+0x240): more undefined = references to `__builtin_inff' follow\r\n/tmp/ccseea9d.o: In function = `testl':\r\n/tmp/ccseea9d.o(.text+0x2dc): undefined reference to = `__builtin_infl'\r\n/tmp/ccseea9d.o(.text+0x304): undefined reference to = `__builtin_infl'\r\n/tmp/ccseea9d.o(.text+0x330): undefined reference to = `__builtin_infl'\r\n/tmp/ccseea9d.o(.text+0x35c): undefined reference to = `__builtin_infl'\r\n/tmp/ccseea9d.o(.text+0x384): undefined reference to = `__builtin_infl'\r\n/tmp/ccseea9d.o(.text+0x3ac): more undefined = references to `__builtin_infl' follow\r\n/tmp/ccseea9d.o: In function = `main':\r\n/tmp/ccseea9d.o(.text+0x45c): undefined reference to = `__builtin_inf'\r\n/tmp/ccseea9d.o(.text+0x478): undefined reference to = `__builtin_inff'\r\n/tmp/ccseea9d.o(.text+0x490): undefined reference to = `__builtin_infl'\r\ncollect2: ld returned 1 exit status\r\n" expect: continuing expect expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 7178 exp7 0 1=0A= close result is 7178 exp7 0 1=0A= output is /tmp/ccseea9d.o: In function `test': /tmp/ccseea9d.o(.text+0x14): undefined reference to `__builtin_inf' /tmp/ccseea9d.o(.text+0x3c): undefined reference to `__builtin_inf' /tmp/ccseea9d.o(.text+0x68): undefined reference to `__builtin_inf' /tmp/ccseea9d.o(.text+0x94): undefined reference to `__builtin_inf' /tmp/ccseea9d.o(.text+0xbc): undefined reference to `__builtin_inf' /tmp/ccseea9d.o(.text+0xe4): more undefined references to = `__builtin_inf' follow /tmp/ccseea9d.o: In function `testf': /tmp/ccseea9d.o(.text+0x198): undefined reference to `__builtin_inff' /tmp/ccseea9d.o(.text+0x1b8): undefined reference to `__builtin_inff' /tmp/ccseea9d.o(.text+0x1dc): undefined reference to `__builtin_inff' /tmp/ccseea9d.o(.text+0x200): undefined reference to `__builtin_inff' /tmp/ccseea9d.o(.text+0x220): undefined reference to `__builtin_inff' /tmp/ccseea9d.o(.text+0x240): more undefined references to = `__builtin_inff' follow /tmp/ccseea9d.o: In function `testl': /tmp/ccseea9d.o(.text+0x2dc): undefined reference to `__builtin_infl' /tmp/ccseea9d.o(.text+0x304): undefined reference to `__builtin_infl' /tmp/ccseea9d.o(.text+0x330): undefined reference to `__builtin_infl' /tmp/ccseea9d.o(.text+0x35c): undefined reference to `__builtin_infl' /tmp/ccseea9d.o(.text+0x384): undefined reference to `__builtin_infl' /tmp/ccseea9d.o(.text+0x3ac): more undefined references to = `__builtin_infl' follow /tmp/ccseea9d.o: In function `main': /tmp/ccseea9d.o(.text+0x45c): undefined reference to `__builtin_inf' /tmp/ccseea9d.o(.text+0x478): undefined reference to `__builtin_inff' /tmp/ccseea9d.o(.text+0x490): undefined reference to `__builtin_infl' collect2: ld returned 1 exit status =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= compiler exited with status 1=0A= output is:=0A= /tmp/ccseea9d.o: In function `test': /tmp/ccseea9d.o(.text+0x14): undefined reference to `__builtin_inf' /tmp/ccseea9d.o(.text+0x3c): undefined reference to `__builtin_inf' /tmp/ccseea9d.o(.text+0x68): undefined reference to `__builtin_inf' /tmp/ccseea9d.o(.text+0x94): undefined reference to `__builtin_inf' /tmp/ccseea9d.o(.text+0xbc): undefined reference to `__builtin_inf' /tmp/ccseea9d.o(.text+0xe4): more undefined references to = `__builtin_inf' follow /tmp/ccseea9d.o: In function `testf': /tmp/ccseea9d.o(.text+0x198): undefined reference to `__builtin_inff' /tmp/ccseea9d.o(.text+0x1b8): undefined reference to `__builtin_inff' /tmp/ccseea9d.o(.text+0x1dc): undefined reference to `__builtin_inff' /tmp/ccseea9d.o(.text+0x200): undefined reference to `__builtin_inff' /tmp/ccseea9d.o(.text+0x220): undefined reference to `__builtin_inff' /tmp/ccseea9d.o(.text+0x240): more undefined references to = `__builtin_inff' follow /tmp/ccseea9d.o: In function `testl': /tmp/ccseea9d.o(.text+0x2dc): undefined reference to `__builtin_infl' /tmp/ccseea9d.o(.text+0x304): undefined reference to `__builtin_infl' /tmp/ccseea9d.o(.text+0x330): undefined reference to `__builtin_infl' /tmp/ccseea9d.o(.text+0x35c): undefined reference to `__builtin_infl' /tmp/ccseea9d.o(.text+0x384): undefined reference to `__builtin_infl' /tmp/ccseea9d.o(.text+0x3ac): more undefined references to = `__builtin_infl' follow /tmp/ccseea9d.o: In function `main': /tmp/ccseea9d.o(.text+0x45c): undefined reference to `__builtin_inf' /tmp/ccseea9d.o(.text+0x478): undefined reference to `__builtin_inff' /tmp/ccseea9d.o(.text+0x490): undefined reference to `__builtin_infl' collect2: ld returned 1 exit status =0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= FAIL: gcc.c-torture/execute/ieee/inf-2.c compilation, -O3 = -fomit-frame-pointer =0A= UNRESOLVED: gcc.c-torture/execute/ieee/inf-2.c execution, -O3 = -fomit-frame-pointer =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/inf-2.x3 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/inf-2.x4 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/inf-2.c, -O3 -g =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/inf-2.c -w -O3 -g -DSTACK_SIZE=3D16384 -lm -o = /tmp/inf-2.x4=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/inf-2.c -w -O3 -g -DSTACK_SIZE=3D16384 -lm -o = /tmp/inf-2.x4 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {7186} pid is 7186 -7186=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no /tmp/ccsUlovv.o: In function `test': /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/inf-2.c:5: undefined reference to `__builtin_inf' /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/inf-2.c:7: undefined reference to `__builtin_inf' /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/inf-2.c:9: undefined reference to `__builtin_inf' /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/inf-2.c:11: undefined reference to `__builtin_inf' /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/inf-2.c:14: undefined reference to `__builtin_inf' /tmp/ccsUlovv.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/inf-2.c:16: more undefined references to = `__builtin_inf' follow /tmp/ccsUlovv.o: In function `testf': /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/inf-2.c:28: undefined reference to `__builtin_inff' /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/inf-2.c:30: undefined reference to `__builtin_inff' /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/inf-2.c:32: undefined reference to `__builtin_inff' /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/inf-2.c:34: undefined reference to `__builtin_inff' /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/inf-2.c:37: undefined reference to `__builtin_inff' /tmp/ccsUlovv.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/inf-2.c:39: more undefined references to = `__builtin_inff' follow /tmp/ccsUlovv.o: In function `testl': /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/inf-2.c:51: undefined reference to `__builtin_infl' /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/inf-2.c:53: undefined reference to `__builtin_infl' /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/inf-2.c:55: undefined reference to `__builtin_infl' /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/inf-2.c:57: undefined reference to `__builtin_infl' /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/inf-2.c:60: undefined reference to `__builtin_infl' /tmp/ccsUlovv.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/inf-2.c:62: more undefined references to = `__builtin_infl' follow /tmp/ccsUlovv.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/inf-2.c:74: undefined reference to = `__builtin_inf' /tmp/ccsUlovv.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/inf-2.c:75: undefined reference to = `__builtin_inff' /tmp/ccsUlovv.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/inf-2.c:76: undefined reference to = `__builtin_infl' collect2: ld returned 1 exit status expect: does "/tmp/ccsUlovv.o: In function = `test':\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c= -torture/execute/ieee/inf-2.c:5: undefined reference to = `__builtin_inf'\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsui= te/gcc.c-torture/execute/ieee/inf-2.c:7: undefined reference to = `__builtin_inf'\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsui= te/gcc.c-torture/execute/ieee/inf-2.c:9: undefined reference to = `__builtin_inf'\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsui= te/gcc.c-torture/execute/ieee/inf-2.c:11: undefined reference to = `__builtin_inf'\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsui= te/gcc.c-torture/execute/ieee/inf-2.c:14: undefined reference to = `__builtin_inf'\r\n/tmp/ccsUlovv.o:/home/deepakj/testing/testsuites/gcc-3= .4.4/gcc/testsuite/gcc.c-torture/execute/ieee/inf-2.c:16: more undefined = references to `__builtin_inf' follow\r\n/tmp/ccsUlovv.o: In function = `testf':\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.= c-torture/execute/ieee/inf-2.c:28: undefined reference to = `__builtin_inff'\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsu= ite/gcc.c-torture/execute/ieee/inf-2.c:30: undefined reference to = `__builtin_inff'\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsu= ite/gcc.c-torture/execute/ieee/inf-2.c:32: undefined reference to = `__builtin_inff'\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsu= ite/gcc.c-torture/execute/ieee/inf-2.c:34: undefined reference to = `__builtin_inff'\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsu= ite/gcc.c-torture/execute/ieee/inf-2.c:37: undefined reference to = `__builtin_inff'\r\n/tmp/ccsUlovv.o:/home/deepakj/testing/testsuites/gcc-= 3.4.4/gcc/testsuite/gcc.c-torture/execute/ieee/inf-2.c:39: more = undefined references to `__builtin_inff' follow\r\n/tmp/ccsUlovv.o: In = function = `testl':\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.= c-torture/execute/ieee/inf-2.c:51: undefined reference to = `__builtin_infl'\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsu= ite/gcc.c-torture/execute/ieee/inf-2.c:53: undefined reference to = `__builtin_infl'\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsu= ite/gcc.c-torture/execute/ieee/inf-2.c:55: undefined reference to = `__builtin_infl'\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsu= ite/gcc.c-torture/execute/ieee/inf-2.c:57: undefined reference to = `__builtin_infl'\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsu= ite/gcc.c-torture/execute/ieee/inf-2.c:60: undefined reference to = `__builtin_infl'\r\n/tmp/ccsUlovv.o:/home/deepakj/testing/testsuites/gcc-= 3.4.4/gcc/testsuite/gcc.c-torture/execute/ieee/inf-2.c:62: more = undefined references to `__builtin_infl' = follow\r\n/tmp/ccsUlovv.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/= testsuite/gcc.c-torture/execute/ieee/inf-2.c:74: undefined reference to = `__builtin_inf'\r\n/tmp/ccsUlovv.o:/home/deepakj/testing/testsuites/gcc-3= .4.4/gcc/testsuite/gcc.c-torture/execute/ieee/inf-2.c:75: undefined = reference to = `__builtin_inff'\r\n/tmp/ccsUlovv.o:/home/deepakj/testing/testsuites/gcc-= 3.4.4/gcc/testsuite/gcc.c-torture/execute/ieee/inf-2.c:76: undefined = reference to `__builtin_infl'\r\ncollect2: ld returned 1 exit = status\r\n" (spawn_id exp7) match regular expression ".+"? yes expect: set expect_out(0,string) "/tmp/ccsUlovv.o: In function = `test':\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c= -torture/execute/ieee/inf-2.c:5: undefined reference to = `__builtin_inf'\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsui= te/gcc.c-torture/execute/ieee/inf-2.c:7: undefined reference to = `__builtin_inf'\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsui= te/gcc.c-torture/execute/ieee/inf-2.c:9: undefined reference to = `__builtin_inf'\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsui= te/gcc.c-torture/execute/ieee/inf-2.c:11: undefined reference to = `__builtin_inf'\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsui= te/gcc.c-torture/execute/ieee/inf-2.c:14: undefined reference to = `__builtin_inf'\r\n/tmp/ccsUlovv.o:/home/deepakj/testing/testsuites/gcc-3= .4.4/gcc/testsuite/gcc.c-torture/execute/ieee/inf-2.c:16: more undefined = references to `__builtin_inf' follow\r\n/tmp/ccsUlovv.o: In function = `testf':\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.= c-torture/execute/ieee/inf-2.c:28: undefined reference to = `__builtin_inff'\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsu= ite/gcc.c-torture/execute/ieee/inf-2.c:30: undefined reference to = `__builtin_inff'\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsu= ite/gcc.c-torture/execute/ieee/inf-2.c:32: undefined reference to = `__builtin_inff'\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsu= ite/gcc.c-torture/execute/ieee/inf-2.c:34: undefined reference to = `__builtin_inff'\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsu= ite/gcc.c-torture/execute/ieee/inf-2.c:37: undefined reference to = `__builtin_inff'\r\n/tmp/ccsUlovv.o:/home/deepakj/testing/testsuites/gcc-= 3.4.4/gcc/testsuite/gcc.c-torture/execute/ieee/inf-2.c:39: more = undefined references to `__builtin_inff' follow\r\n/tmp/ccsUlovv.o: In = function = `testl':\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.= c-torture/execute/ieee/inf-2.c:51: undefined reference to = `__builtin_infl'\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsu= ite/gcc.c-torture/execute/ieee/inf-2.c:53: undefined reference to = `__builtin_infl'\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsu= ite/gcc.c-torture/execute/ieee/inf-2.c:55: undefined reference to = `__builtin_infl'\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsu= ite/gcc.c-torture/execute/ieee/inf-2.c:57: undefined reference to = `__builtin_infl'\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsu= ite/gcc.c-torture/execute/ieee/inf-2.c:60: undefined reference to = `__builtin_infl'\r\n/tmp/ccsUlovv.o:/home/deepakj/testing/testsuites/gcc-= 3.4.4/gcc/testsuite/gcc.c-torture/execute/ieee/inf-2.c:62: more = undefined references to `__builtin_infl' = follow\r\n/tmp/ccsUlovv.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/= testsuite/gcc.c-torture/execute/ieee/inf-2.c:74: undefined reference to = `__builtin_inf'\r\n/tmp/ccsUlovv.o:/home/deepakj/testing/testsuites/gcc-3= .4.4/gcc/testsuite/gcc.c-torture/execute/ieee/inf-2.c:75: undefined = reference to = `__builtin_inff'\r\n/tmp/ccsUlovv.o:/home/deepakj/testing/testsuites/gcc-= 3.4.4/gcc/testsuite/gcc.c-torture/execute/ieee/inf-2.c:76: undefined = reference to `__builtin_infl'\r\ncollect2: ld returned 1 exit = status\r\n" expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "/tmp/ccsUlovv.o: In function = `test':\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c= -torture/execute/ieee/inf-2.c:5: undefined reference to = `__builtin_inf'\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsui= te/gcc.c-torture/execute/ieee/inf-2.c:7: undefined reference to = `__builtin_inf'\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsui= te/gcc.c-torture/execute/ieee/inf-2.c:9: undefined reference to = `__builtin_inf'\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsui= te/gcc.c-torture/execute/ieee/inf-2.c:11: undefined reference to = `__builtin_inf'\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsui= te/gcc.c-torture/execute/ieee/inf-2.c:14: undefined reference to = `__builtin_inf'\r\n/tmp/ccsUlovv.o:/home/deepakj/testing/testsuites/gcc-3= .4.4/gcc/testsuite/gcc.c-torture/execute/ieee/inf-2.c:16: more undefined = references to `__builtin_inf' follow\r\n/tmp/ccsUlovv.o: In function = `testf':\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.= c-torture/execute/ieee/inf-2.c:28: undefined reference to = `__builtin_inff'\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsu= ite/gcc.c-torture/execute/ieee/inf-2.c:30: undefined reference to = `__builtin_inff'\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsu= ite/gcc.c-torture/execute/ieee/inf-2.c:32: undefined reference to = `__builtin_inff'\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsu= ite/gcc.c-torture/execute/ieee/inf-2.c:34: undefined reference to = `__builtin_inff'\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsu= ite/gcc.c-torture/execute/ieee/inf-2.c:37: undefined reference to = `__builtin_inff'\r\n/tmp/ccsUlovv.o:/home/deepakj/testing/testsuites/gcc-= 3.4.4/gcc/testsuite/gcc.c-torture/execute/ieee/inf-2.c:39: more = undefined references to `__builtin_inff' follow\r\n/tmp/ccsUlovv.o: In = function = `testl':\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.= c-torture/execute/ieee/inf-2.c:51: undefined reference to = `__builtin_infl'\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsu= ite/gcc.c-torture/execute/ieee/inf-2.c:53: undefined reference to = `__builtin_infl'\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsu= ite/gcc.c-torture/execute/ieee/inf-2.c:55: undefined reference to = `__builtin_infl'\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsu= ite/gcc.c-torture/execute/ieee/inf-2.c:57: undefined reference to = `__builtin_infl'\r\n/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsu= ite/gcc.c-torture/execute/ieee/inf-2.c:60: undefined reference to = `__builtin_infl'\r\n/tmp/ccsUlovv.o:/home/deepakj/testing/testsuites/gcc-= 3.4.4/gcc/testsuite/gcc.c-torture/execute/ieee/inf-2.c:62: more = undefined references to `__builtin_infl' = follow\r\n/tmp/ccsUlovv.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/= testsuite/gcc.c-torture/execute/ieee/inf-2.c:74: undefined reference to = `__builtin_inf'\r\n/tmp/ccsUlovv.o:/home/deepakj/testing/testsuites/gcc-3= .4.4/gcc/testsuite/gcc.c-torture/execute/ieee/inf-2.c:75: undefined = reference to = `__builtin_inff'\r\n/tmp/ccsUlovv.o:/home/deepakj/testing/testsuites/gcc-= 3.4.4/gcc/testsuite/gcc.c-torture/execute/ieee/inf-2.c:76: undefined = reference to `__builtin_infl'\r\ncollect2: ld returned 1 exit = status\r\n" expect: continuing expect expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 7186 exp7 0 1=0A= close result is 7186 exp7 0 1=0A= output is /tmp/ccsUlovv.o: In function `test': /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/inf-2.c:5: undefined reference to `__builtin_inf' /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/inf-2.c:7: undefined reference to `__builtin_inf' /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/inf-2.c:9: undefined reference to `__builtin_inf' /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/inf-2.c:11: undefined reference to `__builtin_inf' /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/inf-2.c:14: undefined reference to `__builtin_inf' /tmp/ccsUlovv.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/inf-2.c:16: more undefined references to = `__builtin_inf' follow /tmp/ccsUlovv.o: In function `testf': /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/inf-2.c:28: undefined reference to `__builtin_inff' /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/inf-2.c:30: undefined reference to `__builtin_inff' /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/inf-2.c:32: undefined reference to `__builtin_inff' /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/inf-2.c:34: undefined reference to `__builtin_inff' /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/inf-2.c:37: undefined reference to `__builtin_inff' /tmp/ccsUlovv.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/inf-2.c:39: more undefined references to = `__builtin_inff' follow /tmp/ccsUlovv.o: In function `testl': /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/inf-2.c:51: undefined reference to `__builtin_infl' /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/inf-2.c:53: undefined reference to `__builtin_infl' /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/inf-2.c:55: undefined reference to `__builtin_infl' /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/inf-2.c:57: undefined reference to `__builtin_infl' /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/inf-2.c:60: undefined reference to `__builtin_infl' /tmp/ccsUlovv.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/inf-2.c:62: more undefined references to = `__builtin_infl' follow /tmp/ccsUlovv.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/inf-2.c:74: undefined reference to = `__builtin_inf' /tmp/ccsUlovv.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/inf-2.c:75: undefined reference to = `__builtin_inff' /tmp/ccsUlovv.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/inf-2.c:76: undefined reference to = `__builtin_infl' collect2: ld returned 1 exit status =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= compiler exited with status 1=0A= output is:=0A= /tmp/ccsUlovv.o: In function `test': /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/inf-2.c:5: undefined reference to `__builtin_inf' /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/inf-2.c:7: undefined reference to `__builtin_inf' /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/inf-2.c:9: undefined reference to `__builtin_inf' /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/inf-2.c:11: undefined reference to `__builtin_inf' /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/inf-2.c:14: undefined reference to `__builtin_inf' /tmp/ccsUlovv.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/inf-2.c:16: more undefined references to = `__builtin_inf' follow /tmp/ccsUlovv.o: In function `testf': /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/inf-2.c:28: undefined reference to `__builtin_inff' /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/inf-2.c:30: undefined reference to `__builtin_inff' /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/inf-2.c:32: undefined reference to `__builtin_inff' /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/inf-2.c:34: undefined reference to `__builtin_inff' /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/inf-2.c:37: undefined reference to `__builtin_inff' /tmp/ccsUlovv.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/inf-2.c:39: more undefined references to = `__builtin_inff' follow /tmp/ccsUlovv.o: In function `testl': /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/inf-2.c:51: undefined reference to `__builtin_infl' /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/inf-2.c:53: undefined reference to `__builtin_infl' /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/inf-2.c:55: undefined reference to `__builtin_infl' /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/inf-2.c:57: undefined reference to `__builtin_infl' /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/inf-2.c:60: undefined reference to `__builtin_infl' /tmp/ccsUlovv.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/inf-2.c:62: more undefined references to = `__builtin_infl' follow /tmp/ccsUlovv.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/inf-2.c:74: undefined reference to = `__builtin_inf' /tmp/ccsUlovv.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/inf-2.c:75: undefined reference to = `__builtin_inff' /tmp/ccsUlovv.o:/home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/= gcc.c-torture/execute/ieee/inf-2.c:76: undefined reference to = `__builtin_infl' collect2: ld returned 1 exit status =0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= FAIL: gcc.c-torture/execute/ieee/inf-2.c compilation, -O3 -g =0A= UNRESOLVED: gcc.c-torture/execute/ieee/inf-2.c execution, -O3 -g =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/inf-2.x4 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/inf-2.x5 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/inf-2.c, -Os =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/inf-2.c -w -Os -DSTACK_SIZE=3D16384 -lm -o = /tmp/inf-2.x5=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/inf-2.c -w -Os -DSTACK_SIZE=3D16384 -lm -o = /tmp/inf-2.x5 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {7194} pid is 7194 -7194=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no /tmp/cceTMfW1.o: In function `test': /tmp/cceTMfW1.o(.text+0x1c): undefined reference to `__builtin_inf' /tmp/cceTMfW1.o(.text+0x44): undefined reference to `__builtin_inf' /tmp/cceTMfW1.o(.text+0x70): undefined reference to `__builtin_inf' /tmp/cceTMfW1.o(.text+0x9c): undefined reference to `__builtin_inf' /tmp/cceTMfW1.o(.text+0xc4): undefined reference to `__builtin_inf' /tmp/cceTMfW1.o(.text+0xec): more undefined references to = `__builtin_inf' follow /tmp/cceTMfW1.o: In function `testf': /tmp/cceTMfW1.o(.text+0x1a8): undefined reference to `__builtin_inff' /tmp/cceTMfW1.o(.text+0x1c8): undefined reference to `__builtin_inff' /tmp/cceTMfW1.o(.text+0x1ec): undefined reference to `__builtin_inff' /tmp/cceTMfW1.o(.text+0x210): undefined reference to `__builtin_inff' /tmp/cceTMfW1.o(.text+0x230): undefined reference to `__builtin_inff' /tmp/cceTMfW1.o(.text+0x250): more undefined references to = `__builtin_inff' follow /tmp/cceTMfW1.o: In function `testl': /tmp/cceTMfW1.o(.text+0x2f4): undefined reference to `__builtin_infl' /tmp/cceTMfW1.o(.text+0x31c): undefined reference to `__builtin_infl' /tmp/cceTMfW1.o(.text+0x348): undefined reference to `__builtin_infl' /tmp/cceTMfW1.o(.text+0x374): undefined reference to `__builtin_infl' /tmp/cceTMfW1.o(.text+0x39c): undefined reference to `__builtin_infl' /tmp/cceTMfW1.o(.text+0x3c4): more undefined references to = `__builtin_infl' follow /tmp/cceTMfW1.o: In function `main': /tmp/cceTMfW1.o(.text+0x47c): undefined reference to `__builtin_inf' /tmp/cceTMfW1.o(.text+0x498): undefined reference to `__builtin_inff' /tmp/cceTMfW1.o(.text+0x4b0): undefined reference to `__builtin_infl' collect2: ld returned 1 exit status expect: does "/tmp/cceTMfW1.o: In function = `test':\r\n/tmp/cceTMfW1.o(.text+0x1c): undefined reference to = `__builtin_inf'\r\n/tmp/cceTMfW1.o(.text+0x44): undefined reference to = `__builtin_inf'\r\n/tmp/cceTMfW1.o(.text+0x70): undefined reference to = `__builtin_inf'\r\n/tmp/cceTMfW1.o(.text+0x9c): undefined reference to = `__builtin_inf'\r\n/tmp/cceTMfW1.o(.text+0xc4): undefined reference to = `__builtin_inf'\r\n/tmp/cceTMfW1.o(.text+0xec): more undefined = references to `__builtin_inf' follow\r\n/tmp/cceTMfW1.o: In function = `testf':\r\n/tmp/cceTMfW1.o(.text+0x1a8): undefined reference to = `__builtin_inff'\r\n/tmp/cceTMfW1.o(.text+0x1c8): undefined reference to = `__builtin_inff'\r\n/tmp/cceTMfW1.o(.text+0x1ec): undefined reference to = `__builtin_inff'\r\n/tmp/cceTMfW1.o(.text+0x210): undefined reference to = `__builtin_inff'\r\n/tmp/cceTMfW1.o(.text+0x230): undefined reference to = `__builtin_inff'\r\n/tmp/cceTMfW1.o(.text+0x250): more undefined = references to `__builtin_inff' follow\r\n/tmp/cceTMfW1.o: In function = `testl':\r\n/tmp/cceTMfW1.o(.text+0x2f4): undefined reference to = `__builtin_infl'\r\n/tmp/cceTMfW1.o(.text+0x31c): undefined reference to = `__builtin_infl'\r\n/tmp/cceTMfW1.o(.text+0x348): undefined reference to = `__builtin_infl'\r\n/tmp/cceTMfW1.o(.text+0x374): undefined reference to = `__builtin_infl'\r\n/tmp/cceTMfW1.o(.text+0x39c): undefined reference to = `__builtin_infl'\r\n/tmp/cceTMfW1.o(.text+0x3c4): more undefined = references to `__builtin_infl' follow\r\n/tmp/cceTMfW1.o: In function = `main':\r\n/tmp/cceTMfW1.o(.text+0x47c): undefined reference to = `__builtin_inf'\r\n/tmp/cceTMfW1.o(.text+0x498): undefined reference to = `__builtin_inff'\r\n/tmp/cceTMfW1.o(.text+0x4b0): undefined reference to = `__builtin_infl'\r\ncollect2: ld returned 1 exit status\r\n" (spawn_id = exp7) match regular expression ".+"? yes expect: set expect_out(0,string) "/tmp/cceTMfW1.o: In function = `test':\r\n/tmp/cceTMfW1.o(.text+0x1c): undefined reference to = `__builtin_inf'\r\n/tmp/cceTMfW1.o(.text+0x44): undefined reference to = `__builtin_inf'\r\n/tmp/cceTMfW1.o(.text+0x70): undefined reference to = `__builtin_inf'\r\n/tmp/cceTMfW1.o(.text+0x9c): undefined reference to = `__builtin_inf'\r\n/tmp/cceTMfW1.o(.text+0xc4): undefined reference to = `__builtin_inf'\r\n/tmp/cceTMfW1.o(.text+0xec): more undefined = references to `__builtin_inf' follow\r\n/tmp/cceTMfW1.o: In function = `testf':\r\n/tmp/cceTMfW1.o(.text+0x1a8): undefined reference to = `__builtin_inff'\r\n/tmp/cceTMfW1.o(.text+0x1c8): undefined reference to = `__builtin_inff'\r\n/tmp/cceTMfW1.o(.text+0x1ec): undefined reference to = `__builtin_inff'\r\n/tmp/cceTMfW1.o(.text+0x210): undefined reference to = `__builtin_inff'\r\n/tmp/cceTMfW1.o(.text+0x230): undefined reference to = `__builtin_inff'\r\n/tmp/cceTMfW1.o(.text+0x250): more undefined = references to `__builtin_inff' follow\r\n/tmp/cceTMfW1.o: In function = `testl':\r\n/tmp/cceTMfW1.o(.text+0x2f4): undefined reference to = `__builtin_infl'\r\n/tmp/cceTMfW1.o(.text+0x31c): undefined reference to = `__builtin_infl'\r\n/tmp/cceTMfW1.o(.text+0x348): undefined reference to = `__builtin_infl'\r\n/tmp/cceTMfW1.o(.text+0x374): undefined reference to = `__builtin_infl'\r\n/tmp/cceTMfW1.o(.text+0x39c): undefined reference to = `__builtin_infl'\r\n/tmp/cceTMfW1.o(.text+0x3c4): more undefined = references to `__builtin_infl' follow\r\n/tmp/cceTMfW1.o: In function = `main':\r\n/tmp/cceTMfW1.o(.text+0x47c): undefined reference to = `__builtin_inf'\r\n/tmp/cceTMfW1.o(.text+0x498): undefined reference to = `__builtin_inff'\r\n/tmp/cceTMfW1.o(.text+0x4b0): undefined reference to = `__builtin_infl'\r\ncollect2: ld returned 1 exit status\r\n" expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "/tmp/cceTMfW1.o: In function = `test':\r\n/tmp/cceTMfW1.o(.text+0x1c): undefined reference to = `__builtin_inf'\r\n/tmp/cceTMfW1.o(.text+0x44): undefined reference to = `__builtin_inf'\r\n/tmp/cceTMfW1.o(.text+0x70): undefined reference to = `__builtin_inf'\r\n/tmp/cceTMfW1.o(.text+0x9c): undefined reference to = `__builtin_inf'\r\n/tmp/cceTMfW1.o(.text+0xc4): undefined reference to = `__builtin_inf'\r\n/tmp/cceTMfW1.o(.text+0xec): more undefined = references to `__builtin_inf' follow\r\n/tmp/cceTMfW1.o: In function = `testf':\r\n/tmp/cceTMfW1.o(.text+0x1a8): undefined reference to = `__builtin_inff'\r\n/tmp/cceTMfW1.o(.text+0x1c8): undefined reference to = `__builtin_inff'\r\n/tmp/cceTMfW1.o(.text+0x1ec): undefined reference to = `__builtin_inff'\r\n/tmp/cceTMfW1.o(.text+0x210): undefined reference to = `__builtin_inff'\r\n/tmp/cceTMfW1.o(.text+0x230): undefined reference to = `__builtin_inff'\r\n/tmp/cceTMfW1.o(.text+0x250): more undefined = references to `__builtin_inff' follow\r\n/tmp/cceTMfW1.o: In function = `testl':\r\n/tmp/cceTMfW1.o(.text+0x2f4): undefined reference to = `__builtin_infl'\r\n/tmp/cceTMfW1.o(.text+0x31c): undefined reference to = `__builtin_infl'\r\n/tmp/cceTMfW1.o(.text+0x348): undefined reference to = `__builtin_infl'\r\n/tmp/cceTMfW1.o(.text+0x374): undefined reference to = `__builtin_infl'\r\n/tmp/cceTMfW1.o(.text+0x39c): undefined reference to = `__builtin_infl'\r\n/tmp/cceTMfW1.o(.text+0x3c4): more undefined = references to `__builtin_infl' follow\r\n/tmp/cceTMfW1.o: In function = `main':\r\n/tmp/cceTMfW1.o(.text+0x47c): undefined reference to = `__builtin_inf'\r\n/tmp/cceTMfW1.o(.text+0x498): undefined reference to = `__builtin_inff'\r\n/tmp/cceTMfW1.o(.text+0x4b0): undefined reference to = `__builtin_infl'\r\ncollect2: ld returned 1 exit status\r\n" expect: continuing expect expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 7194 exp7 0 1=0A= close result is 7194 exp7 0 1=0A= output is /tmp/cceTMfW1.o: In function `test': /tmp/cceTMfW1.o(.text+0x1c): undefined reference to `__builtin_inf' /tmp/cceTMfW1.o(.text+0x44): undefined reference to `__builtin_inf' /tmp/cceTMfW1.o(.text+0x70): undefined reference to `__builtin_inf' /tmp/cceTMfW1.o(.text+0x9c): undefined reference to `__builtin_inf' /tmp/cceTMfW1.o(.text+0xc4): undefined reference to `__builtin_inf' /tmp/cceTMfW1.o(.text+0xec): more undefined references to = `__builtin_inf' follow /tmp/cceTMfW1.o: In function `testf': /tmp/cceTMfW1.o(.text+0x1a8): undefined reference to `__builtin_inff' /tmp/cceTMfW1.o(.text+0x1c8): undefined reference to `__builtin_inff' /tmp/cceTMfW1.o(.text+0x1ec): undefined reference to `__builtin_inff' /tmp/cceTMfW1.o(.text+0x210): undefined reference to `__builtin_inff' /tmp/cceTMfW1.o(.text+0x230): undefined reference to `__builtin_inff' /tmp/cceTMfW1.o(.text+0x250): more undefined references to = `__builtin_inff' follow /tmp/cceTMfW1.o: In function `testl': /tmp/cceTMfW1.o(.text+0x2f4): undefined reference to `__builtin_infl' /tmp/cceTMfW1.o(.text+0x31c): undefined reference to `__builtin_infl' /tmp/cceTMfW1.o(.text+0x348): undefined reference to `__builtin_infl' /tmp/cceTMfW1.o(.text+0x374): undefined reference to `__builtin_infl' /tmp/cceTMfW1.o(.text+0x39c): undefined reference to `__builtin_infl' /tmp/cceTMfW1.o(.text+0x3c4): more undefined references to = `__builtin_infl' follow /tmp/cceTMfW1.o: In function `main': /tmp/cceTMfW1.o(.text+0x47c): undefined reference to `__builtin_inf' /tmp/cceTMfW1.o(.text+0x498): undefined reference to `__builtin_inff' /tmp/cceTMfW1.o(.text+0x4b0): undefined reference to `__builtin_infl' collect2: ld returned 1 exit status =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= compiler exited with status 1=0A= output is:=0A= /tmp/cceTMfW1.o: In function `test': /tmp/cceTMfW1.o(.text+0x1c): undefined reference to `__builtin_inf' /tmp/cceTMfW1.o(.text+0x44): undefined reference to `__builtin_inf' /tmp/cceTMfW1.o(.text+0x70): undefined reference to `__builtin_inf' /tmp/cceTMfW1.o(.text+0x9c): undefined reference to `__builtin_inf' /tmp/cceTMfW1.o(.text+0xc4): undefined reference to `__builtin_inf' /tmp/cceTMfW1.o(.text+0xec): more undefined references to = `__builtin_inf' follow /tmp/cceTMfW1.o: In function `testf': /tmp/cceTMfW1.o(.text+0x1a8): undefined reference to `__builtin_inff' /tmp/cceTMfW1.o(.text+0x1c8): undefined reference to `__builtin_inff' /tmp/cceTMfW1.o(.text+0x1ec): undefined reference to `__builtin_inff' /tmp/cceTMfW1.o(.text+0x210): undefined reference to `__builtin_inff' /tmp/cceTMfW1.o(.text+0x230): undefined reference to `__builtin_inff' /tmp/cceTMfW1.o(.text+0x250): more undefined references to = `__builtin_inff' follow /tmp/cceTMfW1.o: In function `testl': /tmp/cceTMfW1.o(.text+0x2f4): undefined reference to `__builtin_infl' /tmp/cceTMfW1.o(.text+0x31c): undefined reference to `__builtin_infl' /tmp/cceTMfW1.o(.text+0x348): undefined reference to `__builtin_infl' /tmp/cceTMfW1.o(.text+0x374): undefined reference to `__builtin_infl' /tmp/cceTMfW1.o(.text+0x39c): undefined reference to `__builtin_infl' /tmp/cceTMfW1.o(.text+0x3c4): more undefined references to = `__builtin_infl' follow /tmp/cceTMfW1.o: In function `main': /tmp/cceTMfW1.o(.text+0x47c): undefined reference to `__builtin_inf' /tmp/cceTMfW1.o(.text+0x498): undefined reference to `__builtin_inff' /tmp/cceTMfW1.o(.text+0x4b0): undefined reference to `__builtin_infl' collect2: ld returned 1 exit status =0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= FAIL: gcc.c-torture/execute/ieee/inf-2.c compilation, -Os =0A= UNRESOLVED: gcc.c-torture/execute/ieee/inf-2.c execution, -Os =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/inf-2.x5 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/minuszero.x0 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/minuszero.c, -O0 =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/minuszero.c -w -O0 -DSTACK_SIZE=3D16384 -lm -o = /tmp/minuszero.x0=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/minuszero.c -w -O0 -DSTACK_SIZE=3D16384 -lm -o = /tmp/minuszero.x0 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {7203} pid is 7203 -7203=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 7203 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/minuszero.c compilation, -O0 =0A= board_info target exists no_long_long=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/minuszero.x0 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/minuszero.x0 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/minuszero.x0 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {7211} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/minuszero.c execution, -O0 =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/minuszero.x1 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/minuszero.c, -O1 =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/minuszero.c -w -O1 -DSTACK_SIZE=3D16384 -lm -o = /tmp/minuszero.x1=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/minuszero.c -w -O1 -DSTACK_SIZE=3D16384 -lm -o = /tmp/minuszero.x1 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {7215} pid is 7215 -7215=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 7215 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/minuszero.c compilation, -O1 =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/minuszero.x0 /tmp/minuszero.x1 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/minuszero.x1 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/minuszero.x1 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/minuszero.x1 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {7223} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/minuszero.c execution, -O1 =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/minuszero.x2 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/minuszero.c, -O2 =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/minuszero.c -w -O2 -DSTACK_SIZE=3D16384 -lm -o = /tmp/minuszero.x2=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/minuszero.c -w -O2 -DSTACK_SIZE=3D16384 -lm -o = /tmp/minuszero.x2 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {7227} pid is 7227 -7227=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 7227 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/minuszero.c compilation, -O2 =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/minuszero.x1 /tmp/minuszero.x2 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Executing on build: cmp /tmp/minuszero.x1 /tmp/minuszero.x2 (timeout = =3D 300)=0A= calling is_remote build=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is build, not remote=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {7235} pid is 7235 -7235=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no /tmp/minuszero.x1 /tmp/minuszero.x2 differ: byte 33017, line 4 expect: does "/tmp/minuszero.x1 /tmp/minuszero.x2 differ: byte 33017, = line 4\r\n" (spawn_id exp7) match regular expression ".+"? yes expect: set expect_out(0,string) "/tmp/minuszero.x1 /tmp/minuszero.x2 = differ: byte 33017, line 4\r\n" expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "/tmp/minuszero.x1 /tmp/minuszero.x2 = differ: byte 33017, line 4\r\n" expect: continuing expect expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 7235 exp7 0 1=0A= close result is 7235 exp7 0 1=0A= output is /tmp/minuszero.x1 /tmp/minuszero.x2 differ: byte 33017, line 4 =0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/minuszero.x2 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/minuszero.x2 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/minuszero.x2 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {7238} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/minuszero.c execution, -O2 =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/minuszero.x3 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/minuszero.c, -O3 = -fomit-frame-pointer =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/minuszero.c -w -O3 -fomit-frame-pointer = -DSTACK_SIZE=3D16384 -lm -o /tmp/minuszero.x3=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/minuszero.c -w -O3 -fomit-frame-pointer = -DSTACK_SIZE=3D16384 -lm -o /tmp/minuszero.x3 (timeout =3D = 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {7242} pid is 7242 -7242=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 7242 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/minuszero.c compilation, -O3 = -fomit-frame-pointer =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/minuszero.x2 /tmp/minuszero.x3 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/minuszero.x3 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/minuszero.x3 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/minuszero.x3 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {7250} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/minuszero.c execution, -O3 = -fomit-frame-pointer =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/minuszero.x4 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/minuszero.c, -O3 = -fomit-frame-pointer -funroll-loops =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/minuszero.c -w -O3 -fomit-frame-pointer -funroll-loops = -DSTACK_SIZE=3D16384 -lm -o /tmp/minuszero.x4=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/minuszero.c -w -O3 -fomit-frame-pointer -funroll-loops = -DSTACK_SIZE=3D16384 -lm -o /tmp/minuszero.x4 (timeout =3D = 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {7254} pid is 7254 -7254=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 7254 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/minuszero.c compilation, -O3 = -fomit-frame-pointer -funroll-loops =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/minuszero.x3 /tmp/minuszero.x4 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/minuszero.x4 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/minuszero.x4 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/minuszero.x4 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {7262} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/minuszero.c execution, -O3 = -fomit-frame-pointer -funroll-loops =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/minuszero.x5 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/minuszero.c, -O3 = -fomit-frame-pointer -funroll-all-loops -finline-functions =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/minuszero.c -w -O3 -fomit-frame-pointer -funroll-all-loops = -finline-functions -DSTACK_SIZE=3D16384 -lm -o /tmp/minuszero.x5=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/minuszero.c -w -O3 -fomit-frame-pointer -funroll-all-loops = -finline-functions -DSTACK_SIZE=3D16384 -lm -o = /tmp/minuszero.x5 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {7266} pid is 7266 -7266=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 7266 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/minuszero.c compilation, -O3 = -fomit-frame-pointer -funroll-all-loops -finline-functions =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/minuszero.x4 /tmp/minuszero.x5 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Executing on build: cmp /tmp/minuszero.x4 /tmp/minuszero.x5 (timeout = =3D 300)=0A= calling is_remote build=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is build, not remote=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {7274} pid is 7274 -7274=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 7274 exp7 0 0=0A= output is =0A= FAIL: gcc.c-torture/execute/ieee/minuszero.c execution, -O3 = -fomit-frame-pointer -funroll-all-loops -finline-functions =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/minuszero.x6 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/minuszero.c, -O3 -g =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/minuszero.c -w -O3 -g -DSTACK_SIZE=3D16384 -lm -o = /tmp/minuszero.x6=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/minuszero.c -w -O3 -g -DSTACK_SIZE=3D16384 -lm -o = /tmp/minuszero.x6 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {7278} pid is 7278 -7278=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 7278 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/minuszero.c compilation, -O3 -g =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/minuszero.x5 /tmp/minuszero.x6 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/minuszero.x6 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/minuszero.x6 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/minuszero.x6 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {7286} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/minuszero.c execution, -O3 -g =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/minuszero.x7 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/minuszero.c, -Os =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/minuszero.c -w -Os -DSTACK_SIZE=3D16384 -lm -o = /tmp/minuszero.x7=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/minuszero.c -w -Os -DSTACK_SIZE=3D16384 -lm -o = /tmp/minuszero.x7 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {7290} pid is 7290 -7290=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 7290 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/minuszero.c compilation, -Os =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/minuszero.x6 /tmp/minuszero.x7 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/minuszero.x7 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/minuszero.x7 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/minuszero.x7 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {7298} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/minuszero.c execution, -Os =0A= Using alternate driver mzero2.x=0A= Checking "i?86-*-freebsd*[123].*" against "arm-unknown-elf"=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/mzero2.x0 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/mzero2.c, -O0 =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/mzero2.c -w -O0 -DSTACK_SIZE=3D16384 -lm -o = /tmp/mzero2.x0=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/mzero2.c -w -O0 -DSTACK_SIZE=3D16384 -lm -o = /tmp/mzero2.x0 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {7302} pid is 7302 -7302=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 7302 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/mzero2.c compilation, -O0 =0A= board_info target exists no_long_long=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/mzero2.x0 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/mzero2.x0 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/mzero2.x0 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {7310} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/mzero2.c execution, -O0 =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/mzero2.x1 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/mzero2.c, -O1 =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/mzero2.c -w -O1 -DSTACK_SIZE=3D16384 -lm -o = /tmp/mzero2.x1=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/mzero2.c -w -O1 -DSTACK_SIZE=3D16384 -lm -o = /tmp/mzero2.x1 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {7314} pid is 7314 -7314=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 7314 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/mzero2.c compilation, -O1 =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/mzero2.x0 /tmp/mzero2.x1 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/mzero2.x1 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/mzero2.x1 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/mzero2.x1 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {7322} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/mzero2.c execution, -O1 =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/mzero2.x2 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/mzero2.c, -O2 =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/mzero2.c -w -O2 -DSTACK_SIZE=3D16384 -lm -o = /tmp/mzero2.x2=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/mzero2.c -w -O2 -DSTACK_SIZE=3D16384 -lm -o = /tmp/mzero2.x2 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {7326} pid is 7326 -7326=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 7326 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/mzero2.c compilation, -O2 =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/mzero2.x1 /tmp/mzero2.x2 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/mzero2.x2 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/mzero2.x2 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/mzero2.x2 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {7334} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/mzero2.c execution, -O2 =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/mzero2.x3 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/mzero2.c, -O3 -fomit-frame-pointer =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/mzero2.c -w -O3 -fomit-frame-pointer -DSTACK_SIZE=3D16384 = -lm -o /tmp/mzero2.x3=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/mzero2.c -w -O3 -fomit-frame-pointer -DSTACK_SIZE=3D16384 = -lm -o /tmp/mzero2.x3 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {7338} pid is 7338 -7338=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 7338 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/mzero2.c compilation, -O3 = -fomit-frame-pointer =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/mzero2.x2 /tmp/mzero2.x3 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/mzero2.x3 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/mzero2.x3 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/mzero2.x3 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {7346} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/mzero2.c execution, -O3 = -fomit-frame-pointer =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/mzero2.x4 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/mzero2.c, -O3 -g =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/mzero2.c -w -O3 -g -DSTACK_SIZE=3D16384 -lm -o = /tmp/mzero2.x4=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/mzero2.c -w -O3 -g -DSTACK_SIZE=3D16384 -lm -o = /tmp/mzero2.x4 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {7350} pid is 7350 -7350=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 7350 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/mzero2.c compilation, -O3 -g =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/mzero2.x3 /tmp/mzero2.x4 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/mzero2.x4 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/mzero2.x4 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/mzero2.x4 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {7358} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/mzero2.c execution, -O3 -g =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/mzero2.x5 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/mzero2.c, -Os =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/mzero2.c -w -Os -DSTACK_SIZE=3D16384 -lm -o = /tmp/mzero2.x5=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/mzero2.c -w -Os -DSTACK_SIZE=3D16384 -lm -o = /tmp/mzero2.x5 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {7362} pid is 7362 -7362=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 7362 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/mzero2.c compilation, -Os =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/mzero2.x4 /tmp/mzero2.x5 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/mzero2.x5 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/mzero2.x5 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/mzero2.x5 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {7370} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/mzero2.c execution, -Os =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/mzero3.x0 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/mzero3.c, -O0 =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/mzero3.c -w -O0 -DSTACK_SIZE=3D16384 -lm -o = /tmp/mzero3.x0=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/mzero3.c -w -O0 -DSTACK_SIZE=3D16384 -lm -o = /tmp/mzero3.x0 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {7374} pid is 7374 -7374=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 7374 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/mzero3.c compilation, -O0 =0A= board_info target exists no_long_long=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/mzero3.x0 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/mzero3.x0 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/mzero3.x0 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {7382} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/mzero3.c execution, -O0 =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/mzero3.x1 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/mzero3.c, -O1 =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/mzero3.c -w -O1 -DSTACK_SIZE=3D16384 -lm -o = /tmp/mzero3.x1=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/mzero3.c -w -O1 -DSTACK_SIZE=3D16384 -lm -o = /tmp/mzero3.x1 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {7386} pid is 7386 -7386=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 7386 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/mzero3.c compilation, -O1 =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/mzero3.x0 /tmp/mzero3.x1 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/mzero3.x1 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/mzero3.x1 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/mzero3.x1 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {7394} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/mzero3.c execution, -O1 =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/mzero3.x2 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/mzero3.c, -O2 =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/mzero3.c -w -O2 -DSTACK_SIZE=3D16384 -lm -o = /tmp/mzero3.x2=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/mzero3.c -w -O2 -DSTACK_SIZE=3D16384 -lm -o = /tmp/mzero3.x2 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {7398} pid is 7398 -7398=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 7398 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/mzero3.c compilation, -O2 =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/mzero3.x1 /tmp/mzero3.x2 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/mzero3.x2 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/mzero3.x2 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/mzero3.x2 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {7406} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/mzero3.c execution, -O2 =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/mzero3.x3 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/mzero3.c, -O3 -fomit-frame-pointer =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/mzero3.c -w -O3 -fomit-frame-pointer -DSTACK_SIZE=3D16384 = -lm -o /tmp/mzero3.x3=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/mzero3.c -w -O3 -fomit-frame-pointer -DSTACK_SIZE=3D16384 = -lm -o /tmp/mzero3.x3 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {7410} pid is 7410 -7410=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 7410 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/mzero3.c compilation, -O3 = -fomit-frame-pointer =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/mzero3.x2 /tmp/mzero3.x3 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/mzero3.x3 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/mzero3.x3 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/mzero3.x3 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {7418} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/mzero3.c execution, -O3 = -fomit-frame-pointer =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/mzero3.x4 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/mzero3.c, -O3 -g =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/mzero3.c -w -O3 -g -DSTACK_SIZE=3D16384 -lm -o = /tmp/mzero3.x4=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/mzero3.c -w -O3 -g -DSTACK_SIZE=3D16384 -lm -o = /tmp/mzero3.x4 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {7422} pid is 7422 -7422=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 7422 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/mzero3.c compilation, -O3 -g =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/mzero3.x3 /tmp/mzero3.x4 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/mzero3.x4 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/mzero3.x4 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/mzero3.x4 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {7430} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/mzero3.c execution, -O3 -g =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/mzero3.x5 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/mzero3.c, -Os =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/mzero3.c -w -Os -DSTACK_SIZE=3D16384 -lm -o = /tmp/mzero3.x5=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/mzero3.c -w -Os -DSTACK_SIZE=3D16384 -lm -o = /tmp/mzero3.x5 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {7434} pid is 7434 -7434=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 7434 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/mzero3.c compilation, -Os =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/mzero3.x4 /tmp/mzero3.x5 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/mzero3.x5 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/mzero3.x5 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/mzero3.x5 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {7442} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/mzero3.c execution, -Os =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/mzero4.x0 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/mzero4.c, -O0 =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/mzero4.c -w -O0 -DSTACK_SIZE=3D16384 -lm -o = /tmp/mzero4.x0=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/mzero4.c -w -O0 -DSTACK_SIZE=3D16384 -lm -o = /tmp/mzero4.x0 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {7446} pid is 7446 -7446=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 7446 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/mzero4.c compilation, -O0 =0A= board_info target exists no_long_long=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/mzero4.x0 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/mzero4.x0 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/mzero4.x0 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {7454} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/mzero4.c execution, -O0 =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/mzero4.x1 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/mzero4.c, -O1 =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/mzero4.c -w -O1 -DSTACK_SIZE=3D16384 -lm -o = /tmp/mzero4.x1=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/mzero4.c -w -O1 -DSTACK_SIZE=3D16384 -lm -o = /tmp/mzero4.x1 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {7458} pid is 7458 -7458=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 7458 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/mzero4.c compilation, -O1 =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/mzero4.x0 /tmp/mzero4.x1 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/mzero4.x1 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/mzero4.x1 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/mzero4.x1 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {7466} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/mzero4.c execution, -O1 =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/mzero4.x2 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/mzero4.c, -O2 =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/mzero4.c -w -O2 -DSTACK_SIZE=3D16384 -lm -o = /tmp/mzero4.x2=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/mzero4.c -w -O2 -DSTACK_SIZE=3D16384 -lm -o = /tmp/mzero4.x2 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {7470} pid is 7470 -7470=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 7470 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/mzero4.c compilation, -O2 =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/mzero4.x1 /tmp/mzero4.x2 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Executing on build: cmp /tmp/mzero4.x1 /tmp/mzero4.x2 (timeout =3D 300)=0A= calling is_remote build=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is build, not remote=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {7478} pid is 7478 -7478=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no /tmp/mzero4.x1 /tmp/mzero4.x2 differ: byte 32969, line 4 expect: does "/tmp/mzero4.x1 /tmp/mzero4.x2 differ: byte 32969, line = 4\r\n" (spawn_id exp7) match regular expression ".+"? yes expect: set expect_out(0,string) "/tmp/mzero4.x1 /tmp/mzero4.x2 differ: = byte 32969, line 4\r\n" expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "/tmp/mzero4.x1 /tmp/mzero4.x2 differ: = byte 32969, line 4\r\n" expect: continuing expect expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 7478 exp7 0 1=0A= close result is 7478 exp7 0 1=0A= output is /tmp/mzero4.x1 /tmp/mzero4.x2 differ: byte 32969, line 4 =0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/mzero4.x2 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/mzero4.x2 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/mzero4.x2 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {7481} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/mzero4.c execution, -O2 =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/mzero4.x3 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/mzero4.c, -O3 -fomit-frame-pointer =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/mzero4.c -w -O3 -fomit-frame-pointer -DSTACK_SIZE=3D16384 = -lm -o /tmp/mzero4.x3=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/mzero4.c -w -O3 -fomit-frame-pointer -DSTACK_SIZE=3D16384 = -lm -o /tmp/mzero4.x3 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {7485} pid is 7485 -7485=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 7485 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/mzero4.c compilation, -O3 = -fomit-frame-pointer =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/mzero4.x2 /tmp/mzero4.x3 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/mzero4.x3 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/mzero4.x3 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/mzero4.x3 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {7493} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/mzero4.c execution, -O3 = -fomit-frame-pointer =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/mzero4.x4 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/mzero4.c, -O3 -g =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/mzero4.c -w -O3 -g -DSTACK_SIZE=3D16384 -lm -o = /tmp/mzero4.x4=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/mzero4.c -w -O3 -g -DSTACK_SIZE=3D16384 -lm -o = /tmp/mzero4.x4 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {7497} pid is 7497 -7497=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 7497 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/mzero4.c compilation, -O3 -g =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/mzero4.x3 /tmp/mzero4.x4 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/mzero4.x4 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/mzero4.x4 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/mzero4.x4 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {7505} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/mzero4.c execution, -O3 -g =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/mzero4.x5 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/mzero4.c, -Os =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/mzero4.c -w -Os -DSTACK_SIZE=3D16384 -lm -o = /tmp/mzero4.x5=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/mzero4.c -w -Os -DSTACK_SIZE=3D16384 -lm -o = /tmp/mzero4.x5 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {7509} pid is 7509 -7509=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 7509 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/mzero4.c compilation, -Os =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/mzero4.x4 /tmp/mzero4.x5 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/mzero4.x5 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/mzero4.x5 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/mzero4.x5 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {7517} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/mzero4.c execution, -Os =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/mzero5.x0 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/mzero5.c, -O0 =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/mzero5.c -w -O0 -DSTACK_SIZE=3D16384 -lm -o = /tmp/mzero5.x0=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/mzero5.c -w -O0 -DSTACK_SIZE=3D16384 -lm -o = /tmp/mzero5.x0 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {7521} pid is 7521 -7521=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 7521 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/mzero5.c compilation, -O0 =0A= board_info target exists no_long_long=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/mzero5.x0 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/mzero5.x0 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/mzero5.x0 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {7529} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/mzero5.c execution, -O0 =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/mzero5.x1 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/mzero5.c, -O1 =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/mzero5.c -w -O1 -DSTACK_SIZE=3D16384 -lm -o = /tmp/mzero5.x1=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/mzero5.c -w -O1 -DSTACK_SIZE=3D16384 -lm -o = /tmp/mzero5.x1 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {7533} pid is 7533 -7533=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 7533 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/mzero5.c compilation, -O1 =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/mzero5.x0 /tmp/mzero5.x1 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/mzero5.x1 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/mzero5.x1 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/mzero5.x1 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {7541} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/mzero5.c execution, -O1 =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/mzero5.x2 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/mzero5.c, -O2 =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/mzero5.c -w -O2 -DSTACK_SIZE=3D16384 -lm -o = /tmp/mzero5.x2=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/mzero5.c -w -O2 -DSTACK_SIZE=3D16384 -lm -o = /tmp/mzero5.x2 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {7545} pid is 7545 -7545=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 7545 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/mzero5.c compilation, -O2 =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/mzero5.x1 /tmp/mzero5.x2 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/mzero5.x2 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/mzero5.x2 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/mzero5.x2 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {7553} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/mzero5.c execution, -O2 =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/mzero5.x3 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/mzero5.c, -O3 -fomit-frame-pointer =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/mzero5.c -w -O3 -fomit-frame-pointer -DSTACK_SIZE=3D16384 = -lm -o /tmp/mzero5.x3=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/mzero5.c -w -O3 -fomit-frame-pointer -DSTACK_SIZE=3D16384 = -lm -o /tmp/mzero5.x3 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {7557} pid is 7557 -7557=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 7557 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/mzero5.c compilation, -O3 = -fomit-frame-pointer =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/mzero5.x2 /tmp/mzero5.x3 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/mzero5.x3 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/mzero5.x3 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/mzero5.x3 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {7565} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/mzero5.c execution, -O3 = -fomit-frame-pointer =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/mzero5.x4 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/mzero5.c, -O3 -g =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/mzero5.c -w -O3 -g -DSTACK_SIZE=3D16384 -lm -o = /tmp/mzero5.x4=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/mzero5.c -w -O3 -g -DSTACK_SIZE=3D16384 -lm -o = /tmp/mzero5.x4 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {7569} pid is 7569 -7569=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 7569 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/mzero5.c compilation, -O3 -g =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/mzero5.x3 /tmp/mzero5.x4 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/mzero5.x4 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/mzero5.x4 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/mzero5.x4 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {7577} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/mzero5.c execution, -O3 -g =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/mzero5.x5 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/mzero5.c, -Os =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/mzero5.c -w -Os -DSTACK_SIZE=3D16384 -lm -o = /tmp/mzero5.x5=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/mzero5.c -w -Os -DSTACK_SIZE=3D16384 -lm -o = /tmp/mzero5.x5 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {7581} pid is 7581 -7581=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 7581 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/mzero5.c compilation, -Os =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/mzero5.x4 /tmp/mzero5.x5 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/mzero5.x5 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/mzero5.x5 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/mzero5.x5 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {7589} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/mzero5.c execution, -Os =0A= Using alternate driver rbug.x=0A= Checking "d10v-*-*" against "arm-unknown-elf"=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/rbug.x0 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/rbug.c, -O0 =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/rbug.c -w -O0 -DSTACK_SIZE=3D16384 -lm -o = /tmp/rbug.x0=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/rbug.c -w -O0 -DSTACK_SIZE=3D16384 -lm -o = /tmp/rbug.x0 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {7593} pid is 7593 -7593=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 7593 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/rbug.c compilation, -O0 =0A= board_info target exists no_long_long=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/rbug.x0 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/rbug.x0 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/rbug.x0 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {7601} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/rbug.c execution, -O0 =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/rbug.x1 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/rbug.c, -O1 =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/rbug.c -w -O1 -DSTACK_SIZE=3D16384 -lm -o = /tmp/rbug.x1=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/rbug.c -w -O1 -DSTACK_SIZE=3D16384 -lm -o = /tmp/rbug.x1 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {7605} pid is 7605 -7605=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 7605 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/rbug.c compilation, -O1 =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/rbug.x0 /tmp/rbug.x1 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/rbug.x1 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/rbug.x1 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/rbug.x1 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {7613} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/rbug.c execution, -O1 =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/rbug.x2 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/rbug.c, -O2 =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/rbug.c -w -O2 -DSTACK_SIZE=3D16384 -lm -o = /tmp/rbug.x2=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/rbug.c -w -O2 -DSTACK_SIZE=3D16384 -lm -o = /tmp/rbug.x2 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {7617} pid is 7617 -7617=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 7617 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/rbug.c compilation, -O2 =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/rbug.x1 /tmp/rbug.x2 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/rbug.x2 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/rbug.x2 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/rbug.x2 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {7625} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/rbug.c execution, -O2 =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/rbug.x3 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/rbug.c, -O3 -fomit-frame-pointer =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/rbug.c -w -O3 -fomit-frame-pointer -DSTACK_SIZE=3D16384 = -lm -o /tmp/rbug.x3=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/rbug.c -w -O3 -fomit-frame-pointer -DSTACK_SIZE=3D16384 = -lm -o /tmp/rbug.x3 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {7629} pid is 7629 -7629=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 7629 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/rbug.c compilation, -O3 = -fomit-frame-pointer =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/rbug.x2 /tmp/rbug.x3 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/rbug.x3 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/rbug.x3 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/rbug.x3 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {7637} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/rbug.c execution, -O3 = -fomit-frame-pointer =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/rbug.x4 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/rbug.c, -O3 -g =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/rbug.c -w -O3 -g -DSTACK_SIZE=3D16384 -lm -o = /tmp/rbug.x4=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/rbug.c -w -O3 -g -DSTACK_SIZE=3D16384 -lm -o = /tmp/rbug.x4 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {7641} pid is 7641 -7641=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 7641 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/rbug.c compilation, -O3 -g =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/rbug.x3 /tmp/rbug.x4 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/rbug.x4 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/rbug.x4 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/rbug.x4 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {7649} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/rbug.c execution, -O3 -g =0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux delete /tmp/rbug.x5 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= Testing gcc.c-torture/execute/ieee/rbug.c, -Os =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= board_info target exists gcc,stack_size=0A= board_info target gcc,stack_size =0A= getting arm-sim gcc,stack_size=0A= board_info target exists gcc,no_trampolines=0A= board_info target exists gcc,no_label_values=0A= board_info target exists gcc,timeout=0A= board_info target gcc,timeout =0A= getting arm-sim gcc,timeout=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= board_info target name =0A= getting arm-sim name=0A= board_info target name =0A= getting arm-sim name=0A= board_info unix exists cflags_for_target=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= board_info arm-sim exists cflags=0A= board_info arm-sim cflags =0A= getting arm-sim cflags=0A= board_info arm-sim exists ldflags=0A= board_info arm-sim ldflags =0A= getting arm-sim ldflags=0A= board_info arm-sim ldscript =0A= getting arm-sim ldscript=0A= board_info arm-sim exists libs=0A= board_info arm-sim exists mathlib=0A= board_info arm-sim exists remote_link=0A= board_info arm-sim exists output_format=0A= board_info arm-sim exists multilib_flags=0A= board_info arm-sim multilib_flags =0A= getting arm-sim multilib_flags=0A= doing compile=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Invoking the compiler as arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/rbug.c -w -Os -DSTACK_SIZE=3D16384 -lm -o = /tmp/rbug.x5=0A= Setting timeout to 800=0A= Executing on host: arm-elf-gcc = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/rbug.c -w -Os -DSTACK_SIZE=3D16384 -lm -o = /tmp/rbug.x5 (timeout =3D 800)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {7653} pid is 7653 -7653=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 7653 exp7 0 0=0A= output is =0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking pattern "sparc-*-sunos*" with i686-pc-linux-gnu=0A= Checking pattern "alpha*-*-*" with i686-pc-linux-gnu=0A= Checking pattern "hppa*-*-hpux*" with i686-pc-linux-gnu=0A= Checking i686-pc-linux-gnu against i686-pc-linux-gnu=0A= PASS: gcc.c-torture/execute/ieee/rbug.c compilation, -Os =0A= board_info target exists no_long_long=0A= board_info build exists name=0A= board_info build name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote file ssl-linux cmp /tmp/rbug.x4 /tmp/rbug.x5 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_file=0A= looking for telnet_file=0A= looking for standard_file=0A= call_remote calling standard_file=0A= dest in proc standard_file is ssl-linux=0A= calling is_remote ssl-linux=0A= board_info build name =0A= getting ssl-linux name=0A= board is build, not remote=0A= board_info target name =0A= getting arm-sim name=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists is_simulator=0A= board_info arm-sim exists name=0A= board_info arm-sim name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote load arm-sim /tmp/rbug.x5 {} {} =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_load=0A= looking for sim_load=0A= call_remote calling sim_load=0A= board_info arm-sim exists sim_time_limit=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= board_info target sim,protocol =0A= getting arm-sim sim,protocol=0A= calling is_remote target=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= calling is_remote arm-sim=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info arm-sim exists isremote=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board is arm-sim, isremote is 1=0A= board_info arm-sim isremote =0A= getting arm-sim isremote=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote spawn arm-sim /tmp/rbug.x5 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_spawn=0A= looking for sim_spawn=0A= call_remote calling sim_spawn=0A= board_info arm-sim exists sim=0A= board_info arm-sim sim =0A= getting arm-sim sim=0A= board_info arm-sim exists sim,options=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= remote_spawn is local=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= spawning command arm-elf-run /tmp/rbug.x5 =0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {7661} setting board_info(ssl-linux,fileid) to exp7=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote wait arm-sim 240 =0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= looking for arm-sim_wait=0A= looking for sim_wait=0A= call_remote calling sim_wait=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote wait ssl-linux 240 =0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= looking for ssl-linux_wait=0A= looking for telnet_wait=0A= looking for standard_wait=0A= call_remote calling standard_wait=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" board_info ssl-linux exists fileid_origid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= board_info ssl-linux exists name=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux fileid =0A= getting ssl-linux fileid=0A= Closing the remote shell exp7=0A= board_info ssl-linux exists fileid_origid=0A= pid is -1=0A= Shell closed.=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info ssl-linux name =0A= getting ssl-linux name=0A= Output is =0A= board_info target needs_status_wrapper =0A= getting arm-sim needs_status_wrapper=0A= Return status was: 2=0A= FAIL: gcc.c-torture/execute/ieee/rbug.c execution, -Os =0A= testcase = /home/deepakj/testing/testsuites/gcc-3.4.4/gcc/testsuite/gcc.c-torture/ex= ecute/ieee/ieee.exp completed in 12 seconds=0A= board_info target exists name=0A= board_info target name =0A= getting arm-sim name=0A= board_info arm-sim exists name=0A= board_info arm-sim exists protocol=0A= board_info arm-sim protocol =0A= getting arm-sim protocol=0A= call_remote close arm-sim =0A= board_info arm-sim connect =0A= getting arm-sim connect=0A= call_remote calling standard_close=0A= board_info arm-sim exists fileid=0A= board_info arm-sim file_transfer =0A= getting arm-sim file_transfer=0A= board_info target name =0A= getting arm-sim name=0A= =0A= =3D=3D=3D gcc Summary =3D=3D=3D=0A= =0A= # of expected passes 158=0A= # of unexpected failures 260=0A= # of unresolved testcases 102=0A= board_info target needs_status_wrapper =0A= getting target needs_status_wrapper=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= Checking against = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin=0A= Executing on host: arm-elf-gcc -v (timeout =3D 300)=0A= calling is_remote host=0A= board_info build name =0A= getting ssl-linux name=0A= board_info host name =0A= getting ssl-linux name=0A= board is host, host is local=0A= expect: set expect_out(buffer) "expect: set expect_out(buffer) "expect: = set expect_out(buffer) "expect: set expect_out(buffer) "expect: set = expect_out(buffer) "expect: set expect_out(buffer) "parent: waiting for = sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {7664} pid is 7664 -7664=0A= expect: does "" (spawn_id exp7) match regular expression ".+"? no Reading specs from = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /lib/gcc-lib/arm-elf/2.95.3/specs gcc version 2.95.3 20010315 (release) expect: does "Reading specs from = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /lib/gcc-lib/arm-elf/2.95.3/specs\r\ngcc version 2.95.3 20010315 = (release)\r\n" (spawn_id exp7) match regular expression ".+"? yes expect: set expect_out(0,string) "Reading specs from = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /lib/gcc-lib/arm-elf/2.95.3/specs\r\ngcc version 2.95.3 20010315 = (release)\r\n" expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "Reading specs from = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /lib/gcc-lib/arm-elf/2.95.3/specs\r\ngcc version 2.95.3 20010315 = (release)\r\n" expect: continuing expect expect: does "" (spawn_id exp7) match regular expression ".+"? no expect: read eof expect: set expect_out(spawn_id) "exp7" expect: set expect_out(buffer) "" waitres is 7664 exp7 0 0=0A= output is Reading specs from = /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /lib/gcc-lib/arm-elf/2.95.3/specs gcc version 2.95.3 20010315 (release) =0A= /home/deepakj/build_toolchain/toolchain/arm-elf/b2.11.2g-g2.95.3g-n1.9.0r= /bin/arm-elf-gcc version 2.95.3 20010315 (release)=0A= =0A= runtest completed at Thu Sep 1 17:19:59 2005=0A= board_info host exists name=0A= board_info host name =0A= getting ssl-linux name=0A= board_info ssl-linux exists name=0A= board_info ssl-linux exists protocol=0A= board_info ssl-linux generic_name =0A= getting ssl-linux generic_name=0A= call_remote close ssl-linux =0A= board_info ssl-linux connect =0A= getting ssl-linux connect=0A= call_remote calling standard_close=0A= board_info ssl-linux exists fileid=0A= board_info ssl-linux file_transfer =0A= getting ssl-linux file_transfer=0A= board_info host name =0A= getting ssl-linux name=0A= board_info target exists name=0A= board_info target exists protocol=0A= board_info target generic_name =0A= getting target generic_name=0A= call_remote close target =0A= board_info target connect =0A= getting target connect=0A= call_remote calling standard_close=0A= board_info target exists fileid=0A= board_info target file_transfer =0A= getting target file_transfer=0A= board_info target name =0A= getting target name=0A= write() failed to write anything - will sleep(1) and retry...=0A= write() failed to write anything - will sleep(1) and retry...=0A= ------=_NextPart_000_004D_01C5AF22.131B6B00--