This is the mail archive of the libffi-discuss@sourceware.org mailing list for the libffi project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

FreeBSD/GNU/SPARC64 failure with libffi 3.0.9rc1 (and previous ones)


make check fails on FreeBSD kernel with SPARC64 machine and GNU
userland, attaching logs and system information.

Thanks, Samuli
This file contains any messages produced by compilers while                                             
running configure, to aid debugging if configure makes a mistake.                                       

It was created by libffi configure 3.0.9rc1, which was
generated by GNU Autoconf 2.63.  Invocation command line was

  $ ./configure 

  ## --------- ##
  ## Platform. ##
  ## --------- ##

  hostname = sparcy
  uname -m = sparc64
  uname -r = 6.2-RELEASE
  uname -s = FreeBSD    
  uname -v = FreeBSD Gentoo 6.2-r4 #3: Sat Dec 13 15:24:59 Local time zone
  must be set--see zic manual page 2008
  root@sparcy:/usr/src/sys-6.2-r4/sparc64/compile/GENERIC                                                                                                                                                  

  /usr/bin/uname -p = sparc64
  /bin/uname -X     = unknown

  /bin/arch              = unknown
  /usr/bin/arch -k       = unknown
  /usr/convex/getsysinfo = unknown
  /usr/bin/hostinfo      = unknown
  /bin/machine           = unknown
  /usr/bin/oslevel       = unknown
  /bin/universe          = unknown

  PATH: /usr/local/sbin
  PATH: /usr/local/bin 
  PATH: /usr/sbin      
  PATH: /usr/bin       
  PATH: /sbin          
  PATH: /bin           
  PATH: /opt/bin       
  PATH: /usr/sparc64-gentoo-freebsd6.2/gcc-bin/4.2.4
  PATH: /usr/sparc64-gentoo-freebsd7.2/gcc-bin/4.2.4


  ## ----------- ##
  ## Core tests. ##
  ## ----------- ##

  configure:2156: checking build system type
  configure:2174: result: sparc64-unknown-freebsd6.2
  configure:2196: checking host system type         
  configure:2211: result: sparc64-unknown-freebsd6.2
  configure:2233: checking target system type       
  configure:2248: result: sparc64-unknown-freebsd6.2
  configure:2295: checking for a BSD-compatible install
  configure:2363: result: /usr/bin/install -c          
  configure:2374: checking whether build environment is sane
  configure:2417: result: yes                               
  configure:2479: checking for gawk                         
  configure:2495: found /usr/bin/gawk                       
  configure:2506: result: gawk                              
  configure:2517: checking whether make sets $(MAKE)        
  configure:2539: result: yes                               
  configure:2775: checking for gcc                          
  configure:2791: found /usr/bin/gcc                        
  configure:2802: result: gcc                               
  configure:3034: checking for C compiler version           
  configure:3042: gcc --version >&5                         
  gcc (GCC) 4.2.4 (Gentoo 4.2.4-r1 p1.0)                    
  Copyright (C) 2007 Free Software Foundation, Inc.         
  This is free software; see the source for copying conditions.  There is NO
  warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

  configure:3046: $? = 0
  configure:3053: gcc -v >&5
  Using built-in specs.     
  Target: sparc64-gentoo-freebsd7.2
  Configured with:
  /var/tmp/portage/sys-devel/gcc-4.2.4-r1/work/gcc-4.2.4/configure
  --prefix=/usr --bindir=/usr/sparc64-gentoo-freebsd7.2/gcc-bin/4.2.4
  --includedir=/usr/lib/gcc/sparc64-gentoo-freebsd7.2/4.2.4/include
  --datadir=/usr/share/gcc-data/sparc64-gentoo-freebsd7.2/4.2.4
  --mandir=/usr/share/gcc-data/sparc64-gentoo-freebsd7.2/4.2.4/man
  --infodir=/usr/share/gcc-data/sparc64-gentoo-freebsd7.2/4.2.4/info
  --with-gxx-include-dir=/usr/lib/gcc/sparc64-gentoo-freebsd7.2/4.2.4/include/g++-v4
  --host=sparc64-gentoo-freebsd7.2 --build=sparc64-gentoo-freebsd7.2
  --disable-altivec --enable-nls --without-included-gettext --with-system-zlib
  --disable-checking --disable-werror --enable-secureplt --disable-libmudflap
  --disable-libssp --disable-libgomp --disable-libgcj
  --enable-languages=c,c++,treelang --enable-shared --enable-threads=posix
  --enable-__cxa_atexit                                                                                         
  Thread model: posix                                                                                                                                           
  gcc version 4.2.4 (Gentoo 4.2.4-r1 p1.0)                                                                                                                      
  configure:3057: $? = 0                                                                                                                                        
  configure:3064: gcc -V >&5                                                                                                                                    
  gcc: '-V' option must have argument                                                                                                                           
  configure:3068: $? = 1                                                                                                                                        
  configure:3091: checking for C compiler default output file name                                                                                              
  configure:3113: gcc    conftest.c  >&5                                                                                                                        
  configure:3117: $? = 0                                                                                                                                        
  configure:3155: result: a.out                                                                                                                                 
  configure:3174: checking whether the C compiler works                                                                                                         
  configure:3184: ./a.out                                                                                                                                       
  configure:3188: $? = 0                                                                                                                                        
  configure:3207: result: yes                                                                                                                                   
  configure:3214: checking whether we are cross compiling                                                                                                       
  configure:3216: result: no                                                                                                                                    
  configure:3219: checking for suffix of executables                                                                                                            
  configure:3226: gcc -o conftest    conftest.c  >&5                                                                                                            
  configure:3230: $? = 0                                                                                                                                        
  configure:3256: result:                                                                                                                                       
  configure:3262: checking for suffix of object files                                                                                                           
  configure:3288: gcc -c   conftest.c >&5                                                                                                                       
  configure:3292: $? = 0                                                                                                                                        
  configure:3317: result: o                                                                                                                                     
  configure:3321: checking whether we are using the GNU C compiler                                                                                              
  configure:3350: gcc -c   conftest.c >&5                                                                                                                       
  configure:3357: $? = 0                                                                                                                                        
  configure:3374: result: yes                                                                                                                                   
  configure:3383: checking whether gcc accepts -g                                                                                                               
  configure:3413: gcc -c -g  conftest.c >&5                                                                                                                     
  configure:3420: $? = 0                                                                                                                                        
  configure:3521: result: yes                                                                                                                                   
  configure:3538: checking for gcc option to accept ISO C89                                                                                                     
  configure:3612: gcc  -c -g -O2  conftest.c >&5                                                                                                                
  configure:3619: $? = 0                                                                                                                                        
  configure:3642: result: none needed                                                                                                                           
  configure:3671: checking for style of include used by make                                                                                                    
  configure:3699: result: GNU                                                                                                                                   
  configure:3727: checking dependency style of gcc                                                                                                              
  configure:3817: result: gcc3                                                                                                                                  
  configure:3846: checking whether gcc and cc understand -c and -o together                                                                                     
  configure:3881: gcc -c conftest.c -o conftest2.o >&5                                                                                                          
  configure:3885: $? = 0                                                                                                                                        
  configure:3891: gcc -c conftest.c -o conftest2.o >&5                                                                                                          
  configure:3895: $? = 0                                                                                                                                        
  configure:3906: cc -c conftest.c >&5                                                                                                                          
  configure:3910: $? = 0                                                                                                                                        
  configure:3918: cc -c conftest.c -o conftest2.o >&5                                                                                                           
  configure:3922: $? = 0                                                                                                                                        
  configure:3928: cc -c conftest.c -o conftest2.o >&5                                                                                                           
  configure:3932: $? = 0                                                                                                                                        
  configure:3950: result: yes                                                                                                                                   
  configure:4047: checking for a sed that does not truncate output                                                                                              
  configure:4103: result: /usr/bin/gsed                                                                                                                         
  configure:4106: checking for grep that handles long lines and -e                                                                                              
  configure:4166: result: /bin/grep                                                                                                                             
  configure:4171: checking for egrep                                                                                                                            
  configure:4235: result: /bin/grep -E                                                                                                                          
  configure:4251: checking for ld used by gcc                                                                                                                   
  configure:4318: result: /usr/sparc64-gentoo-freebsd7.2/bin/ld                                                                                                 
  configure:4327: checking if the linker
  (/usr/sparc64-gentoo-freebsd7.2/bin/ld) is GNU ld                                                                      
  configure:4342: result: yes                                                                                                                                   
  configure:4347: checking for /usr/sparc64-gentoo-freebsd7.2/bin/ld option to
  reload object files                                                              
  configure:4354: result: -r                                                                                                                                    
  configure:4372: checking for BSD-compatible nm                                                                                                                
  configure:4421: result: /usr/bin/nm -B                                                                                                                        
  configure:4425: checking whether ln -s works                                                                                                                  
  configure:4429: result: yes                                                                                                                                   
  configure:4436: checking how to recognise dependent libraries                                                                                                 
  configure:4612: result: pass_all                                                                                                                              
  configure:4850: checking how to run the C preprocessor                                                                                                        
  configure:4890: gcc -E  conftest.c                                                                                                                            
  configure:4897: $? = 0                                                                                                                                        
  configure:4928: gcc -E  conftest.c                                                                                                                            
  conftest.c:10:28: error: ac_nonexistent.h: No such file or directory                                                                                          
  configure:4935: $? = 1                                                                                                                                        
  configure: failed program was:                                                                                                                                
  | /* confdefs.h.  */                                                                                                                                          
  | #define PACKAGE_NAME "libffi"                                                                                                                               
  | #define PACKAGE_TARNAME "libffi"                                                                                                                            
  | #define PACKAGE_VERSION "3.0.9rc1"                                                                                                                          
  | #define PACKAGE_STRING "libffi 3.0.9rc1"                                                                                                                    
  | #define PACKAGE_BUGREPORT "http://gcc.gnu.org/bugs.html";                                                                                                    
  | #define PACKAGE "libffi"                                                                                                                                    
  | #define VERSION "3.0.9rc1"                                                                                                                                  
  | /* end confdefs.h.  */                                                                                                                                      
  | #include <ac_nonexistent.h>                                                                                                                                 
  configure:4968: result: gcc -E                                                                                                                                
  configure:4997: gcc -E  conftest.c                                                                                                                            
  configure:5004: $? = 0                                                                                                                                        
  configure:5035: gcc -E  conftest.c                                                                                                                            
  conftest.c:10:28: error: ac_nonexistent.h: No such file or directory                                                                                          
  configure:5042: $? = 1                                                                                                                                        
  configure: failed program was:                                                                                                                                
  | /* confdefs.h.  */                                                                                                                                          
  | #define PACKAGE_NAME "libffi"                                                                                                                               
  | #define PACKAGE_TARNAME "libffi"                                                                                                                            
  | #define PACKAGE_VERSION "3.0.9rc1"                                                                                                                          
  | #define PACKAGE_STRING "libffi 3.0.9rc1"                                                                                                                    
  | #define PACKAGE_BUGREPORT "http://gcc.gnu.org/bugs.html";                                                                                                    
  | #define PACKAGE "libffi"                                                                                                                                    
  | #define VERSION "3.0.9rc1"                                                                                                                                  
  | /* end confdefs.h.  */                                                                                                                                      
  | #include <ac_nonexistent.h>                                                                                                                                 
  configure:5082: checking for ANSI C header files                                                                                                              
  configure:5112: gcc -c -g -O2  conftest.c >&5                                                                                                                 
  configure:5119: $? = 0                                                                                                                                        
  configure:5218: gcc -o conftest -g -O2   conftest.c  >&5                                                                                                      
  configure:5222: $? = 0                                                                                                                                        
  configure:5228: ./conftest                                                                                                                                    
  configure:5232: $? = 0                                                                                                                                        
  configure:5250: result: yes                                                                                                                                   
  configure:5274: checking for sys/types.h                                                                                                                      
  configure:5295: gcc -c -g -O2  conftest.c >&5                                                                                                                 
  configure:5302: $? = 0                                                                                                                                        
  configure:5319: result: yes                                                                                                                                   
  configure:5274: checking for sys/stat.h                                                                                                                       
  configure:5295: gcc -c -g -O2  conftest.c >&5                                                                                                                 
  configure:5302: $? = 0                                                                                                                                        
  configure:5319: result: yes                                                                                                                                   
  configure:5274: checking for stdlib.h                                                                                                                         
  configure:5295: gcc -c -g -O2  conftest.c >&5                                                                                                                 
  configure:5302: $? = 0                                                                                                                                        
  configure:5319: result: yes                                                                                                                                   
  configure:5274: checking for string.h                                                                                                                         
  configure:5295: gcc -c -g -O2  conftest.c >&5                                                                                                                 
  configure:5302: $? = 0                                                                                                                                        
  configure:5319: result: yes                                                                                                                                   
  configure:5274: checking for memory.h                                                                                                                         
  configure:5295: gcc -c -g -O2  conftest.c >&5                                                                                                                 
  configure:5302: $? = 0                                                                                                                                        
  configure:5319: result: yes                                                                                                                                   
  configure:5274: checking for strings.h                                                                                                                        
  configure:5295: gcc -c -g -O2  conftest.c >&5                                                                                                                 
  configure:5302: $? = 0                                                                                                                                        
  configure:5319: result: yes                                                                                                                                   
  configure:5274: checking for inttypes.h                                                                                                                       
  configure:5295: gcc -c -g -O2  conftest.c >&5                                                                                                                 
  configure:5302: $? = 0                                                                                                                                        
  configure:5319: result: yes                                                                                                                                   
  configure:5274: checking for stdint.h                                                                                                                         
  configure:5295: gcc -c -g -O2  conftest.c >&5                                                                                                                 
  configure:5302: $? = 0                                                                                                                                        
  configure:5319: result: yes                                                                                                                                   
  configure:5274: checking for unistd.h                                                                                                                         
  configure:5295: gcc -c -g -O2  conftest.c >&5                                                                                                                 
  configure:5302: $? = 0                                                                                                                                        
  configure:5319: result: yes                                                                                                                                   
  configure:5349: checking dlfcn.h usability                                                                                                                    
  configure:5366: gcc -c -g -O2  conftest.c >&5                                                                                                                 
  configure:5373: $? = 0                                                                                                                                        
  configure:5387: result: yes                                                                                                                                   
  configure:5391: checking dlfcn.h presence                                                                                                                     
  configure:5406: gcc -E  conftest.c                                                                                                                            
  configure:5413: $? = 0                                                                                                                                        
  configure:5427: result: yes                                                                                                                                   
  configure:5460: checking for dlfcn.h                                                                                                                          
  configure:5469: result: yes                                                                                                                                   
  configure:5542: checking for g++                                                                                                                              
  configure:5558: found /usr/bin/g++                                                                                                                            
  configure:5569: result: g++                                                                                                                                   
  configure:5596: checking for C++ compiler version                                                                                                             
  configure:5604: g++ --version >&5                                                                                                                             
  g++ (GCC) 4.2.4 (Gentoo 4.2.4-r1 p1.0)                                                                                                                        
  Copyright (C) 2007 Free Software Foundation, Inc.                                                                                                             
  This is free software; see the source for copying conditions.  There is NO                                                                                    
  warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.                                                                                   

  configure:5608: $? = 0
  configure:5615: g++ -v >&5
  Using built-in specs.     
  Target: sparc64-gentoo-freebsd7.2
  Configured with:
  /var/tmp/portage/sys-devel/gcc-4.2.4-r1/work/gcc-4.2.4/configure
  --prefix=/usr --bindir=/usr/sparc64-gentoo-freebsd7.2/gcc-bin/4.2.4
  --includedir=/usr/lib/gcc/sparc64-gentoo-freebsd7.2/4.2.4/include
  --datadir=/usr/share/gcc-data/sparc64-gentoo-freebsd7.2/4.2.4
  --mandir=/usr/share/gcc-data/sparc64-gentoo-freebsd7.2/4.2.4/man
  --infodir=/usr/share/gcc-data/sparc64-gentoo-freebsd7.2/4.2.4/info
  --with-gxx-include-dir=/usr/lib/gcc/sparc64-gentoo-freebsd7.2/4.2.4/include/g++-v4
  --host=sparc64-gentoo-freebsd7.2 --build=sparc64-gentoo-freebsd7.2
  --disable-altivec --enable-nls --without-included-gettext --with-system-zlib
  --disable-checking --disable-werror --enable-secureplt --disable-libmudflap
  --disable-libssp --disable-libgomp --disable-libgcj
  --enable-languages=c,c++,treelang --enable-shared --enable-threads=posix
  --enable-__cxa_atexit                                                                                         
  Thread model: posix                                                                                                                                           
  gcc version 4.2.4 (Gentoo 4.2.4-r1 p1.0)                                                                                                                      
  configure:5619: $? = 0                                                                                                                                        
  configure:5626: g++ -V >&5                                                                                                                                    
  g++: '-V' option must have argument                                                                                                                           
  configure:5630: $? = 1                                                                                                                                        
  configure:5633: checking whether we are using the GNU C++ compiler                                                                                            
  configure:5662: g++ -c   conftest.cpp >&5                                                                                                                     
  configure:5669: $? = 0                                                                                                                                        
  configure:5686: result: yes                                                                                                                                   
  configure:5695: checking whether g++ accepts -g                                                                                                               
  configure:5725: g++ -c -g  conftest.cpp >&5                                                                                                                   
  configure:5732: $? = 0                                                                                                                                        
  configure:5833: result: yes                                                                                                                                   
  configure:5858: checking dependency style of g++                                                                                                              
  configure:5948: result: gcc3                                                                                                                                  
  configure:5975: checking how to run the C++ preprocessor                                                                                                      
  configure:6011: g++ -E  conftest.cpp                                                                                                                          
  configure:6018: $? = 0                                                                                                                                        
  configure:6049: g++ -E  conftest.cpp                                                                                                                          
  conftest.cpp:21:28: error: ac_nonexistent.h: No such file or directory                                                                                        
  configure:6056: $? = 1                                                                                                                                        
  configure: failed program was:                                                                                                                                
  | /* confdefs.h.  */                                                                                                                                          
  | #define PACKAGE_NAME "libffi"                                                                                                                               
  | #define PACKAGE_TARNAME "libffi"                                                                                                                            
  | #define PACKAGE_VERSION "3.0.9rc1"                                                                                                                          
  | #define PACKAGE_STRING "libffi 3.0.9rc1"                                                                                                                    
  | #define PACKAGE_BUGREPORT "http://gcc.gnu.org/bugs.html";                                                                                                    
  | #define PACKAGE "libffi"                                                                                                                                    
  | #define VERSION "3.0.9rc1"                                                                                                                                  
  | #define STDC_HEADERS 1                                                                                                                                      
  | #define HAVE_SYS_TYPES_H 1                                                                                                                                  
  | #define HAVE_SYS_STAT_H 1                                                                                                                                   
  | #define HAVE_STDLIB_H 1                                                                                                                                     
  | #define HAVE_STRING_H 1                                                                                                                                     
  | #define HAVE_MEMORY_H 1                                                                                                                                     
  | #define HAVE_STRINGS_H 1                                                                                                                                    
  | #define HAVE_INTTYPES_H 1                                                                                                                                   
  | #define HAVE_STDINT_H 1                                                                                                                                     
  | #define HAVE_UNISTD_H 1                                                                                                                                     
  | #define HAVE_DLFCN_H 1                                                                                                                                      
  | /* end confdefs.h.  */                                                                                                                                      
  | #include <ac_nonexistent.h>                                                                                                                                 
  configure:6089: result: g++ -E                                                                                                                                
  configure:6118: g++ -E  conftest.cpp                                                                                                                          
  configure:6125: $? = 0                                                                                                                                        
  configure:6156: g++ -E  conftest.cpp                                                                                                                          
  conftest.cpp:21:28: error: ac_nonexistent.h: No such file or directory                                                                                        
  configure:6163: $? = 1                                                                                                                                        
  configure: failed program was:                                                                                                                                
  | /* confdefs.h.  */                                                                                                                                          
  | #define PACKAGE_NAME "libffi"                                                                                                                               
  | #define PACKAGE_TARNAME "libffi"                                                                                                                            
  | #define PACKAGE_VERSION "3.0.9rc1"                                                                                                                          
  | #define PACKAGE_STRING "libffi 3.0.9rc1"                                                                                                                    
  | #define PACKAGE_BUGREPORT "http://gcc.gnu.org/bugs.html";                                                                                                    
  | #define PACKAGE "libffi"                                                                                                                                    
  | #define VERSION "3.0.9rc1"                                                                                                                                  
  | #define STDC_HEADERS 1                                                                                                                                      
  | #define HAVE_SYS_TYPES_H 1                                                                                                                                  
  | #define HAVE_SYS_STAT_H 1                                                                                                                                   
  | #define HAVE_STDLIB_H 1                                                                                                                                     
  | #define HAVE_STRING_H 1                                                                                                                                     
  | #define HAVE_MEMORY_H 1                                                                                                                                     
  | #define HAVE_STRINGS_H 1                                                                                                                                    
  | #define HAVE_INTTYPES_H 1                                                                                                                                   
  | #define HAVE_STDINT_H 1                                                                                                                                     
  | #define HAVE_UNISTD_H 1                                                                                                                                     
  | #define HAVE_DLFCN_H 1                                                                                                                                      
  | /* end confdefs.h.  */                                                                                                                                      
  | #include <ac_nonexistent.h>                                                                                                                                 
  configure:6258: checking for g77                                                                                                                              
  configure:6288: result: no                                                                                                                                    
  configure:6258: checking for xlf                                                                                                                              
  configure:6288: result: no                                                                                                                                    
  configure:6258: checking for f77                                                                                                                              
  configure:6288: result: no                                                                                                                                    
  configure:6258: checking for frt                                                                                                                              
  configure:6288: result: no                                                                                                                                    
  configure:6258: checking for pgf77                                                                                                                            
  configure:6288: result: no                                                                                                                                    
  configure:6258: checking for cf77                                                                                                                             
  configure:6288: result: no                                                                                                                                    
  configure:6258: checking for fort77                                                                                                                           
  configure:6288: result: no                                                                                                                                    
  configure:6258: checking for fl32                                                                                                                             
  configure:6288: result: no                                                                                                                                    
  configure:6258: checking for af77                                                                                                                             
  configure:6288: result: no                                                                                                                                    
  configure:6258: checking for xlf90                                                                                                                            
  configure:6288: result: no                                                                                                                                    
  configure:6258: checking for f90                                                                                                                              
  configure:6288: result: no                                                                                                                                    
  configure:6258: checking for pgf90                                                                                                                            
  configure:6288: result: no                                                                                                                                    
  configure:6258: checking for pghpf                                                                                                                            
  configure:6288: result: no                                                                                                                                    
  configure:6258: checking for epcf90                                                                                                                           
  configure:6288: result: no                                                                                                                                    
  configure:6258: checking for gfortran                                                                                                                         
  configure:6288: result: no                                                                                                                                    
  configure:6258: checking for g95                                                                                                                              
  configure:6288: result: no                                                                                                                                    
  configure:6258: checking for xlf95                                                                                                                            
  configure:6288: result: no                                                                                                                                    
  configure:6258: checking for f95                                                                                                                              
  configure:6288: result: no                                                                                                                                    
  configure:6258: checking for fort                                                                                                                             
  configure:6288: result: no                                                                                                                                    
  configure:6258: checking for ifort                                                                                                                            
  configure:6288: result: no                                                                                                                                    
  configure:6258: checking for ifc                                                                                                                              
  configure:6288: result: no                                                                                                                                    
  configure:6258: checking for efc                                                                                                                              
  configure:6288: result: no                                                                                                                                    
  configure:6258: checking for pgf95                                                                                                                            
  configure:6288: result: no                                                                                                                                    
  configure:6258: checking for lf95                                                                                                                             
  configure:6288: result: no                                                                                                                                    
  configure:6258: checking for ftn                                                                                                                              
  configure:6288: result: no                                                                                                                                    
  configure:6311: checking for Fortran 77 compiler version                                                                                                      
  configure:6319:  --version >&5                                                                                                                                
  ./configure: line 6321: --version: command not found                                                                                                          
  configure:6323: $? = 127                                                                                                                                      
  configure:6330:  -v >&5                                                                                                                                       
  ./configure: line 6332: -v: command not found                                                                                                                 
  configure:6334: $? = 127                                                                                                                                      
  configure:6341:  -V >&5                                                                                                                                       
  ./configure: line 6343: -V: command not found                                                                                                                 
  configure:6345: $? = 127                                                                                                                                      
  configure:6353: checking whether we are using the GNU Fortran 77 compiler                                                                                     
  configure:6372:  -c  conftest.F >&5                                                                                                                           
  ./configure: line 6374: -c: command not found                                                                                                                 
  configure:6379: $? = 127                                                                                                                                      
  configure: failed program was:                                                                                                                                
  |       program main                                                                                                                                          
  | #ifndef __GNUC__                                                                                                                                            
  |        choke me                                                                                                                                             
  | #endif                                                                                                                                                      
  |                                                                                                                                                             
  |       end                                                                                                                                                   
  configure:6396: result: no                                                                                                                                    
  configure:6402: checking whether  accepts -g                                                                                                                  
  configure:6419:  -c -g conftest.f >&5                                                                                                                         
  ./configure: line 6421: -c: command not found                                                                                                                 
  configure:6426: $? = 127                                                                                                                                      
  configure: failed program was:                                                                                                                                
  |       program main                                                                                                                                          
  |                                                                                                                                                             
  |       end                                                                                                                                                   
  configure:6442: result: no                                                                                                                                    
  configure:6476: checking the maximum length of command line arguments                                                                                         
  configure:6585: result: 196608                                                                                                                                
  configure:6596: checking command to parse /usr/bin/nm -B output from gcc
  object                                                                               
  configure:6701: gcc -c -g -O2  conftest.c >&5                                                                                                                 
  configure:6704: $? = 0                                                                                                                                        
  configure:6708: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[
  ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[         ][
  ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm                                                                                                                                                    
  configure:6711: $? = 0                                                                                                                                        
  configure:6763: gcc -o conftest -g -O2   conftest.c conftstm.o >&5                                                                                            
  configure:6766: $? = 0                                                                                                                                        
  configure:6804: result: ok                                                                                                                                    
  configure:6808: checking for objdir                                                                                                                           
  configure:6823: result: .libs                                                                                                                                 
  configure:6915: checking for ar                                                                                                                               
  configure:6931: found /usr/bin/ar                                                                                                                             
  configure:6942: result: ar                                                                                                                                    
  configure:7007: checking for ranlib                                                                                                                           
  configure:7023: found /usr/bin/ranlib                                                                                                                         
  configure:7034: result: ranlib                                                                                                                                
  configure:7099: checking for strip                                                                                                                            
  configure:7115: found /usr/bin/strip                                                                                                                          
  configure:7126: result: strip                                                                                                                                 
  configure:7408: checking if gcc supports -fno-rtti -fno-exceptions                                                                                            
  configure:7426: gcc -c -g -O2  -fno-rtti -fno-exceptions conftest.c >&5                                                                                       
  cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but
  not for C                                                                           
  configure:7430: $? = 0                                                                                                                                        
  configure:7443: result: no                                                                                                                                    
  configure:7458: checking for gcc option to produce PIC                                                                                                        
  configure:7668: result: -fPIC                                                                                                                                 
  configure:7676: checking if gcc PIC flag -fPIC works                                                                                                          
  configure:7694: gcc -c -g -O2  -fPIC -DPIC conftest.c >&5                                                                                                     
  configure:7698: $? = 0                                                                                                                                        
  configure:7711: result: yes                                                                                                                                   
  configure:7739: checking if gcc static flag -static works                                                                                                     
  configure:7767: result: yes                                                                                                                                   
  configure:7777: checking if gcc supports -c -o file.o                                                                                                         
  configure:7798: gcc -c -g -O2  -o out/conftest2.o conftest.c >&5                                                                                              
  configure:7802: $? = 0                                                                                                                                        
  configure:7824: result: yes                                                                                                                                   
  configure:7850: checking whether the gcc linker
  (/usr/sparc64-gentoo-freebsd7.2/bin/ld) supports shared libraries                                             
  configure:8812: result: yes                                                                                                                                   
  configure:8833: checking whether -lc should be explicitly linked in                                                                                           
  configure:8838: gcc -c -g -O2  conftest.c >&5                                                                                                                 
  configure:8841: $? = 0                                                                                                                                        
  configure:8856: gcc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o
  conftest 2\>\&1 \| grep  -lc  \>/dev/null 2\>\&1                                       
  configure:8859: $? = 0                                                                                                                                        
  configure:8871: result: no                                                                                                                                    
  configure:8879: checking dynamic linker characteristics                                                                                                       
  configure:9488: result: freebsd6.2 ld.so                                                                                                                      
  configure:9497: checking how to hardcode library paths into programs                                                                                          
  configure:9522: result: immediate                                                                                                                             
  configure:9536: checking whether stripping libraries is possible                                                                                              
  configure:9541: result: yes                                                                                                                                   
  configure:10370: checking if libtool supports shared libraries                                                                                                
  configure:10372: result: yes                                                                                                                                  
  configure:10375: checking whether to build shared libraries                                                                                                   
  configure:10396: result: yes                                                                                                                                  
  configure:10399: checking whether to build static libraries                                                                                                   
  configure:10403: result: yes                                                                                                                                  
  configure:10495: creating libtool                                                                                                                             
  configure:11086: checking for ld used by g++                                                                                                                  
  configure:11153: result: /usr/sparc64-gentoo-freebsd7.2/bin/ld                                                                                                
  configure:11162: checking if the linker
  (/usr/sparc64-gentoo-freebsd7.2/bin/ld) is GNU ld                                                                     
  configure:11177: result: yes                                                                                                                                  
  configure:11228: checking whether the g++ linker
  (/usr/sparc64-gentoo-freebsd7.2/bin/ld) supports shared libraries                                            
  configure:12170: result: yes                                                                                                                                  
  configure:12188: g++ -c -g -O2  conftest.cpp >&5                                                                                                              
  configure:12191: $? = 0                                                                                                                                       
  configure:12310: checking for g++ option to produce PIC                                                                                                       
  configure:12584: result: -fPIC                                                                                                                                
  configure:12592: checking if g++ PIC flag -fPIC works                                                                                                         
  configure:12610: g++ -c -g -O2  -fPIC -DPIC conftest.cpp >&5                                                                                                  
  configure:12614: $? = 0                                                                                                                                       
  configure:12627: result: yes                                                                                                                                  
  configure:12655: checking if g++ static flag -static works                                                                                                    
  configure:12683: result: yes                                                                                                                                  
  configure:12693: checking if g++ supports -c -o file.o                                                                                                        
  configure:12714: g++ -c -g -O2  -o out/conftest2.o conftest.cpp >&5                                                                                           
  configure:12718: $? = 0                                                                                                                                       
  configure:12740: result: yes                                                                                                                                  
  configure:12766: checking whether the g++ linker
  (/usr/sparc64-gentoo-freebsd7.2/bin/ld) supports shared libraries                                            
  configure:12791: result: yes                                                                                                                                  
  configure:12858: checking dynamic linker characteristics                                                                                                      
  configure:13467: result: freebsd6.2 ld.so                                                                                                                     
  configure:13476: checking how to hardcode library paths into programs                                                                                         
  configure:13501: result: immediate                                                                                                                            
  configure:19712: checking whether to enable maintainer-specific portions of
  Makefiles                                                                         
  configure:19721: result: no                                                                                                                                   
  configure:19753: checking sys/mman.h usability                                                                                                                
  configure:19770: gcc -c -g -O2  conftest.c >&5                                                                                                                
  configure:19777: $? = 0                                                                                                                                       
  configure:19791: result: yes                                                                                                                                  
  configure:19795: checking sys/mman.h presence                                                                                                                 
  configure:19810: gcc -E  conftest.c                                                                                                                           
  configure:19817: $? = 0                                                                                                                                       
  configure:19831: result: yes                                                                                                                                  
  configure:19864: checking for sys/mman.h                                                                                                                      
  configure:19873: result: yes                                                                                                                                  
  configure:19892: checking for mmap                                                                                                                            
  configure:19948: gcc -o conftest -g -O2   conftest.c  >&5                                                                                                     
  configure:19955: $? = 0                                                                                                                                       
  configure:19977: result: yes                                                                                                                                  
  configure:19991: checking for sys/mman.h                                                                                                                      
  configure:19996: result: yes                                                                                                                                  
  configure:20129: checking for mmap                                                                                                                            
  configure:20212: result: yes                                                                                                                                  
  configure:20226: checking whether read-only mmap of a plain file works                                                                                        
  configure:20243: result: yes                                                                                                                                  
  configure:20245: checking whether mmap from /dev/zero works                                                                                                   
  configure:20267: result: yes                                                                                                                                  
  configure:20271: checking for MAP_ANON(YMOUS)                                                                                                                 
  configure:20304: gcc -c -g -O2  conftest.c >&5                                                                                                                
  configure:20311: $? = 0                                                                                                                                       
  configure:20326: result: yes                                                                                                                                  
  configure:20332: checking whether mmap with MAP_ANON(YMOUS) works                                                                                             
  configure:20349: result: yes                                                                                                                                  
  configure:20781: checking for ANSI C header files                                                                                                             
  configure:20949: result: yes                                                                                                                                  
  configure:20963: checking for memcpy                                                                                                                          
  configure:21019: gcc -o conftest -g -O2   conftest.c  >&5                                                                                                     
  conftest.c:50: warning: conflicting types for built-in function 'memcpy'                                                                                      
  configure:21026: $? = 0                                                                                                                                       
  configure:21048: result: yes                                                                                                                                  
  configure:21062: checking for working alloca.h                                                                                                                
  configure:21089: gcc -o conftest -g -O2   conftest.c  >&5                                                                                                     
  conftest.c:28:20: error: alloca.h: No such file or directory                                                                                                  
  conftest.c: In function 'main':                                                                                                                               
  conftest.c:32: warning: incompatible implicit declaration of built-in
  function 'alloca'                                                                       
  configure:21096: $? = 1                                                                                                                                       
  configure: failed program was:                                                                                                                                
  | /* confdefs.h.  */                                                                                                                                          
  | #define PACKAGE_NAME "libffi"                                                                                                                               
  | #define PACKAGE_TARNAME "libffi"                                                                                                                            
  | #define PACKAGE_VERSION "3.0.9rc1"                                                                                                                          
  | #define PACKAGE_STRING "libffi 3.0.9rc1"                                                                                                                    
  | #define PACKAGE_BUGREPORT "http://gcc.gnu.org/bugs.html";                                                                                                    
  | #define PACKAGE "libffi"                                                                                                                                    
  | #define VERSION "3.0.9rc1"                                                                                                                                  
  | #define STDC_HEADERS 1                                                                                                                                      
  | #define HAVE_SYS_TYPES_H 1                                                                                                                                  
  | #define HAVE_SYS_STAT_H 1                                                                                                                                   
  | #define HAVE_STDLIB_H 1                                                                                                                                     
  | #define HAVE_STRING_H 1                                                                                                                                     
  | #define HAVE_MEMORY_H 1                                                                                                                                     
  | #define HAVE_STRINGS_H 1                                                                                                                                    
  | #define HAVE_INTTYPES_H 1                                                                                                                                   
  | #define HAVE_STDINT_H 1                                                                                                                                     
  | #define HAVE_UNISTD_H 1                                                                                                                                     
  | #define HAVE_DLFCN_H 1                                                                                                                                      
  | #define HAVE_SYS_MMAN_H 1                                                                                                                                   
  | #define HAVE_MMAP 1                                                                                                                                         
  | #define HAVE_MMAP_FILE 1                                                                                                                                    
  | #define HAVE_MMAP_DEV_ZERO 1                                                                                                                                
  | #define HAVE_MMAP_ANON 1                                                                                                                                    
  | #define STDC_HEADERS 1                                                                                                                                      
  | #define HAVE_MEMCPY 1                                                                                                                                       
  | /* end confdefs.h.  */                                                                                                                                      
  | #include <alloca.h>                                                                                                                                         
  | int                                                                                                                                                         
  | main ()                                                                                                                                                     
  | {                                                                                                                                                           
  | char *p = (char *) alloca (2 * sizeof (int));                                                                                                               
  |                         if (p) return 0;                                                                                                                    
  |   ;                                                                                                                                                         
  |   return 0;                                                                                                                                                 
  | }                                                                                                                                                           
  configure:21116: result: no                                                                                                                                   
  configure:21126: checking for alloca                                                                                                                          
  configure:21173: gcc -o conftest -g -O2   conftest.c  >&5                                                                                                     
  configure:21180: $? = 0                                                                                                                                       
  configure:21200: result: yes                                                                                                                                  
  configure:21442: checking size of double                                                                                                                      
  configure:21747: gcc -o conftest -g -O2   conftest.c  >&5                                                                                                     
  configure:21751: $? = 0                                                                                                                                       
  configure:21757: ./conftest                                                                                                                                   
  configure:21761: $? = 0                                                                                                                                       
  configure:21787: result: 8                                                                                                                                    
  configure:21801: checking size of long double                                                                                                                 
  configure:22106: gcc -o conftest -g -O2   conftest.c  >&5                                                                                                     
  configure:22110: $? = 0                                                                                                                                       
  configure:22116: ./conftest                                                                                                                                   
  configure:22120: $? = 0                                                                                                                                       
  configure:22146: result: 16                                                                                                                                   
  configure:22174: checking whether byte ordering is bigendian                                                                                                  
  configure:22199: gcc -c -g -O2  conftest.c >&5                                                                                                                
  conftest.c:33: error: expected '=', ',', ';', 'asm' or '__attribute__'
  before 'a'                                                                             
  configure:22206: $? = 1                                                                                                                                       
  configure: failed program was:                                                                                                                                
  | /* confdefs.h.  */                                                                                                                                          
  | #define PACKAGE_NAME "libffi"                                                                                                                               
  | #define PACKAGE_TARNAME "libffi"                                                                                                                            
  | #define PACKAGE_VERSION "3.0.9rc1"                                                                                                                          
  | #define PACKAGE_STRING "libffi 3.0.9rc1"                                                                                                                    
  | #define PACKAGE_BUGREPORT "http://gcc.gnu.org/bugs.html";                                                                                                    
  | #define PACKAGE "libffi"                                                                                                                                    
  | #define VERSION "3.0.9rc1"                                                                                                                                  
  | #define STDC_HEADERS 1                                                                                                                                      
  | #define HAVE_SYS_TYPES_H 1                                                                                                                                  
  | #define HAVE_SYS_STAT_H 1                                                                                                                                   
  | #define HAVE_STDLIB_H 1                                                                                                                                     
  | #define HAVE_STRING_H 1                                                                                                                                     
  | #define HAVE_MEMORY_H 1                                                                                                                                     
  | #define HAVE_STRINGS_H 1                                                                                                                                    
  | #define HAVE_INTTYPES_H 1                                                                                                                                   
  | #define HAVE_STDINT_H 1                                                                                                                                     
  | #define HAVE_UNISTD_H 1                                                                                                                                     
  | #define HAVE_DLFCN_H 1                                                                                                                                      
  | #define HAVE_SYS_MMAN_H 1                                                                                                                                   
  | #define HAVE_MMAP 1                                                                                                                                         
  | #define HAVE_MMAP_FILE 1                                                                                                                                    
  | #define HAVE_MMAP_DEV_ZERO 1                                                                                                                                
  | #define HAVE_MMAP_ANON 1                                                                                                                                    
  | #define STDC_HEADERS 1                                                                                                                                      
  | #define HAVE_MEMCPY 1                                                                                                                                       
  | #define HAVE_ALLOCA 1                                                                                                                                       
  | #define SIZEOF_DOUBLE 8                                                                                                                                     
  | #define SIZEOF_LONG_DOUBLE 16                                                                                                                               
  | #define HAVE_LONG_DOUBLE 1                                                                                                                                  
  | /* end confdefs.h.  */                                                                                                                                      
  | #ifndef __APPLE_CC__                                                                                                                                        
  |              not a universal capable compiler                                                                                                               
  |            #endif                                                                                                                                           
  |            typedef int dummy;                                                                                                                               
  |                                                                                                                                                             
  configure:22256: gcc -c -g -O2  conftest.c >&5                                                                                                                
  configure:22263: $? = 0                                                                                                                                       
  configure:22295: gcc -c -g -O2  conftest.c >&5                                                                                                                
  configure:22302: $? = 0                                                                                                                                       
  configure:22554: result: yes                                                                                                                                  
  configure:22580: checking assembler .cfi pseudo-op support                                                                                                    
  configure:22608: gcc -c -g -O2  conftest.c >&5                                                                                                                
  configure:22615: $? = 0                                                                                                                                       
  configure:22631: result: yes                                                                                                                                  
  configure:22642: checking assembler and linker support unaligned pc related
  relocs                                                                            
  configure:22673: gcc -o conftest -g -O2 -fpic   -shared conftest.c  >&5                                                                                       
  configure:22680: $? = 0                                                                                                                                       
  configure:22702: result: yes                                                                                                                                  
  configure:22712: checking assembler .register pseudo-op support                                                                                               
  configure:22741: gcc -c -g -O2  conftest.c >&5                                                                                                                
  configure:22748: $? = 0                                                                                                                                       
  configure:22764: result: yes                                                                                                                                  
  configure:22810: checking whether .eh_frame section should be read-only                                                                                       
  configure:22829: result: no                                                                                                                                   
  configure:22850: checking for __attribute__((visibility("hidden")))                                                                                           
  configure:22859: gcc -Werror -S conftest.c -o conftest.s 1>&5                                                                                                 
  configure:22862: $? = 0                                                                                                                                       
  configure:22871: result: yes                                                                                                                                  
  configure:23290: creating ./config.status                                                                                                                     

  ## ---------------------- ##
  ## Running config.status. ##
  ## ---------------------- ##

  This file was extended by libffi config.status 3.0.9rc1, which was
  generated by GNU Autoconf 2.63.  Invocation command line was      

    CONFIG_FILES    = 
      CONFIG_HEADERS  = 
        CONFIG_LINKS    = 
	  CONFIG_COMMANDS = 
	    $ ./config.status 

	    on sparcy

	    config.status:892: creating include/Makefile
	    config.status:892: creating include/ffi.h   
	    config.status:892: creating Makefile        
	    config.status:892: creating testsuite/Makefile
	    config.status:892: creating man/Makefile      
	    config.status:892: creating libffi.pc         
	    config.status:892: creating fficonfig.h       
	    config.status:1171: linking src/sparc/ffitarget.h to
	    include/ffitarget.h
	    config.status:1194: executing depfiles commands                         
	    config.status:1194: executing include commands                          
	    config.status:1194: executing src commands                              

	    ## ---------------- ##
	    ## Cache variables. ##
	    ## ---------------- ##

	    ac_cv_build=sparc64-unknown-freebsd6.2
	    ac_cv_c_bigendian=yes                 
	    ac_cv_c_compiler_gnu=yes              
	    ac_cv_cxx_compiler_gnu=yes            
	    ac_cv_decl_map_anon=yes               
	    ac_cv_env_CCASFLAGS_set=              
	    ac_cv_env_CCASFLAGS_value=            
	    ac_cv_env_CCAS_set=                   
	    ac_cv_env_CCAS_value=                 
	    ac_cv_env_CCC_set=                    
	    ac_cv_env_CCC_value=                  
	    ac_cv_env_CPPFLAGS_set=               
	    ac_cv_env_CPPFLAGS_value=             
	    ac_cv_env_CPP_set=                    
	    ac_cv_env_CPP_value=                  
	    ac_cv_env_CXXCPP_set=                 
	    ac_cv_env_CXXCPP_value=               
	    ac_cv_env_CXXFLAGS_set=               
	    ac_cv_env_CXXFLAGS_value=             
	    ac_cv_env_CXX_set=                    
	    ac_cv_env_CXX_value=                  
	    ac_cv_env_F77_set=                    
	    ac_cv_env_F77_value=                  
	    ac_cv_env_FFLAGS_set=                 
	    ac_cv_env_FFLAGS_value=               
	    ac_cv_env_LDFLAGS_set=                
	    ac_cv_env_LDFLAGS_value=              
	    ac_cv_env_LIBS_set=                   
	    ac_cv_env_LIBS_value=                 
	    ac_cv_env_build_alias_set=            
	    ac_cv_env_build_alias_value=          
	    ac_cv_env_host_alias_set=             
	    ac_cv_env_host_alias_value=           
	    ac_cv_env_target_alias_set=           
	    ac_cv_env_target_alias_value=         
	    ac_cv_f77_compiler_gnu=no             
	    ac_cv_func_alloca_works=yes           
	    ac_cv_func_memcpy=yes                 
	    ac_cv_func_mmap=yes                   
	    ac_cv_func_mmap_anon=yes              
	    ac_cv_func_mmap_dev_zero=yes          
	    ac_cv_func_mmap_file=yes              
	    ac_cv_header_dlfcn_h=yes              
	    ac_cv_header_inttypes_h=yes           
	    ac_cv_header_memory_h=yes             
	    ac_cv_header_stdc=yes                 
	    ac_cv_header_stdint_h=yes             
	    ac_cv_header_stdlib_h=yes             
	    ac_cv_header_string_h=yes             
	    ac_cv_header_strings_h=yes            
	    ac_cv_header_sys_mman_h=yes           
	    ac_cv_header_sys_stat_h=yes           
	    ac_cv_header_sys_types_h=yes          
	    ac_cv_header_unistd_h=yes             
	    ac_cv_host=sparc64-unknown-freebsd6.2 
	    ac_cv_objext=o                        
	    ac_cv_path_EGREP='/bin/grep -E'       
	    ac_cv_path_GREP=/bin/grep             
	    ac_cv_path_install='/usr/bin/install -c'
	    ac_cv_prog_AWK=gawk                     
	    ac_cv_prog_CPP='gcc -E'                 
	    ac_cv_prog_CXXCPP='g++ -E'              
	    ac_cv_prog_ac_ct_AR=ar                  
	    ac_cv_prog_ac_ct_CC=gcc                 
	    ac_cv_prog_ac_ct_CXX=g++                
	    ac_cv_prog_ac_ct_RANLIB=ranlib          
	    ac_cv_prog_ac_ct_STRIP=strip            
	    ac_cv_prog_cc_c89=                      
	    ac_cv_prog_cc_g=yes                     
	    ac_cv_prog_cc_gcc_c_o=yes               
	    ac_cv_prog_cxx_g=yes                    
	    ac_cv_prog_f77_g=no                     
	    ac_cv_prog_make_make_set=yes            
	    ac_cv_sizeof_double=8                   
	    ac_cv_sizeof_long_double=16             
	    ac_cv_target=sparc64-unknown-freebsd6.2 
	    ac_cv_working_alloca_h=no               
	    am_cv_CC_dependencies_compiler_type=gcc3
	    am_cv_CXX_dependencies_compiler_type=gcc3
	    libffi_cv_as_cfi_pseudo_op=yes           
	    libffi_cv_as_register_pseudo_op=yes      
	    libffi_cv_as_sparc_ua_pcrel=yes          
	    libffi_cv_hidden_visibility_attribute=yes
	    libffi_cv_ro_eh_frame=no                 
	    lt_cv_deplibs_check_method=pass_all      
	    lt_cv_file_magic_cmd='$MAGIC_CMD'        
	    lt_cv_file_magic_test_file=              
	    lt_cv_ld_reload_flag=-r                  
	    lt_cv_objdir=.libs                       
	    lt_cv_path_LD=/usr/sparc64-gentoo-freebsd7.2/bin/ld
	    lt_cv_path_LDCXX=/usr/sparc64-gentoo-freebsd7.2/bin/ld
	    lt_cv_path_NM='/usr/bin/nm -B'                        
	    lt_cv_path_SED=/usr/bin/gsed                          
	    lt_cv_prog_compiler_c_o=yes                           
	    lt_cv_prog_compiler_c_o_CXX=yes                       
	    lt_cv_prog_compiler_rtti_exceptions=no                
	    lt_cv_prog_gnu_ld=yes                                 
	    lt_cv_prog_gnu_ldcxx=yes                              
	    lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[
	    ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[         ][
	    ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
	    lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^
	    ]*\) $/  {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^
	    ]*\) \([^ ]*\)$/  {"\2", (lt_ptr) \&\2},/p'\'''                                                                                                                                           
	    lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .*
	    \(.*\)$/extern int \1;/p'\'''                                                                         
	    lt_cv_sys_max_cmd_len=196608                                                                                                                                  
	    lt_lt_cv_prog_compiler_c_o='"yes"'                                                                                                                            
	    lt_lt_cv_prog_compiler_c_o_CXX='"yes"'                                                                                                                        
	    lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[
	    ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[       ][
	    ]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p'\''"'  
	    lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^:
	    \\([^ ]*\\) \$/  {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e
	    '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/  {\"\\2\", (lt_ptr)
	    \\&\\2},/p'\''"'                                                                                                                    
	    lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .*
	    \\(.*\\)\$/extern int \\1;/p'\''"'                                                                

	    ## ----------------- ##
	    ## Output variables. ##
	    ## ----------------- ##

	    ACLOCAL='${SHELL} /root/libffi-3.0.9rc1/missing --run aclocal-1.9'
	    ALLOCA=''                                                         
	    ALPHA_FALSE=''                                                    
	    ALPHA_TRUE='#'                                                    
	    AMDEPBACKSLASH='\'                                                
	    AMDEP_FALSE='#'                                                   
	    AMDEP_TRUE=''                                                     
	    AMTAR='${SHELL} /root/libffi-3.0.9rc1/missing --run tar'          
	    AM_RUNTESTFLAGS=''                                                
	    AR='ar'                                                           
	    ARM_FALSE=''                                                      
	    ARM_TRUE='#'                                                      
	    AUTOCONF='${SHELL} /root/libffi-3.0.9rc1/missing --run autoconf'  
	    AUTOHEADER='${SHELL} /root/libffi-3.0.9rc1/missing --run
	    autoheader'
	    AUTOMAKE='${SHELL} /root/libffi-3.0.9rc1/missing --run
	    automake-1.9'
	    AVR32_FALSE=''                                                      
	    AVR32_TRUE='#'                                                      
	    AWK='gawk'                                                          
	    CC='gcc'                                                            
	    CCAS='gcc'                                                          
	    CCASFLAGS='-g -O2'                                                  
	    CCDEPMODE='depmode=gcc3'                                            
	    CFLAGS='-g -O2'                                                     
	    CPP='gcc -E'                                                        
	    CPPFLAGS=''                                                         
	    CXX='g++'                                                           
	    CXXCPP='g++ -E'                                                     
	    CXXDEPMODE='depmode=gcc3'                                           
	    CXXFLAGS='-g -O2'                                                   
	    CYGPATH_W='echo'                                                    
	    DEFS='-DHAVE_CONFIG_H'                                              
	    DEPDIR='.deps'                                                      
	    ECHO='echo'                                                         
	    ECHO_C=''                                                           
	    ECHO_N='-n'                                                         
	    ECHO_T=''                                                           
	    EGREP='/bin/grep -E'                                                
	    EXEEXT=''                                                           
	    F77=''                                                              
	    FFLAGS=''                                                           
	    FRV_FALSE=''                                                        
	    FRV_TRUE='#'                                                        
	    GREP='/bin/grep'                                                    
	    HAVE_LONG_DOUBLE='1'                                                
	    IA64_FALSE=''                                                       
	    IA64_TRUE='#'                                                       
	    INSTALL_DATA='${INSTALL} -m 644'                                    
	    INSTALL_PROGRAM='${INSTALL}'                                        
	    INSTALL_SCRIPT='${INSTALL}'                                         
	    INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'                
	    LDFLAGS=''                                                          
	    LIBFFI_CRIS_FALSE=''                                                
	    LIBFFI_CRIS_TRUE='#'                                                
	    LIBOBJS=''                                                          
	    LIBS=''                                                             
	    LIBTOOL='$(SHELL) $(top_builddir)/libtool'                          
	    LN_S='ln -s'                                                        
	    LTLIBOBJS=''                                                        
	    M32R_FALSE=''                                                       
	    M32R_TRUE='#'                                                       
	    M68K_FALSE=''                                                       
	    M68K_TRUE='#'                                                       
	    MAINT='#'                                                           
	    MAINTAINER_MODE_FALSE=''                                            
	    MAINTAINER_MODE_TRUE='#'                                            
	    MAKEINFO='${SHELL} /root/libffi-3.0.9rc1/missing --run makeinfo'    
	    MIPS_FALSE=''                                                       
	    MIPS_TRUE='#'                                                       
	    OBJEXT='o'                                                          
	    PA64_HPUX_FALSE=''                                                  
	    PA64_HPUX_TRUE='#'                                                  
	    PACKAGE='libffi'                                                    
	    PACKAGE_BUGREPORT='http://gcc.gnu.org/bugs.html'                    
	    PACKAGE_NAME='libffi'                                               
	    PACKAGE_STRING='libffi 3.0.9rc1'                                    
	    PACKAGE_TARNAME='libffi'                                            
	    PACKAGE_VERSION='3.0.9rc1'                                          
	    PATH_SEPARATOR=':'                                                  
	    PA_HPUX_FALSE=''                                                    
	    PA_HPUX_TRUE='#'                                                    
	    PA_LINUX_FALSE=''                                                   
	    PA_LINUX_TRUE='#'                                                   
	    POWERPC_AIX_FALSE=''                                                
	    POWERPC_AIX_TRUE='#'                                                
	    POWERPC_DARWIN_FALSE=''                                             
	    POWERPC_DARWIN_TRUE='#'                                             
	    POWERPC_FALSE=''                                                    
	    POWERPC_FREEBSD_FALSE=''                                            
	    POWERPC_FREEBSD_TRUE='#'                                            
	    POWERPC_TRUE='#'                                                    
	    RANLIB='ranlib'                                                     
	    S390_FALSE=''                                                       
	    S390_TRUE='#'                                                       
	    SED='/usr/bin/gsed'                                                 
	    SET_MAKE=''                                                         
	    SH64_FALSE=''                                                       
	    SH64_TRUE='#'                                                       
	    SHELL='/bin/bash'                                                   
	    SH_FALSE=''                                                         
	    SH_TRUE='#'                                                         
	    SPARC_FALSE='#'                                                     
	    SPARC_TRUE=''                                                       
	    STRIP='strip'                                                       
	    TARGET='SPARC'                                                      
	    TARGETDIR='sparc'                                                   
	    TESTSUBDIR_FALSE='#'                                                
	    TESTSUBDIR_TRUE=''                                                  
	    VERSION='3.0.9rc1'                                                  
	    X86_64_FALSE=''                                                     
	    X86_64_TRUE='#'                                                     
	    X86_DARWIN_FALSE=''                                                 
	    X86_DARWIN_TRUE='#'                                                 
	    X86_FALSE=''                                                        
	    X86_FREEBSD_FALSE=''                                                
	    X86_FREEBSD_TRUE='#'                                                
	    X86_TRUE='#'                                                        
	    X86_WIN32_FALSE=''                                                  
	    X86_WIN32_TRUE='#'                                                  
	    X86_WIN64_FALSE=''                                                  
	    X86_WIN64_TRUE='#'                                                  
	    ac_ct_CC='gcc'                                                      
	    ac_ct_CXX='g++'                                                     
	    ac_ct_F77=''                                                        
	    am__fastdepCC_FALSE='#'                                             
	    am__fastdepCC_TRUE=''                                               
	    am__fastdepCXX_FALSE='#'                                            
	    am__fastdepCXX_TRUE=''                                              
	    am__include='include'                                               
	    am__leading_dot='.'                                                 
	    am__quote=''                                                        
	    am__tar='${AMTAR} chof - "$$tardir"'                                
	    am__untar='${AMTAR} xf -'                                           
	    bindir='${exec_prefix}/bin'                                         
	    build='sparc64-unknown-freebsd6.2'                                  
	    build_alias=''                                                      
	    build_cpu='sparc64'                                                 
	    build_os='freebsd6.2'                                               
	    build_vendor='unknown'                                              
	    datadir='${datarootdir}'                                            
	    datarootdir='${prefix}/share'                                       
	    docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'                      
	    dvidir='${docdir}'                                                  
	    exec_prefix='${prefix}'                                             
	    host='sparc64-unknown-freebsd6.2'                                   
	    host_alias=''                                                       
	    host_cpu='sparc64'                                                  
	    host_os='freebsd6.2'                                                
	    host_vendor='unknown'                                               
	    htmldir='${docdir}'                                                 
	    includedir='${prefix}/include'                                      
	    infodir='${datarootdir}/info'                                       
	    install_sh='/root/libffi-3.0.9rc1/install-sh'                       
	    libdir='${exec_prefix}/lib'                                         
	    libexecdir='${exec_prefix}/libexec'                                 
	    localedir='${datarootdir}/locale'                                   
	    localstatedir='${prefix}/var'                                       
	    mandir='${datarootdir}/man'                                         
	    mkdir_p='$(install_sh) -d'                                          
	    oldincludedir='/usr/include'                                        
	    pdfdir='${docdir}'                                                  
	    prefix='/usr/local'                                                 
	    program_transform_name='s,x,x,'                                     
	    psdir='${docdir}'                                                   
	    sbindir='${exec_prefix}/sbin'                                       
	    sharedstatedir='${prefix}/com'                                      
	    sysconfdir='${prefix}/etc'                                          
	    target='sparc64-unknown-freebsd6.2'                                 
	    target_alias=''                                                     
	    target_cpu='sparc64'                                                
	    target_os='freebsd6.2'                                              
	    target_vendor='unknown'                                             
	    toolexecdir='$(libdir)/gcc-lib/$(target_alias)'                     
	    toolexeclibdir='$(libdir)'                                          

	    ## ----------- ##
	    ## confdefs.h. ##
	    ## ----------- ##

	    #define PACKAGE_NAME "libffi"
	    #define PACKAGE_TARNAME "libffi"
	    #define PACKAGE_VERSION "3.0.9rc1"
	    #define PACKAGE_STRING "libffi 3.0.9rc1"
	    #define PACKAGE_BUGREPORT "http://gcc.gnu.org/bugs.html";
	    #define PACKAGE "libffi"
	    #define VERSION "3.0.9rc1"
	    #define STDC_HEADERS 1
	    #define HAVE_SYS_TYPES_H 1
	    #define HAVE_SYS_STAT_H 1
	    #define HAVE_STDLIB_H 1
	    #define HAVE_STRING_H 1
	    #define HAVE_MEMORY_H 1
	    #define HAVE_STRINGS_H 1
	    #define HAVE_INTTYPES_H 1
	    #define HAVE_STDINT_H 1
	    #define HAVE_UNISTD_H 1
	    #define HAVE_DLFCN_H 1
	    #define HAVE_SYS_MMAN_H 1
	    #define HAVE_MMAP 1
	    #define HAVE_MMAP_FILE 1
	    #define HAVE_MMAP_DEV_ZERO 1
	    #define HAVE_MMAP_ANON 1
	    #define STDC_HEADERS 1
	    #define HAVE_MEMCPY 1
	    #define HAVE_ALLOCA 1
	    #define SIZEOF_DOUBLE 8
	    #define SIZEOF_LONG_DOUBLE 16
	    #define HAVE_LONG_DOUBLE 1
	    #define WORDS_BIGENDIAN 1
	    #define HAVE_AS_CFI_PSEUDO_OP 1
	    #define HAVE_AS_SPARC_UA_PCREL 1
	    #define HAVE_AS_REGISTER_PSEUDO_OP 1
	    #define EH_FRAME_FLAGS "aw"
	    #define HAVE_HIDDEN_VISIBILITY_ATTRIBUTE 1

	    configure: exit 0

checking build system type... sparc64-unknown-freebsd6.2
checking host system type... sparc64-unknown-freebsd6.2 
checking target system type... sparc64-unknown-freebsd6.2
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes           
checking for gawk... gawk                                   
checking whether make sets $(MAKE)... yes                   
checking for gcc... gcc                                     
checking for C compiler default output file name... a.out   
checking whether the C compiler works... yes                
checking whether we are cross compiling... no               
checking for suffix of executables...                       
checking for suffix of object files... o                    
checking whether we are using the GNU C compiler... yes     
checking whether gcc accepts -g... yes                      
checking for gcc option to accept ISO C89... none needed    
checking for style of include used by make... GNU           
checking dependency style of gcc... gcc3                    
checking whether gcc and cc understand -c and -o together... yes
checking for a sed that does not truncate output... /usr/bin/gsed
checking for grep that handles long lines and -e... /bin/grep    
checking for egrep... /bin/grep -E                               
checking for ld used by gcc... /usr/sparc64-gentoo-freebsd7.2/bin/ld
checking if the linker (/usr/sparc64-gentoo-freebsd7.2/bin/ld) is GNU ld...
yes
checking for /usr/sparc64-gentoo-freebsd7.2/bin/ld option to reload object
files... -r
checking for BSD-compatible nm... /usr/bin/nm -B                                      
checking whether ln -s works... yes                                                   
checking how to recognise dependent libraries... pass_all                             
checking how to run the C preprocessor... gcc -E                                      
checking for ANSI C header files... yes                                               
checking for sys/types.h... yes                                                       
checking for sys/stat.h... yes                                                        
checking for stdlib.h... yes                                                          
checking for string.h... yes                                                          
checking for memory.h... yes                                                          
checking for strings.h... yes                                                         
checking for inttypes.h... yes                                                        
checking for stdint.h... yes                                                          
checking for unistd.h... yes                                                          
checking dlfcn.h usability... yes                                                     
checking dlfcn.h presence... yes                                                      
checking for dlfcn.h... yes                                                           
checking for g++... g++                                                               
checking whether we are using the GNU C++ compiler... yes                             
checking whether g++ accepts -g... yes                                                
checking dependency style of g++... gcc3                                              
checking how to run the C++ preprocessor... g++ -E                                    
checking for g77... no                                                                
checking for xlf... no                                                                
checking for f77... no                                                                
checking for frt... no                                                                
checking for pgf77... no                                                              
checking for cf77... no                                                               
checking for fort77... no                                                             
checking for fl32... no                                                               
checking for af77... no                                                               
checking for xlf90... no                                                              
checking for f90... no                                                                
checking for pgf90... no                                                              
checking for pghpf... no                                                              
checking for epcf90... no                                                             
checking for gfortran... no                                                           
checking for g95... no                                                                
checking for xlf95... no                                                              
checking for f95... no                                                                
checking for fort... no                                                               
checking for ifort... no                                                              
checking for ifc... no                                                                
checking for efc... no                                                                
checking for pgf95... no                                                              
checking for lf95... no                                                               
checking for ftn... no                                                                
checking whether we are using the GNU Fortran 77 compiler... no                       
checking whether  accepts -g... no                                                    
checking the maximum length of command line arguments... 196608                       
checking command to parse /usr/bin/nm -B output from gcc object... ok                 
checking for objdir... .libs                                                          
checking for ar... ar                                                                 
checking for ranlib... ranlib                                                         
checking for strip... strip                                                           
checking if gcc supports -fno-rtti -fno-exceptions... no                              
checking for gcc option to produce PIC... -fPIC                                       
checking if gcc PIC flag -fPIC works... yes                                           
checking if gcc static flag -static works... yes                                      
checking if gcc supports -c -o file.o... yes                                          
checking whether the gcc linker (/usr/sparc64-gentoo-freebsd7.2/bin/ld)
supports shared libraries... yes
checking whether -lc should be explicitly linked in... no                                               
checking dynamic linker characteristics... freebsd6.2 ld.so                                             
checking how to hardcode library paths into programs... immediate                                       
checking whether stripping libraries is possible... yes                                                 
checking if libtool supports shared libraries... yes                                                    
checking whether to build shared libraries... yes                                                       
checking whether to build static libraries... yes                                                       
configure: creating libtool                                                                             
appending configuration tag "CXX" to libtool                                                            
checking for ld used by g++... /usr/sparc64-gentoo-freebsd7.2/bin/ld                                    
checking if the linker (/usr/sparc64-gentoo-freebsd7.2/bin/ld) is GNU ld...
yes                         
checking whether the g++ linker (/usr/sparc64-gentoo-freebsd7.2/bin/ld)
supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC                                                         
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/sparc64-gentoo-freebsd7.2/bin/ld)
supports shared libraries... yes
checking dynamic linker characteristics... freebsd6.2 ld.so
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking whether to enable maintainer-specific portions of Makefiles... no
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking for mmap... yes
checking for sys/mman.h... (cached) yes
checking for mmap... (cached) yes
checking whether read-only mmap of a plain file works... yes
checking whether mmap from /dev/zero works... yes
checking for MAP_ANON(YMOUS)... yes
checking whether mmap with MAP_ANON(YMOUS) works... yes
checking for ANSI C header files... (cached) yes
checking for memcpy... yes
checking for working alloca.h... no
checking for alloca... yes
checking size of double... 8
checking size of long double... 16
checking whether byte ordering is bigendian... yes
checking assembler .cfi pseudo-op support... yes
checking assembler and linker support unaligned pc related relocs... yes
checking assembler .register pseudo-op support... yes
checking whether .eh_frame section should be read-only... no
checking for __attribute__((visibility("hidden")))... yes
configure: creating ./config.status
config.status: creating include/Makefile
config.status: creating include/ffi.h
config.status: creating Makefile
config.status: creating testsuite/Makefile
config.status: creating man/Makefile
config.status: creating libffi.pc
config.status: creating fficonfig.h
config.status: linking src/sparc/ffitarget.h to include/ffitarget.h
config.status: executing depfiles commands
config.status: executing include commands
config.status: executing src commands

Test Run By root on Mon Oct  5 18:00:01 2009                                                                                                         
Native configuration is sparc64-unknown-freebsd6.2                                                                                                   

                === libffi tests ===

Schedule of variations:
    unix               

Running target unix
Using /usr/share/dejagnu/baseboards/unix.exp as board description file for target.
Using /usr/share/dejagnu/config/unix.exp as generic interface file for target.    
Using /root/libffi-3.0.9rc1/testsuite/config/default.exp as tool-and-target-specific interface file.
Running /root/libffi-3.0.9rc1/testsuite/libffi.call/call.exp ...                                    
set_ld_library_path_env_vars: ld_library_path=.::/root/libffi-3.0.9rc1/testsuite/../.libs           
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/closure_fn0.c  -O0 -W -Wall  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./closure_fn0.exe    (timeout = 300)                                                                                                                                                
PASS: libffi.call/closure_fn0.c -O0 -W -Wall (test for excess errors)                                                                                         
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/closure_fn0.c -O0 -W -Wall execution test                                                                                                   
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/closure_fn1.c  -O0 -W -Wall  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./closure_fn1.exe    (timeout = 300)                                                                                                                                                
PASS: libffi.call/closure_fn1.c -O0 -W -Wall (test for excess errors)                                                                                         
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/closure_fn1.c -O0 -W -Wall execution test                                                                                                   
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/closure_fn2.c  -O0 -W -Wall  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./closure_fn2.exe    (timeout = 300)                                                                                                                                                
PASS: libffi.call/closure_fn2.c -O0 -W -Wall (test for excess errors)                                                                                         
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/closure_fn2.c -O0 -W -Wall execution test                                                                                                   
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/closure_fn3.c  -O0 -W -Wall  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./closure_fn3.exe    (timeout = 300)                                                                                                                                                
PASS: libffi.call/closure_fn3.c -O0 -W -Wall (test for excess errors)                                                                                         
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/closure_fn3.c -O0 -W -Wall execution test                                                                                                   
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/closure_fn4.c  -O0 -W -Wall  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./closure_fn4.exe    (timeout = 300)                                                                                                                                                
PASS: libffi.call/closure_fn4.c -O0 -W -Wall (test for excess errors)                                                                                         
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/closure_fn4.c -O0 -W -Wall execution test                                                                                                   
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/closure_fn5.c  -O0 -W -Wall  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./closure_fn5.exe    (timeout = 300)                                                                                                                                                
PASS: libffi.call/closure_fn5.c -O0 -W -Wall (test for excess errors)                                                                                         
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/closure_fn5.c -O0 -W -Wall execution test                                                                                                   
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/closure_fn6.c  -O0 -W -Wall  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./closure_fn6.exe    (timeout = 300)                                                                                                                                                
PASS: libffi.call/closure_fn6.c -O0 -W -Wall (test for excess errors)                                                                                         
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/closure_fn6.c -O0 -W -Wall execution test                                                                                                   
UNSUPPORTED: libffi.call/closure_stdcall.c -O0 -W -Wall                                                                                                       
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_12byte.c  -O0 -W -Wall  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_12byte.exe    (timeout = 300)                                                                                                                                                  
PASS: libffi.call/cls_12byte.c -O0 -W -Wall (test for excess errors)                                                                                          
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_12byte.c -O0 -W -Wall execution test                                                                                                    
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_16byte.c  -O0 -W -Wall  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_16byte.exe    (timeout = 300)                                                                                                                                                  
PASS: libffi.call/cls_16byte.c -O0 -W -Wall (test for excess errors)                                                                                          
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_16byte.c -O0 -W -Wall execution test                                                                                                    
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_18byte.c  -O0 -W -Wall  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_18byte.exe    (timeout = 300)                                                                                                                                                  
PASS: libffi.call/cls_18byte.c -O0 -W -Wall (test for excess errors)                                                                                          
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_18byte.c -O0 -W -Wall execution test                                                                                                    
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_19byte.c  -O0 -W -Wall  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_19byte.exe    (timeout = 300)                                                                                                                                                  
PASS: libffi.call/cls_19byte.c -O0 -W -Wall (test for excess errors)                                                                                          
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_19byte.c -O0 -W -Wall execution test                                                                                                    
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_1_1byte.c  -O0 -W -Wall  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_1_1byte.exe    (timeout = 300)                                                                                                                                                
PASS: libffi.call/cls_1_1byte.c -O0 -W -Wall (test for excess errors)                                                                                         
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_1_1byte.c -O0 -W -Wall execution test                                                                                                   
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_20byte.c  -O0 -W -Wall  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_20byte.exe    (timeout = 300)                                                                                                                                                  
PASS: libffi.call/cls_20byte.c -O0 -W -Wall (test for excess errors)                                                                                          
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_20byte.c -O0 -W -Wall execution test                                                                                                    
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_20byte1.c  -O0 -W -Wall  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_20byte1.exe    (timeout = 300)                                                                                                                                                
PASS: libffi.call/cls_20byte1.c -O0 -W -Wall (test for excess errors)                                                                                         
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_20byte1.c -O0 -W -Wall execution test                                                                                                   
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_24byte.c  -O0 -W -Wall  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_24byte.exe    (timeout = 300)                                                                                                                                                  
PASS: libffi.call/cls_24byte.c -O0 -W -Wall (test for excess errors)                                                                                          
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_24byte.c -O0 -W -Wall execution test                                                                                                    
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_2byte.c  -O0 -W -Wall  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_2byte.exe    (timeout = 300)                                                                                                                                                    
PASS: libffi.call/cls_2byte.c -O0 -W -Wall (test for excess errors)                                                                                           
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_2byte.c -O0 -W -Wall execution test                                                                                                     
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_3_1byte.c  -O0 -W -Wall  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_3_1byte.exe    (timeout = 300)                                                                                                                                                
PASS: libffi.call/cls_3_1byte.c -O0 -W -Wall (test for excess errors)                                                                                         
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_3_1byte.c -O0 -W -Wall execution test                                                                                                   
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_3byte1.c  -O0 -W -Wall  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_3byte1.exe    (timeout = 300)                                                                                                                                                  
PASS: libffi.call/cls_3byte1.c -O0 -W -Wall (test for excess errors)                                                                                          
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_3byte1.c -O0 -W -Wall execution test                                                                                                    
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_3byte2.c  -O0 -W -Wall  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_3byte2.exe    (timeout = 300)                                                                                                                                                  
PASS: libffi.call/cls_3byte2.c -O0 -W -Wall (test for excess errors)                                                                                          
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_3byte2.c -O0 -W -Wall execution test                                                                                                    
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_4_1byte.c  -O0 -W -Wall  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_4_1byte.exe    (timeout = 300)                                                                                                                                                
PASS: libffi.call/cls_4_1byte.c -O0 -W -Wall (test for excess errors)                                                                                         
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_4_1byte.c -O0 -W -Wall execution test                                                                                                   
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_4byte.c  -O0 -W -Wall  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_4byte.exe    (timeout = 300)                                                                                                                                                    
PASS: libffi.call/cls_4byte.c -O0 -W -Wall (test for excess errors)                                                                                           
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_4byte.c -O0 -W -Wall execution test                                                                                                     
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_5_1_byte.c  -O0 -W -Wall  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_5_1_byte.exe    (timeout = 300)                                                                                                                                              
PASS: libffi.call/cls_5_1_byte.c -O0 -W -Wall (test for excess errors)                                                                                        
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_5_1_byte.c -O0 -W -Wall execution test                                                                                                  
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_5byte.c  -O0 -W -Wall  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_5byte.exe    (timeout = 300)                                                                                                                                                    
PASS: libffi.call/cls_5byte.c -O0 -W -Wall (test for excess errors)                                                                                           
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_5byte.c -O0 -W -Wall execution test                                                                                                     
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_64byte.c  -O0 -W -Wall  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_64byte.exe    (timeout = 300)                                                                                                                                                  
PASS: libffi.call/cls_64byte.c -O0 -W -Wall (test for excess errors)                                                                                          
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_64byte.c -O0 -W -Wall execution test                                                                                                    
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_6_1_byte.c  -O0 -W -Wall  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_6_1_byte.exe    (timeout = 300)                                                                                                                                              
PASS: libffi.call/cls_6_1_byte.c -O0 -W -Wall (test for excess errors)                                                                                        
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_6_1_byte.c -O0 -W -Wall execution test                                                                                                  
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_6byte.c  -O0 -W -Wall  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_6byte.exe    (timeout = 300)                                                                                                                                                    
PASS: libffi.call/cls_6byte.c -O0 -W -Wall (test for excess errors)                                                                                           
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_6byte.c -O0 -W -Wall execution test                                                                                                     
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_7_1_byte.c  -O0 -W -Wall  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_7_1_byte.exe    (timeout = 300)                                                                                                                                              
PASS: libffi.call/cls_7_1_byte.c -O0 -W -Wall (test for excess errors)                                                                                        
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_7_1_byte.c -O0 -W -Wall execution test                                                                                                  
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_7byte.c  -O0 -W -Wall  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_7byte.exe    (timeout = 300)                                                                                                                                                    
PASS: libffi.call/cls_7byte.c -O0 -W -Wall (test for excess errors)                                                                                           
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_7byte.c -O0 -W -Wall execution test                                                                                                     
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_8byte.c  -O0 -W -Wall  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_8byte.exe    (timeout = 300)                                                                                                                                                    
PASS: libffi.call/cls_8byte.c -O0 -W -Wall (test for excess errors)                                                                                           
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_8byte.c -O0 -W -Wall execution test                                                                                                     
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_9byte1.c  -O0 -W -Wall  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_9byte1.exe    (timeout = 300)                                                                                                                                                  
PASS: libffi.call/cls_9byte1.c -O0 -W -Wall (test for excess errors)                                                                                          
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_9byte1.c -O0 -W -Wall execution test                                                                                                    
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_9byte2.c  -O0 -W -Wall  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_9byte2.exe    (timeout = 300)                                                                                                                                                  
PASS: libffi.call/cls_9byte2.c -O0 -W -Wall (test for excess errors)                                                                                          
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_9byte2.c -O0 -W -Wall execution test                                                                                                    
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_align_double.c  -O0 -W -Wall  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_align_double.exe    (timeout = 300)                                                                                                                                      
PASS: libffi.call/cls_align_double.c -O0 -W -Wall (test for excess errors)                                                                                    
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_align_double.c -O0 -W -Wall execution test                                                                                              
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_align_float.c  -O0 -W -Wall  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_align_float.exe    (timeout = 300)                                                                                                                                        
PASS: libffi.call/cls_align_float.c -O0 -W -Wall (test for excess errors)                                                                                     
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_align_float.c -O0 -W -Wall execution test                                                                                               
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_align_longdouble.c  -O0 -W -Wall  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_align_longdouble.exe    (timeout = 300)                                                                                                                              
PASS: libffi.call/cls_align_longdouble.c -O0 -W -Wall (test for excess errors)                                                                                
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_align_longdouble.c -O0 -W -Wall execution test                                                                                          
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_align_pointer.c  -O0 -W -Wall  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_align_pointer.exe    (timeout = 300)                                                                                                                                    
PASS: libffi.call/cls_align_pointer.c -O0 -W -Wall (test for excess errors)                                                                                   
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_align_pointer.c -O0 -W -Wall execution test                                                                                             
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_align_sint16.c  -O0 -W -Wall  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_align_sint16.exe    (timeout = 300)                                                                                                                                      
PASS: libffi.call/cls_align_sint16.c -O0 -W -Wall (test for excess errors)                                                                                    
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_align_sint16.c -O0 -W -Wall execution test                                                                                              
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_align_sint32.c  -O0 -W -Wall  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_align_sint32.exe    (timeout = 300)                                                                                                                                      
PASS: libffi.call/cls_align_sint32.c -O0 -W -Wall (test for excess errors)                                                                                    
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_align_sint32.c -O0 -W -Wall execution test                                                                                              
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_align_sint64.c  -O0 -W -Wall  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_align_sint64.exe    (timeout = 300)                                                                                                                                      
PASS: libffi.call/cls_align_sint64.c -O0 -W -Wall (test for excess errors)                                                                                    
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_align_sint64.c -O0 -W -Wall execution test                                                                                              
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_align_uint16.c  -O0 -W -Wall  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_align_uint16.exe    (timeout = 300)                                                                                                                                      
PASS: libffi.call/cls_align_uint16.c -O0 -W -Wall (test for excess errors)                                                                                    
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_align_uint16.c -O0 -W -Wall execution test                                                                                              
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_align_uint32.c  -O0 -W -Wall  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_align_uint32.exe    (timeout = 300)                                                                                                                                      
PASS: libffi.call/cls_align_uint32.c -O0 -W -Wall (test for excess errors)                                                                                    
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_align_uint32.c -O0 -W -Wall execution test                                                                                              
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_align_uint64.c  -O0 -W -Wall  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_align_uint64.exe    (timeout = 300)                                                                                                                                      
PASS: libffi.call/cls_align_uint64.c -O0 -W -Wall (test for excess errors)                                                                                    
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_align_uint64.c -O0 -W -Wall execution test                                                                                              
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_double.c  -O0 -W -Wall  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_double.exe    (timeout = 300)                                                                                                                                                  
PASS: libffi.call/cls_double.c -O0 -W -Wall (test for excess errors)                                                                                          
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_double.c -O0 -W -Wall execution test                                                                                                    
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_float.c  -O0 -W -Wall  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_float.exe    (timeout = 300)                                                                                                                                                    
PASS: libffi.call/cls_float.c -O0 -W -Wall (test for excess errors)                                                                                           
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_float.c -O0 -W -Wall execution test                                                                                                     
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_multi_schar.c  -O0 -W -Wall  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_multi_schar.exe    (timeout = 300)                                                                                                                                        
PASS: libffi.call/cls_multi_schar.c -O0 -W -Wall (test for excess errors)                                                                                     
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_multi_schar.c -O0 -W -Wall execution test                                                                                               
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_multi_sshort.c  -O0 -W -Wall  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_multi_sshort.exe    (timeout = 300)                                                                                                                                      
PASS: libffi.call/cls_multi_sshort.c -O0 -W -Wall (test for excess errors)                                                                                    
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_multi_sshort.c -O0 -W -Wall execution test                                                                                              
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_multi_sshortchar.c  -O0 -W -Wall  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_multi_sshortchar.exe    (timeout = 300)                                                                                                                              
PASS: libffi.call/cls_multi_sshortchar.c -O0 -W -Wall (test for excess errors)                                                                                
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_multi_sshortchar.c -O0 -W -Wall execution test                                                                                          
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_multi_uchar.c  -O0 -W -Wall  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_multi_uchar.exe    (timeout = 300)                                                                                                                                        
PASS: libffi.call/cls_multi_uchar.c -O0 -W -Wall (test for excess errors)                                                                                     
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_multi_uchar.c -O0 -W -Wall execution test                                                                                               
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_multi_ushort.c  -O0 -W -Wall  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_multi_ushort.exe    (timeout = 300)                                                                                                                                      
PASS: libffi.call/cls_multi_ushort.c -O0 -W -Wall (test for excess errors)                                                                                    
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_multi_ushort.c -O0 -W -Wall execution test                                                                                              
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_multi_ushortchar.c  -O0 -W -Wall  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_multi_ushortchar.exe    (timeout = 300)                                                                                                                              
PASS: libffi.call/cls_multi_ushortchar.c -O0 -W -Wall (test for excess errors)                                                                                
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_multi_ushortchar.c -O0 -W -Wall execution test                                                                                          
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_schar.c  -O0 -W -Wall  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_schar.exe    (timeout = 300)                                                                                                                                                    
PASS: libffi.call/cls_schar.c -O0 -W -Wall (test for excess errors)                                                                                           
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_schar.c -O0 -W -Wall execution test                                                                                                     
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_sint.c  -O0 -W -Wall  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_sint.exe    (timeout = 300)                                                                                                                                                      
PASS: libffi.call/cls_sint.c -O0 -W -Wall (test for excess errors)                                                                                            
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_sint.c -O0 -W -Wall execution test                                                                                                      
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_sshort.c  -O0 -W -Wall  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_sshort.exe    (timeout = 300)                                                                                                                                                  
PASS: libffi.call/cls_sshort.c -O0 -W -Wall (test for excess errors)                                                                                          
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_sshort.c -O0 -W -Wall execution test                                                                                                    
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_uchar.c  -O0 -W -Wall  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_uchar.exe    (timeout = 300)                                                                                                                                                    
PASS: libffi.call/cls_uchar.c -O0 -W -Wall (test for excess errors)                                                                                           
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_uchar.c -O0 -W -Wall execution test                                                                                                     
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_uint.c  -O0 -W -Wall  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_uint.exe    (timeout = 300)                                                                                                                                                      
PASS: libffi.call/cls_uint.c -O0 -W -Wall (test for excess errors)                                                                                            
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_uint.c -O0 -W -Wall execution test                                                                                                      
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_ulonglong.c  -O0 -W -Wall  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_ulonglong.exe    (timeout = 300)                                                                                                                                            
PASS: libffi.call/cls_ulonglong.c -O0 -W -Wall (test for excess errors)                                                                                       
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_ulonglong.c -O0 -W -Wall execution test                                                                                                 
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_ushort.c  -O0 -W -Wall  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_ushort.exe    (timeout = 300)                                                                                                                                                  
PASS: libffi.call/cls_ushort.c -O0 -W -Wall (test for excess errors)                                                                                          
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_ushort.c -O0 -W -Wall execution test                                                                                                    
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/float.c  -O0 -W -Wall  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./float.exe    (timeout = 300)                                                                                                                                                            
PASS: libffi.call/float.c -O0 -W -Wall (test for excess errors)                                                                                               
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
2 vs 2                                                                                                                                                        
PASS: libffi.call/float.c -O0 -W -Wall execution test                                                                                                         
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/float1.c  -O0 -W -Wall  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./float1.exe    (timeout = 300)                                                                                                                                                          
PASS: libffi.call/float1.c -O0 -W -Wall (test for excess errors)                                                                                              
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
PASS: libffi.call/float1.c -O0 -W -Wall execution test                                                                                                        
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/float2.c  -O0 -W -Wall  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./float2.exe    (timeout = 300)                                                                                                                                                          
PASS: libffi.call/float2.c -O0 -W -Wall (test for excess errors)                                                                                              
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
1.047197                                                                                                                                                      
1.047197, 1.047197, 0.000000, 0.000000                                                                                                                        
long double return value tests ok!                                                                                                                            
PASS: libffi.call/float2.c -O0 -W -Wall execution test                                                                                                        
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/float3.c  -O0 -W -Wall  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./float3.exe    (timeout = 300)                                                                                                                                                          
PASS: libffi.call/float3.c -O0 -W -Wall (test for excess errors)                                                                                              
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
PASS: libffi.call/float3.c -O0 -W -Wall execution test                                                                                                        
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/float4.c  -O0 -W -Wall  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./float4.exe    (timeout = 300)                                                                                                                                                          
PASS: libffi.call/float4.c -O0 -W -Wall (test for excess errors)                                                                                              
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
PASS: libffi.call/float4.c -O0 -W -Wall execution test                                                                                                        
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/many.c  -O0 -W -Wall  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./many.exe    (timeout = 300)
PASS: libffi.call/many.c -O0 -W -Wall (test for excess errors)                                                                                                
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
PASS: libffi.call/many.c -O0 -W -Wall execution test                                                                                                          
UNSUPPORTED: libffi.call/many_win32.c -O0 -W -Wall                                                                                                            
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/negint.c  -O0 -W -Wall -O2 -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./negint.exe    (timeout = 300)                                                                                                                                                       
PASS: libffi.call/negint.c -O0 -W -Wall (test for excess errors)                                                                                              
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
1 vs 1                                                                                                                                                        
PASS: libffi.call/negint.c -O0 -W -Wall execution test                                                                                                        
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/nested_struct.c  -O0 -W -Wall  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./nested_struct.exe    (timeout = 300)                                                                                                                                            
PASS: libffi.call/nested_struct.c -O0 -W -Wall (test for excess errors)                                                                                       
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/nested_struct.c -O0 -W -Wall execution test                                                                                                 
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/nested_struct1.c  -O0 -W -Wall  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./nested_struct1.exe    (timeout = 300)                                                                                                                                          
PASS: libffi.call/nested_struct1.c -O0 -W -Wall (test for excess errors)                                                                                      
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/nested_struct1.c -O0 -W -Wall execution test                                                                                                
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/nested_struct10.c  -O0 -W -Wall  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./nested_struct10.exe    (timeout = 300)                                                                                                                                        
PASS: libffi.call/nested_struct10.c -O0 -W -Wall (test for excess errors)                                                                                     
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/nested_struct10.c -O0 -W -Wall execution test                                                                                               
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/nested_struct2.c  -O0 -W -Wall  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./nested_struct2.exe    (timeout = 300)                                                                                                                                          
PASS: libffi.call/nested_struct2.c -O0 -W -Wall (test for excess errors)                                                                                      
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/nested_struct2.c -O0 -W -Wall execution test                                                                                                
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/nested_struct3.c  -O0 -W -Wall  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./nested_struct3.exe    (timeout = 300)                                                                                                                                          
PASS: libffi.call/nested_struct3.c -O0 -W -Wall (test for excess errors)                                                                                      
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/nested_struct3.c -O0 -W -Wall execution test                                                                                                
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/nested_struct4.c  -O0 -W -Wall  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./nested_struct4.exe    (timeout = 300)                                                                                                                                          
PASS: libffi.call/nested_struct4.c -O0 -W -Wall (test for excess errors)                                                                                      
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/nested_struct4.c -O0 -W -Wall execution test                                                                                                
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/nested_struct5.c  -O0 -W -Wall  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./nested_struct5.exe    (timeout = 300)                                                                                                                                          
PASS: libffi.call/nested_struct5.c -O0 -W -Wall (test for excess errors)                                                                                      
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/nested_struct5.c -O0 -W -Wall execution test                                                                                                
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/nested_struct6.c  -O0 -W -Wall  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./nested_struct6.exe    (timeout = 300)                                                                                                                                          
PASS: libffi.call/nested_struct6.c -O0 -W -Wall (test for excess errors)                                                                                      
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/nested_struct6.c -O0 -W -Wall execution test                                                                                                
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/nested_struct7.c  -O0 -W -Wall  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./nested_struct7.exe    (timeout = 300)                                                                                                                                          
PASS: libffi.call/nested_struct7.c -O0 -W -Wall (test for excess errors)                                                                                      
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/nested_struct7.c -O0 -W -Wall execution test                                                                                                
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/nested_struct8.c  -O0 -W -Wall  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./nested_struct8.exe    (timeout = 300)                                                                                                                                          
PASS: libffi.call/nested_struct8.c -O0 -W -Wall (test for excess errors)                                                                                      
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/nested_struct8.c -O0 -W -Wall execution test                                                                                                
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/nested_struct9.c  -O0 -W -Wall  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./nested_struct9.exe    (timeout = 300)                                                                                                                                          
PASS: libffi.call/nested_struct9.c -O0 -W -Wall (test for excess errors)                                                                                      
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/nested_struct9.c -O0 -W -Wall execution test                                                                                                
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/problem1.c  -O0 -W -Wall  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./problem1.exe    (timeout = 300)                                                                                                                                                      
PASS: libffi.call/problem1.c -O0 -W -Wall (test for excess errors)                                                                                            
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/problem1.c -O0 -W -Wall execution test                                                                                                      
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/promotion.c  -O0 -W -Wall  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./promotion.exe    (timeout = 300)                                                                                                                                                    
PASS: libffi.call/promotion.c -O0 -W -Wall (test for excess errors)                                                                                           
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
1383096 promotion tests run                                                                                                                                   
PASS: libffi.call/promotion.c -O0 -W -Wall execution test                                                                                                     
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/pyobjc-tc.c  -O0 -W -Wall  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./pyobjc-tc.exe    (timeout = 300)                                                                                                                                                    
PASS: libffi.call/pyobjc-tc.c -O0 -W -Wall (test for excess errors)                                                                                           
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
CALLING WITH 0 myMethod {1.000000 2.000000} {{9.000000 10.000000} {-1.000000 -2.000000}} 42                                                                   
CALLED WITH 0 myMethod {1.000000 2.000000} {{9.000000 10.000000} {-1.000000 -2.000000}} 42                                                                    
The result is 42                                                                                                                                              
PASS: libffi.call/pyobjc-tc.c -O0 -W -Wall execution test                                                                                                     
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/return_dbl.c  -O0 -W -Wall  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./return_dbl.exe    (timeout = 300)                                                                                                                                                  
PASS: libffi.call/return_dbl.c -O0 -W -Wall (test for excess errors)                                                                                          
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
-254.600000 vs -254.600000                                                                                                                                    
-252.600000 vs -252.600000                                                                                                                                    
-250.600000 vs -250.600000                                                                                                                                    
-248.600000 vs -248.600000                                                                                                                                    
-246.600000 vs -246.600000                                                                                                                                    
-244.600000 vs -244.600000                                                                                                                                    
-242.600000 vs -242.600000                                                                                                                                    
-240.600000 vs -240.600000                                                                                                                                    
-238.600000 vs -238.600000                                                                                                                                    
-236.600000 vs -236.600000                                                                                                                                    
-234.600000 vs -234.600000                                                                                                                                    
-232.600000 vs -232.600000                                                                                                                                    
-230.600000 vs -230.600000                                                                                                                                    
-228.600000 vs -228.600000                                                                                                                                    
-226.600000 vs -226.600000                                                                                                                                    
-224.600000 vs -224.600000                                                                                                                                    
-222.600000 vs -222.600000                                                                                                                                    
-220.600000 vs -220.600000                                                                                                                                    
-218.600000 vs -218.600000                                                                                                                                    
-216.600000 vs -216.600000                                                                                                                                    
-214.600000 vs -214.600000                                                                                                                                    
-212.600000 vs -212.600000                                                                                                                                    
-210.600000 vs -210.600000                                                                                                                                    
-208.600000 vs -208.600000                                                                                                                                    
-206.600000 vs -206.600000                                                                                                                                    
-204.600000 vs -204.600000                                                                                                                                    
-202.600000 vs -202.600000                                                                                                                                    
-200.600000 vs -200.600000                                                                                                                                    
-198.600000 vs -198.600000                                                                                                                                    
-196.600000 vs -196.600000                                                                                                                                    
-194.600000 vs -194.600000                                                                                                                                    
-192.600000 vs -192.600000                                                                                                                                    
-190.600000 vs -190.600000                                                                                                                                    
-188.600000 vs -188.600000                                                                                                                                    
-186.600000 vs -186.600000                                                                                                                                    
-184.600000 vs -184.600000                                                                                                                                    
-182.600000 vs -182.600000                                                                                                                                    
-180.600000 vs -180.600000                                                                                                                                    
-178.600000 vs -178.600000                                                                                                                                    
-176.600000 vs -176.600000                                                                                                                                    
-174.600000 vs -174.600000                                                                                                                                    
-172.600000 vs -172.600000                                                                                                                                    
-170.600000 vs -170.600000                                                                                                                                    
-168.600000 vs -168.600000                                                                                                                                    
-166.600000 vs -166.600000                                                                                                                                    
-164.600000 vs -164.600000                                                                                                                                    
-162.600000 vs -162.600000                                                                                                                                    
-160.600000 vs -160.600000                                                                                                                                    
-158.600000 vs -158.600000                                                                                                                                    
-156.600000 vs -156.600000                                                                                                                                    
-154.600000 vs -154.600000                                                                                                                                    
-152.600000 vs -152.600000                                                                                                                                    
-150.600000 vs -150.600000                                                                                                                                    
-148.600000 vs -148.600000                                                                                                                                    
-146.600000 vs -146.600000                                                                                                                                    
-144.600000 vs -144.600000                                                                                                                                    
-142.600000 vs -142.600000                                                                                                                                    
-140.600000 vs -140.600000                                                                                                                                    
-138.600000 vs -138.600000                                                                                                                                    
-136.600000 vs -136.600000                                                                                                                                    
-134.600000 vs -134.600000                                                                                                                                    
-132.600000 vs -132.600000                                                                                                                                    
-130.600000 vs -130.600000                                                                                                                                    
-128.600000 vs -128.600000                                                                                                                                    
-126.600000 vs -126.600000                                                                                                                                    
-124.600000 vs -124.600000                                                                                                                                    
-122.600000 vs -122.600000                                                                                                                                    
-120.600000 vs -120.600000                                                                                                                                    
-118.600000 vs -118.600000                                                                                                                                    
-116.600000 vs -116.600000                                                                                                                                    
-114.600000 vs -114.600000                                                                                                                                    
-112.600000 vs -112.600000                                                                                                                                    
-110.600000 vs -110.600000                                                                                                                                    
-108.600000 vs -108.600000                                                                                                                                    
-106.600000 vs -106.600000                                                                                                                                    
-104.600000 vs -104.600000                                                                                                                                    
-102.600000 vs -102.600000                                                                                                                                    
-100.600000 vs -100.600000                                                                                                                                    
-98.600000 vs -98.600000                                                                                                                                      
-96.600000 vs -96.600000                                                                                                                                      
-94.600000 vs -94.600000                                                                                                                                      
-92.600000 vs -92.600000                                                                                                                                      
-90.600000 vs -90.600000                                                                                                                                      
-88.600000 vs -88.600000                                                                                                                                      
-86.600000 vs -86.600000                                                                                                                                      
-84.600000 vs -84.600000                                                                                                                                      
-82.600000 vs -82.600000                                                                                                                                      
-80.600000 vs -80.600000                                                                                                                                      
-78.600000 vs -78.600000                                                                                                                                      
-76.600000 vs -76.600000                                                                                                                                      
-74.600000 vs -74.600000                                                                                                                                      
-72.600000 vs -72.600000                                                                                                                                      
-70.600000 vs -70.600000                                                                                                                                      
-68.600000 vs -68.600000                                                                                                                                      
-66.600000 vs -66.600000                                                                                                                                      
-64.600000 vs -64.600000                                                                                                                                      
-62.600000 vs -62.600000                                                                                                                                      
-60.600000 vs -60.600000                                                                                                                                      
-58.600000 vs -58.600000                                                                                                                                      
-56.600000 vs -56.600000                                                                                                                                      
-54.600000 vs -54.600000                                                                                                                                      
-52.600000 vs -52.600000                                                                                                                                      
-50.600000 vs -50.600000                                                                                                                                      
-48.600000 vs -48.600000                                                                                                                                      
-46.600000 vs -46.600000                                                                                                                                      
-44.600000 vs -44.600000                                                                                                                                      
-42.600000 vs -42.600000                                                                                                                                      
-40.600000 vs -40.600000                                                                                                                                      
-38.600000 vs -38.600000                                                                                                                                      
-36.600000 vs -36.600000                                                                                                                                      
-34.600000 vs -34.600000                                                                                                                                      
-32.600000 vs -32.600000                                                                                                                                      
-30.600000 vs -30.600000                                                                                                                                      
-28.600000 vs -28.600000                                                                                                                                      
-26.600000 vs -26.600000                                                                                                                                      
-24.600000 vs -24.600000                                                                                                                                      
-22.600000 vs -22.600000                                                                                                                                      
-20.600000 vs -20.600000                                                                                                                                      
-18.600000 vs -18.600000                                                                                                                                      
-16.600000 vs -16.600000                                                                                                                                      
-14.600000 vs -14.600000                                                                                                                                      
-12.600000 vs -12.600000                                                                                                                                      
-10.600000 vs -10.600000                                                                                                                                      
-8.600000 vs -8.600000                                                                                                                                        
-6.600000 vs -6.600000                                                                                                                                        
-4.600000 vs -4.600000                                                                                                                                        
-2.600000 vs -2.600000                                                                                                                                        
-0.600000 vs -0.600000                                                                                                                                        
1.400000 vs 1.400000                                                                                                                                          
3.400000 vs 3.400000                                                                                                                                          
5.400000 vs 5.400000                                                                                                                                          
7.400000 vs 7.400000                                                                                                                                          
9.400000 vs 9.400000                                                                                                                                          
11.400000 vs 11.400000                                                                                                                                        
13.400000 vs 13.400000                                                                                                                                        
15.400000 vs 15.400000                                                                                                                                        
17.400000 vs 17.400000                                                                                                                                        
19.400000 vs 19.400000                                                                                                                                        
21.400000 vs 21.400000                                                                                                                                        
23.400000 vs 23.400000                                                                                                                                        
25.400000 vs 25.400000                                                                                                                                        
27.400000 vs 27.400000                                                                                                                                        
29.400000 vs 29.400000                                                                                                                                        
31.400000 vs 31.400000                                                                                                                                        
33.400000 vs 33.400000                                                                                                                                        
35.400000 vs 35.400000                                                                                                                                        
37.400000 vs 37.400000                                                                                                                                        
39.400000 vs 39.400000                                                                                                                                        
41.400000 vs 41.400000                                                                                                                                        
43.400000 vs 43.400000                                                                                                                                        
45.400000 vs 45.400000                                                                                                                                        
47.400000 vs 47.400000                                                                                                                                        
49.400000 vs 49.400000                                                                                                                                        
51.400000 vs 51.400000                                                                                                                                        
53.400000 vs 53.400000                                                                                                                                        
55.400000 vs 55.400000                                                                                                                                        
57.400000 vs 57.400000                                                                                                                                        
59.400000 vs 59.400000                                                                                                                                        
61.400000 vs 61.400000                                                                                                                                        
63.400000 vs 63.400000                                                                                                                                        
65.400000 vs 65.400000                                                                                                                                        
67.400000 vs 67.400000                                                                                                                                        
69.400000 vs 69.400000                                                                                                                                        
71.400000 vs 71.400000                                                                                                                                        
73.400000 vs 73.400000                                                                                                                                        
75.400000 vs 75.400000                                                                                                                                        
77.400000 vs 77.400000                                                                                                                                        
79.400000 vs 79.400000                                                                                                                                        
81.400000 vs 81.400000                                                                                                                                        
83.400000 vs 83.400000                                                                                                                                        
85.400000 vs 85.400000                                                                                                                                        
87.400000 vs 87.400000                                                                                                                                        
89.400000 vs 89.400000                                                                                                                                        
91.400000 vs 91.400000                                                                                                                                        
93.400000 vs 93.400000                                                                                                                                        
95.400000 vs 95.400000                                                                                                                                        
97.400000 vs 97.400000                                                                                                                                        
99.400000 vs 99.400000                                                                                                                                        
101.400000 vs 101.400000                                                                                                                                      
103.400000 vs 103.400000                                                                                                                                      
105.400000 vs 105.400000                                                                                                                                      
107.400000 vs 107.400000                                                                                                                                      
109.400000 vs 109.400000                                                                                                                                      
111.400000 vs 111.400000                                                                                                                                      
113.400000 vs 113.400000                                                                                                                                      
115.400000 vs 115.400000                                                                                                                                      
117.400000 vs 117.400000                                                                                                                                      
119.400000 vs 119.400000                                                                                                                                      
121.400000 vs 121.400000                                                                                                                                      
123.400000 vs 123.400000                                                                                                                                      
125.400000 vs 125.400000                                                                                                                                      
127.400000 vs 127.400000                                                                                                                                      
129.400000 vs 129.400000                                                                                                                                      
131.400000 vs 131.400000                                                                                                                                      
133.400000 vs 133.400000                                                                                                                                      
135.400000 vs 135.400000                                                                                                                                      
137.400000 vs 137.400000                                                                                                                                      
139.400000 vs 139.400000                                                                                                                                      
141.400000 vs 141.400000                                                                                                                                      
143.400000 vs 143.400000                                                                                                                                      
145.400000 vs 145.400000                                                                                                                                      
147.400000 vs 147.400000                                                                                                                                      
149.400000 vs 149.400000                                                                                                                                      
151.400000 vs 151.400000                                                                                                                                      
153.400000 vs 153.400000                                                                                                                                      
155.400000 vs 155.400000                                                                                                                                      
157.400000 vs 157.400000                                                                                                                                      
159.400000 vs 159.400000                                                                                                                                      
161.400000 vs 161.400000                                                                                                                                      
163.400000 vs 163.400000                                                                                                                                      
165.400000 vs 165.400000                                                                                                                                      
167.400000 vs 167.400000                                                                                                                                      
169.400000 vs 169.400000                                                                                                                                      
171.400000 vs 171.400000                                                                                                                                      
173.400000 vs 173.400000                                                                                                                                      
175.400000 vs 175.400000                                                                                                                                      
177.400000 vs 177.400000                                                                                                                                      
179.400000 vs 179.400000                                                                                                                                      
181.400000 vs 181.400000                                                                                                                                      
183.400000 vs 183.400000                                                                                                                                      
185.400000 vs 185.400000                                                                                                                                      
187.400000 vs 187.400000                                                                                                                                      
189.400000 vs 189.400000                                                                                                                                      
191.400000 vs 191.400000                                                                                                                                      
193.400000 vs 193.400000                                                                                                                                      
195.400000 vs 195.400000                                                                                                                                      
197.400000 vs 197.400000                                                                                                                                      
199.400000 vs 199.400000                                                                                                                                      
201.400000 vs 201.400000                                                                                                                                      
203.400000 vs 203.400000                                                                                                                                      
205.400000 vs 205.400000                                                                                                                                      
207.400000 vs 207.400000                                                                                                                                      
209.400000 vs 209.400000                                                                                                                                      
211.400000 vs 211.400000                                                                                                                                      
213.400000 vs 213.400000                                                                                                                                      
215.400000 vs 215.400000                                                                                                                                      
217.400000 vs 217.400000                                                                                                                                      
219.400000 vs 219.400000                                                                                                                                      
221.400000 vs 221.400000                                                                                                                                      
223.400000 vs 223.400000                                                                                                                                      
225.400000 vs 225.400000                                                                                                                                      
227.400000 vs 227.400000                                                                                                                                      
229.400000 vs 229.400000                                                                                                                                      
231.400000 vs 231.400000                                                                                                                                      
233.400000 vs 233.400000                                                                                                                                      
235.400000 vs 235.400000                                                                                                                                      
237.400000 vs 237.400000                                                                                                                                      
239.400000 vs 239.400000                                                                                                                                      
241.400000 vs 241.400000                                                                                                                                      
243.400000 vs 243.400000                                                                                                                                      
245.400000 vs 245.400000                                                                                                                                      
247.400000 vs 247.400000                                                                                                                                      
249.400000 vs 249.400000                                                                                                                                      
251.400000 vs 251.400000                                                                                                                                      
253.400000 vs 253.400000                                                                                                                                      
PASS: libffi.call/return_dbl.c -O0 -W -Wall execution test                                                                                                    
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/return_dbl1.c  -O0 -W -Wall  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./return_dbl1.exe    (timeout = 300)                                                                                                                                                
PASS: libffi.call/return_dbl1.c -O0 -W -Wall (test for excess errors)                                                                                         
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
1022.700000 vs 1022.700000                                                                                                                                    
PASS: libffi.call/return_dbl1.c -O0 -W -Wall execution test                                                                                                   
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/return_dbl2.c  -O0 -W -Wall  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./return_dbl2.exe    (timeout = 300)                                                                                                                                                
PASS: libffi.call/return_dbl2.c -O0 -W -Wall (test for excess errors)                                                                                         
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
1022.700000 vs 1022.700000                                                                                                                                    
PASS: libffi.call/return_dbl2.c -O0 -W -Wall execution test                                                                                                   
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/return_fl.c  -O0 -W -Wall  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./return_fl.exe    (timeout = 300)                                                                                                                                                    
PASS: libffi.call/return_fl.c -O0 -W -Wall (test for excess errors)                                                                                           
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
-254.000000 vs -254.000000                                                                                                                                    
-252.000000 vs -252.000000                                                                                                                                    
-250.000000 vs -250.000000                                                                                                                                    
-248.000000 vs -248.000000                                                                                                                                    
-246.000000 vs -246.000000                                                                                                                                    
-244.000000 vs -244.000000                                                                                                                                    
-242.000000 vs -242.000000                                                                                                                                    
-240.000000 vs -240.000000                                                                                                                                    
-238.000000 vs -238.000000                                                                                                                                    
-236.000000 vs -236.000000                                                                                                                                    
-234.000000 vs -234.000000                                                                                                                                    
-232.000000 vs -232.000000                                                                                                                                    
-230.000000 vs -230.000000                                                                                                                                    
-228.000000 vs -228.000000                                                                                                                                    
-226.000000 vs -226.000000                                                                                                                                    
-224.000000 vs -224.000000                                                                                                                                    
-222.000000 vs -222.000000                                                                                                                                    
-220.000000 vs -220.000000                                                                                                                                    
-218.000000 vs -218.000000                                                                                                                                    
-216.000000 vs -216.000000                                                                                                                                    
-214.000000 vs -214.000000                                                                                                                                    
-212.000000 vs -212.000000                                                                                                                                    
-210.000000 vs -210.000000                                                                                                                                    
-208.000000 vs -208.000000                                                                                                                                    
-206.000000 vs -206.000000                                                                                                                                    
-204.000000 vs -204.000000                                                                                                                                    
-202.000000 vs -202.000000                                                                                                                                    
-200.000000 vs -200.000000                                                                                                                                    
-198.000000 vs -198.000000                                                                                                                                    
-196.000000 vs -196.000000                                                                                                                                    
-194.000000 vs -194.000000                                                                                                                                    
-192.000000 vs -192.000000                                                                                                                                    
-190.000000 vs -190.000000                                                                                                                                    
-188.000000 vs -188.000000                                                                                                                                    
-186.000000 vs -186.000000                                                                                                                                    
-184.000000 vs -184.000000                                                                                                                                    
-182.000000 vs -182.000000                                                                                                                                    
-180.000000 vs -180.000000                                                                                                                                    
-178.000000 vs -178.000000                                                                                                                                    
-176.000000 vs -176.000000                                                                                                                                    
-174.000000 vs -174.000000                                                                                                                                    
-172.000000 vs -172.000000                                                                                                                                    
-170.000000 vs -170.000000                                                                                                                                    
-168.000000 vs -168.000000                                                                                                                                    
-166.000000 vs -166.000000                                                                                                                                    
-164.000000 vs -164.000000                                                                                                                                    
-162.000000 vs -162.000000                                                                                                                                    
-160.000000 vs -160.000000                                                                                                                                    
-158.000000 vs -158.000000                                                                                                                                    
-156.000000 vs -156.000000                                                                                                                                    
-154.000000 vs -154.000000                                                                                                                                    
-152.000000 vs -152.000000                                                                                                                                    
-150.000000 vs -150.000000                                                                                                                                    
-148.000000 vs -148.000000                                                                                                                                    
-146.000000 vs -146.000000                                                                                                                                    
-144.000000 vs -144.000000                                                                                                                                    
-142.000000 vs -142.000000                                                                                                                                    
-140.000000 vs -140.000000                                                                                                                                    
-138.000000 vs -138.000000                                                                                                                                    
-136.000000 vs -136.000000                                                                                                                                    
-134.000000 vs -134.000000                                                                                                                                    
-132.000000 vs -132.000000                                                                                                                                    
-130.000000 vs -130.000000                                                                                                                                    
-128.000000 vs -128.000000                                                                                                                                    
-126.000000 vs -126.000000                                                                                                                                    
-124.000000 vs -124.000000                                                                                                                                    
-122.000000 vs -122.000000                                                                                                                                    
-120.000000 vs -120.000000                                                                                                                                    
-118.000000 vs -118.000000                                                                                                                                    
-116.000000 vs -116.000000                                                                                                                                    
-114.000000 vs -114.000000                                                                                                                                    
-112.000000 vs -112.000000                                                                                                                                    
-110.000000 vs -110.000000                                                                                                                                    
-108.000000 vs -108.000000                                                                                                                                    
-106.000000 vs -106.000000                                                                                                                                    
-104.000000 vs -104.000000                                                                                                                                    
-102.000000 vs -102.000000                                                                                                                                    
-100.000000 vs -100.000000                                                                                                                                    
-98.000000 vs -98.000000                                                                                                                                      
-96.000000 vs -96.000000                                                                                                                                      
-94.000000 vs -94.000000                                                                                                                                      
-92.000000 vs -92.000000                                                                                                                                      
-90.000000 vs -90.000000                                                                                                                                      
-88.000000 vs -88.000000                                                                                                                                      
-86.000000 vs -86.000000                                                                                                                                      
-84.000000 vs -84.000000                                                                                                                                      
-82.000000 vs -82.000000                                                                                                                                      
-80.000000 vs -80.000000                                                                                                                                      
-78.000000 vs -78.000000                                                                                                                                      
-76.000000 vs -76.000000                                                                                                                                      
-74.000000 vs -74.000000                                                                                                                                      
-72.000000 vs -72.000000                                                                                                                                      
-70.000000 vs -70.000000                                                                                                                                      
-68.000000 vs -68.000000                                                                                                                                      
-66.000000 vs -66.000000                                                                                                                                      
-64.000000 vs -64.000000                                                                                                                                      
-62.000000 vs -62.000000                                                                                                                                      
-60.000000 vs -60.000000                                                                                                                                      
-58.000000 vs -58.000000                                                                                                                                      
-56.000000 vs -56.000000                                                                                                                                      
-54.000000 vs -54.000000                                                                                                                                      
-52.000000 vs -52.000000                                                                                                                                      
-50.000000 vs -50.000000                                                                                                                                      
-48.000000 vs -48.000000                                                                                                                                      
-46.000000 vs -46.000000                                                                                                                                      
-44.000000 vs -44.000000                                                                                                                                      
-42.000000 vs -42.000000                                                                                                                                      
-40.000000 vs -40.000000                                                                                                                                      
-38.000000 vs -38.000000                                                                                                                                      
-36.000000 vs -36.000000                                                                                                                                      
-34.000000 vs -34.000000                                                                                                                                      
-32.000000 vs -32.000000                                                                                                                                      
-30.000000 vs -30.000000                                                                                                                                      
-28.000000 vs -28.000000                                                                                                                                      
-26.000000 vs -26.000000                                                                                                                                      
-24.000000 vs -24.000000                                                                                                                                      
-22.000000 vs -22.000000                                                                                                                                      
-20.000000 vs -20.000000                                                                                                                                      
-18.000000 vs -18.000000                                                                                                                                      
-16.000000 vs -16.000000                                                                                                                                      
-14.000000 vs -14.000000                                                                                                                                      
-12.000000 vs -12.000000                                                                                                                                      
-10.000000 vs -10.000000                                                                                                                                      
-8.000000 vs -8.000000                                                                                                                                        
-6.000000 vs -6.000000                                                                                                                                        
-4.000000 vs -4.000000                                                                                                                                        
-2.000000 vs -2.000000                                                                                                                                        
0.000000 vs 0.000000                                                                                                                                          
2.000000 vs 2.000000                                                                                                                                          
4.000000 vs 4.000000                                                                                                                                          
6.000000 vs 6.000000                                                                                                                                          
8.000000 vs 8.000000                                                                                                                                          
10.000000 vs 10.000000                                                                                                                                        
12.000000 vs 12.000000                                                                                                                                        
14.000000 vs 14.000000                                                                                                                                        
16.000000 vs 16.000000                                                                                                                                        
18.000000 vs 18.000000                                                                                                                                        
20.000000 vs 20.000000                                                                                                                                        
22.000000 vs 22.000000                                                                                                                                        
24.000000 vs 24.000000                                                                                                                                        
26.000000 vs 26.000000                                                                                                                                        
28.000000 vs 28.000000                                                                                                                                        
30.000000 vs 30.000000                                                                                                                                        
32.000000 vs 32.000000                                                                                                                                        
34.000000 vs 34.000000                                                                                                                                        
36.000000 vs 36.000000                                                                                                                                        
38.000000 vs 38.000000                                                                                                                                        
40.000000 vs 40.000000                                                                                                                                        
42.000000 vs 42.000000                                                                                                                                        
44.000000 vs 44.000000                                                                                                                                        
46.000000 vs 46.000000                                                                                                                                        
48.000000 vs 48.000000                                                                                                                                        
50.000000 vs 50.000000                                                                                                                                        
52.000000 vs 52.000000                                                                                                                                        
54.000000 vs 54.000000                                                                                                                                        
56.000000 vs 56.000000                                                                                                                                        
58.000000 vs 58.000000                                                                                                                                        
60.000000 vs 60.000000                                                                                                                                        
62.000000 vs 62.000000                                                                                                                                        
64.000000 vs 64.000000                                                                                                                                        
66.000000 vs 66.000000                                                                                                                                        
68.000000 vs 68.000000                                                                                                                                        
70.000000 vs 70.000000                                                                                                                                        
72.000000 vs 72.000000                                                                                                                                        
74.000000 vs 74.000000                                                                                                                                        
76.000000 vs 76.000000                                                                                                                                        
78.000000 vs 78.000000                                                                                                                                        
80.000000 vs 80.000000                                                                                                                                        
82.000000 vs 82.000000                                                                                                                                        
84.000000 vs 84.000000                                                                                                                                        
86.000000 vs 86.000000                                                                                                                                        
88.000000 vs 88.000000                                                                                                                                        
90.000000 vs 90.000000                                                                                                                                        
92.000000 vs 92.000000                                                                                                                                        
94.000000 vs 94.000000                                                                                                                                        
96.000000 vs 96.000000                                                                                                                                        
98.000000 vs 98.000000                                                                                                                                        
100.000000 vs 100.000000                                                                                                                                      
102.000000 vs 102.000000                                                                                                                                      
104.000000 vs 104.000000                                                                                                                                      
106.000000 vs 106.000000                                                                                                                                      
108.000000 vs 108.000000                                                                                                                                      
110.000000 vs 110.000000                                                                                                                                      
112.000000 vs 112.000000                                                                                                                                      
114.000000 vs 114.000000                                                                                                                                      
116.000000 vs 116.000000                                                                                                                                      
118.000000 vs 118.000000                                                                                                                                      
120.000000 vs 120.000000                                                                                                                                      
122.000000 vs 122.000000                                                                                                                                      
124.000000 vs 124.000000                                                                                                                                      
126.000000 vs 126.000000                                                                                                                                      
128.000000 vs 128.000000                                                                                                                                      
130.000000 vs 130.000000                                                                                                                                      
132.000000 vs 132.000000                                                                                                                                      
134.000000 vs 134.000000                                                                                                                                      
136.000000 vs 136.000000                                                                                                                                      
138.000000 vs 138.000000                                                                                                                                      
140.000000 vs 140.000000                                                                                                                                      
142.000000 vs 142.000000                                                                                                                                      
144.000000 vs 144.000000                                                                                                                                      
146.000000 vs 146.000000                                                                                                                                      
148.000000 vs 148.000000                                                                                                                                      
150.000000 vs 150.000000                                                                                                                                      
152.000000 vs 152.000000                                                                                                                                      
154.000000 vs 154.000000                                                                                                                                      
156.000000 vs 156.000000                                                                                                                                      
158.000000 vs 158.000000                                                                                                                                      
160.000000 vs 160.000000                                                                                                                                      
162.000000 vs 162.000000                                                                                                                                      
164.000000 vs 164.000000                                                                                                                                      
166.000000 vs 166.000000                                                                                                                                      
168.000000 vs 168.000000                                                                                                                                      
170.000000 vs 170.000000                                                                                                                                      
172.000000 vs 172.000000                                                                                                                                      
174.000000 vs 174.000000                                                                                                                                      
176.000000 vs 176.000000                                                                                                                                      
178.000000 vs 178.000000                                                                                                                                      
180.000000 vs 180.000000                                                                                                                                      
182.000000 vs 182.000000                                                                                                                                      
184.000000 vs 184.000000                                                                                                                                      
186.000000 vs 186.000000                                                                                                                                      
188.000000 vs 188.000000                                                                                                                                      
190.000000 vs 190.000000                                                                                                                                      
192.000000 vs 192.000000                                                                                                                                      
194.000000 vs 194.000000                                                                                                                                      
196.000000 vs 196.000000                                                                                                                                      
198.000000 vs 198.000000                                                                                                                                      
200.000000 vs 200.000000                                                                                                                                      
202.000000 vs 202.000000                                                                                                                                      
204.000000 vs 204.000000                                                                                                                                      
206.000000 vs 206.000000                                                                                                                                      
208.000000 vs 208.000000                                                                                                                                      
210.000000 vs 210.000000                                                                                                                                      
212.000000 vs 212.000000                                                                                                                                      
214.000000 vs 214.000000                                                                                                                                      
216.000000 vs 216.000000                                                                                                                                      
218.000000 vs 218.000000                                                                                                                                      
220.000000 vs 220.000000                                                                                                                                      
222.000000 vs 222.000000                                                                                                                                      
224.000000 vs 224.000000                                                                                                                                      
226.000000 vs 226.000000                                                                                                                                      
228.000000 vs 228.000000                                                                                                                                      
230.000000 vs 230.000000                                                                                                                                      
232.000000 vs 232.000000                                                                                                                                      
234.000000 vs 234.000000                                                                                                                                      
236.000000 vs 236.000000                                                                                                                                      
238.000000 vs 238.000000                                                                                                                                      
240.000000 vs 240.000000                                                                                                                                      
242.000000 vs 242.000000                                                                                                                                      
244.000000 vs 244.000000                                                                                                                                      
246.000000 vs 246.000000                                                                                                                                      
248.000000 vs 248.000000                                                                                                                                      
250.000000 vs 250.000000                                                                                                                                      
252.000000 vs 252.000000                                                                                                                                      
PASS: libffi.call/return_fl.c -O0 -W -Wall execution test                                                                                                     
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/return_fl1.c  -O0 -W -Wall  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./return_fl1.exe    (timeout = 300)                                                                                                                                                  
PASS: libffi.call/return_fl1.c -O0 -W -Wall (test for excess errors)                                                                                          
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
255.000000 vs 255.000000                                                                                                                                      
PASS: libffi.call/return_fl1.c -O0 -W -Wall execution test                                                                                                    
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/return_fl2.c  -O0 -W -Wall  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./return_fl2.exe    (timeout = 300)                                                                                                                                                  
PASS: libffi.call/return_fl2.c -O0 -W -Wall (test for excess errors)                                                                                          
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
1022.800049 vs 1022.800049                                                                                                                                    
PASS: libffi.call/return_fl2.c -O0 -W -Wall execution test                                                                                                    
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/return_fl3.c  -O0 -W -Wall  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./return_fl3.exe    (timeout = 300)                                                                                                                                                  
PASS: libffi.call/return_fl3.c -O0 -W -Wall (test for excess errors)                                                                                          
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
1022.700012 vs 1022.700012                                                                                                                                    
PASS: libffi.call/return_fl3.c -O0 -W -Wall execution test                                                                                                    
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/return_ldl.c  -O0 -W -Wall  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./return_ldl.exe    (timeout = 300)                                                                                                                                                  
PASS: libffi.call/return_ldl.c -O0 -W -Wall (test for excess errors)                                                                                          
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
PASS: libffi.call/return_ldl.c -O0 -W -Wall execution test                                                                                                    
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/return_ll.c  -O0 -W -Wall  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./return_ll.exe    (timeout = 300)                                                                                                                                                    
PASS: libffi.call/return_ll.c -O0 -W -Wall (test for excess errors)                                                                                           
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
PASS: libffi.call/return_ll.c -O0 -W -Wall execution test                                                                                                     
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/return_ll1.c  -O0 -W -Wall  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./return_ll1.exe    (timeout = 300)                                                                                                                                                  
PASS: libffi.call/return_ll1.c -O0 -W -Wall (test for excess errors)                                                                                          
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
res: 11111133333222, 11111133333222                                                                                                                           
PASS: libffi.call/return_ll1.c -O0 -W -Wall execution test                                                                                                    
PASS: libffi.call/return_ll1.c -O0 -W -Wall output pattern test, res: 11111133333222, 11111133333222                                                          
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/return_sc.c  -O0 -W -Wall  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./return_sc.exe    (timeout = 300)                                                                                                                                                    
PASS: libffi.call/return_sc.c -O0 -W -Wall (test for excess errors)                                                                                           
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
PASS: libffi.call/return_sc.c -O0 -W -Wall execution test                                                                                                     
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/return_sl.c  -O0 -W -Wall  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./return_sl.exe    (timeout = 300)                                                                                                                                                    
PASS: libffi.call/return_sl.c -O0 -W -Wall (test for excess errors)                                                                                           
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
res: -1, -1                                                                                                                                                   
PASS: libffi.call/return_sl.c -O0 -W -Wall execution test                                                                                                     
PASS: libffi.call/return_sl.c -O0 -W -Wall output pattern test, res: -1, -1                                                                                   
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/return_uc.c  -O0 -W -Wall  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./return_uc.exe    (timeout = 300)                                                                                                                                                    
PASS: libffi.call/return_uc.c -O0 -W -Wall (test for excess errors)                                                                                           
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
PASS: libffi.call/return_uc.c -O0 -W -Wall execution test                                                                                                     
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/return_ul.c  -O0 -W -Wall  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./return_ul.exe    (timeout = 300)                                                                                                                                                    
PASS: libffi.call/return_ul.c -O0 -W -Wall (test for excess errors)                                                                                           
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
res: 2147483647, 2147483647                                                                                                                                   
PASS: libffi.call/return_ul.c -O0 -W -Wall execution test                                                                                                     
PASS: libffi.call/return_ul.c -O0 -W -Wall output pattern test, res: 2147483647, 2147483647                                                                   
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/strlen.c  -O0 -W -Wall  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./strlen.exe    (timeout = 300)                                                                                                                                                          
PASS: libffi.call/strlen.c -O0 -W -Wall (test for excess errors)                                                                                              
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
PASS: libffi.call/strlen.c -O0 -W -Wall execution test                                                                                                        
UNSUPPORTED: libffi.call/strlen_win32.c -O0 -W -Wall                                                                                                          
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/struct1.c  -O0 -W -Wall  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./struct1.exe    (timeout = 300)                                                                                                                                                        
PASS: libffi.call/struct1.c -O0 -W -Wall (test for excess errors)                                                                                             
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
PASS: libffi.call/struct1.c -O0 -W -Wall execution test                                                                                                       
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/struct2.c  -O0 -W -Wall  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./struct2.exe    (timeout = 300)                                                                                                                                                        
PASS: libffi.call/struct2.c -O0 -W -Wall (test for excess errors)                                                                                             
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
5.55                                                                                                                                                          
6.66                                                                                                                                                          
4.55                                                                                                                                                          
5.66                                                                                                                                                          
PASS: libffi.call/struct2.c -O0 -W -Wall execution test                                                                                                       
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/struct3.c  -O0 -W -Wall  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./struct3.exe    (timeout = 300)                                                                                                                                                        
PASS: libffi.call/struct3.c -O0 -W -Wall (test for excess errors)                                                                                             
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
246 246                                                                                                                                                       
PASS: libffi.call/struct3.c -O0 -W -Wall execution test                                                                                                       
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/struct4.c  -O0 -W -Wall  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./struct4.exe    (timeout = 300)                                                                                                                                                        
PASS: libffi.call/struct4.c -O0 -W -Wall (test for excess errors)                                                                                             
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
PASS: libffi.call/struct4.c -O0 -W -Wall execution test                                                                                                       
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/struct5.c  -O0 -W -Wall  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./struct5.exe    (timeout = 300)                                                                                                                                                        
PASS: libffi.call/struct5.c -O0 -W -Wall (test for excess errors)                                                                                             
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
PASS: libffi.call/struct5.c -O0 -W -Wall execution test                                                                                                       
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/struct6.c  -O0 -W -Wall  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./struct6.exe    (timeout = 300)                                                                                                                                                        
PASS: libffi.call/struct6.c -O0 -W -Wall (test for excess errors)                                                                                             
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
5.55                                                                                                                                                          
6.66                                                                                                                                                          
PASS: libffi.call/struct6.c -O0 -W -Wall execution test                                                                                                       
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/struct7.c  -O0 -W -Wall  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./struct7.exe    (timeout = 300)                                                                                                                                                        
PASS: libffi.call/struct7.c -O0 -W -Wall (test for excess errors)                                                                                             
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
5.55                                                                                                                                                          
55.5                                                                                                                                                          
6.66                                                                                                                                                          
6.55                                                                                                                                                          
56.5                                                                                                                                                          
7.66                                                                                                                                                          
PASS: libffi.call/struct7.c -O0 -W -Wall execution test                                                                                                       
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/struct8.c  -O0 -W -Wall  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./struct8.exe    (timeout = 300)                                                                                                                                                        
PASS: libffi.call/struct8.c -O0 -W -Wall (test for excess errors)                                                                                             
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
5.55                                                                                                                                                          
55.5                                                                                                                                                          
-5.55                                                                                                                                                         
-55.5                                                                                                                                                         
6.55                                                                                                                                                          
56.5                                                                                                                                                          
-4.55                                                                                                                                                         
-54.5                                                                                                                                                         
PASS: libffi.call/struct8.c -O0 -W -Wall execution test                                                                                                       
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/struct9.c  -O0 -W -Wall  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./struct9.exe    (timeout = 300)                                                                                                                                                        
PASS: libffi.call/struct9.c -O0 -W -Wall (test for excess errors)                                                                                             
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
5.55                                                                                                                                                          
5                                                                                                                                                             
6.55                                                                                                                                                          
6                                                                                                                                                             
PASS: libffi.call/struct9.c -O0 -W -Wall execution test                                                                                                       
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/closure_fn0.c  -O2  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./closure_fn0.exe    (timeout = 300)                                                                                                                                                         
PASS: libffi.call/closure_fn0.c -O2 (test for excess errors)                                                                                                  
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/closure_fn0.c -O2 execution test                                                                                                            
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/closure_fn1.c  -O2  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./closure_fn1.exe    (timeout = 300)                                                                                                                                                         
PASS: libffi.call/closure_fn1.c -O2 (test for excess errors)                                                                                                  
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/closure_fn1.c -O2 execution test                                                                                                            
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/closure_fn2.c  -O2  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./closure_fn2.exe    (timeout = 300)                                                                                                                                                         
PASS: libffi.call/closure_fn2.c -O2 (test for excess errors)                                                                                                  
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/closure_fn2.c -O2 execution test                                                                                                            
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/closure_fn3.c  -O2  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./closure_fn3.exe    (timeout = 300)                                                                                                                                                         
PASS: libffi.call/closure_fn3.c -O2 (test for excess errors)                                                                                                  
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/closure_fn3.c -O2 execution test                                                                                                            
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/closure_fn4.c  -O2  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./closure_fn4.exe    (timeout = 300)                                                                                                                                                         
PASS: libffi.call/closure_fn4.c -O2 (test for excess errors)                                                                                                  
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/closure_fn4.c -O2 execution test                                                                                                            
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/closure_fn5.c  -O2  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./closure_fn5.exe    (timeout = 300)                                                                                                                                                         
PASS: libffi.call/closure_fn5.c -O2 (test for excess errors)                                                                                                  
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/closure_fn5.c -O2 execution test                                                                                                            
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/closure_fn6.c  -O2  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./closure_fn6.exe    (timeout = 300)                                                                                                                                                         
PASS: libffi.call/closure_fn6.c -O2 (test for excess errors)                                                                                                  
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/closure_fn6.c -O2 execution test                                                                                                            
UNSUPPORTED: libffi.call/closure_stdcall.c -O2                                                                                                                
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_12byte.c  -O2  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_12byte.exe    (timeout = 300)                                                                                                                                                           
PASS: libffi.call/cls_12byte.c -O2 (test for excess errors)                                                                                                   
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_12byte.c -O2 execution test                                                                                                             
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_16byte.c  -O2  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_16byte.exe    (timeout = 300)                                                                                                                                                           
PASS: libffi.call/cls_16byte.c -O2 (test for excess errors)                                                                                                   
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_16byte.c -O2 execution test                                                                                                             
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_18byte.c  -O2  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_18byte.exe    (timeout = 300)                                                                                                                                                           
PASS: libffi.call/cls_18byte.c -O2 (test for excess errors)                                                                                                   
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_18byte.c -O2 execution test                                                                                                             
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_19byte.c  -O2  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_19byte.exe    (timeout = 300)                                                                                                                                                           
PASS: libffi.call/cls_19byte.c -O2 (test for excess errors)                                                                                                   
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_19byte.c -O2 execution test                                                                                                             
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_1_1byte.c  -O2  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_1_1byte.exe    (timeout = 300)                                                                                                                                                         
PASS: libffi.call/cls_1_1byte.c -O2 (test for excess errors)                                                                                                  
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_1_1byte.c -O2 execution test                                                                                                            
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_20byte.c  -O2  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_20byte.exe    (timeout = 300)                                                                                                                                                           
PASS: libffi.call/cls_20byte.c -O2 (test for excess errors)                                                                                                   
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_20byte.c -O2 execution test                                                                                                             
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_20byte1.c  -O2  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_20byte1.exe    (timeout = 300)                                                                                                                                                         
PASS: libffi.call/cls_20byte1.c -O2 (test for excess errors)                                                                                                  
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_20byte1.c -O2 execution test                                                                                                            
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_24byte.c  -O2  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_24byte.exe    (timeout = 300)                                                                                                                                                           
PASS: libffi.call/cls_24byte.c -O2 (test for excess errors)                                                                                                   
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_24byte.c -O2 execution test                                                                                                             
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_2byte.c  -O2  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_2byte.exe    (timeout = 300)                                                                                                                                                             
PASS: libffi.call/cls_2byte.c -O2 (test for excess errors)                                                                                                    
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_2byte.c -O2 execution test                                                                                                              
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_3_1byte.c  -O2  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_3_1byte.exe    (timeout = 300)                                                                                                                                                         
PASS: libffi.call/cls_3_1byte.c -O2 (test for excess errors)                                                                                                  
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_3_1byte.c -O2 execution test                                                                                                            
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_3byte1.c  -O2  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_3byte1.exe    (timeout = 300)                                                                                                                                                           
PASS: libffi.call/cls_3byte1.c -O2 (test for excess errors)                                                                                                   
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_3byte1.c -O2 execution test                                                                                                             
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_3byte2.c  -O2  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_3byte2.exe    (timeout = 300)                                                                                                                                                           
PASS: libffi.call/cls_3byte2.c -O2 (test for excess errors)                                                                                                   
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_3byte2.c -O2 execution test                                                                                                             
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_4_1byte.c  -O2  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_4_1byte.exe    (timeout = 300)                                                                                                                                                         
PASS: libffi.call/cls_4_1byte.c -O2 (test for excess errors)                                                                                                  
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_4_1byte.c -O2 execution test                                                                                                            
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_4byte.c  -O2  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_4byte.exe    (timeout = 300)                                                                                                                                                             
PASS: libffi.call/cls_4byte.c -O2 (test for excess errors)                                                                                                    
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_4byte.c -O2 execution test                                                                                                              
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_5_1_byte.c  -O2  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_5_1_byte.exe    (timeout = 300)                                                                                                                                                       
PASS: libffi.call/cls_5_1_byte.c -O2 (test for excess errors)                                                                                                 
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_5_1_byte.c -O2 execution test                                                                                                           
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_5byte.c  -O2  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_5byte.exe    (timeout = 300)                                                                                                                                                             
PASS: libffi.call/cls_5byte.c -O2 (test for excess errors)                                                                                                    
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_5byte.c -O2 execution test                                                                                                              
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_64byte.c  -O2  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_64byte.exe    (timeout = 300)                                                                                                                                                           
PASS: libffi.call/cls_64byte.c -O2 (test for excess errors)                                                                                                   
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_64byte.c -O2 execution test                                                                                                             
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_6_1_byte.c  -O2  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_6_1_byte.exe    (timeout = 300)                                                                                                                                                       
PASS: libffi.call/cls_6_1_byte.c -O2 (test for excess errors)                                                                                                 
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_6_1_byte.c -O2 execution test                                                                                                           
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_6byte.c  -O2  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_6byte.exe    (timeout = 300)                                                                                                                                                             
PASS: libffi.call/cls_6byte.c -O2 (test for excess errors)                                                                                                    
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_6byte.c -O2 execution test                                                                                                              
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_7_1_byte.c  -O2  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_7_1_byte.exe    (timeout = 300)                                                                                                                                                       
PASS: libffi.call/cls_7_1_byte.c -O2 (test for excess errors)                                                                                                 
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_7_1_byte.c -O2 execution test                                                                                                           
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_7byte.c  -O2  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_7byte.exe    (timeout = 300)                                                                                                                                                             
PASS: libffi.call/cls_7byte.c -O2 (test for excess errors)                                                                                                    
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_7byte.c -O2 execution test                                                                                                              
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_8byte.c  -O2  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_8byte.exe    (timeout = 300)                                                                                                                                                             
PASS: libffi.call/cls_8byte.c -O2 (test for excess errors)                                                                                                    
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_8byte.c -O2 execution test                                                                                                              
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_9byte1.c  -O2  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_9byte1.exe    (timeout = 300)                                                                                                                                                           
PASS: libffi.call/cls_9byte1.c -O2 (test for excess errors)                                                                                                   
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_9byte1.c -O2 execution test                                                                                                             
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_9byte2.c  -O2  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_9byte2.exe    (timeout = 300)                                                                                                                                                           
PASS: libffi.call/cls_9byte2.c -O2 (test for excess errors)                                                                                                   
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_9byte2.c -O2 execution test                                                                                                             
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_align_double.c  -O2  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_align_double.exe    (timeout = 300)                                                                                                                                               
PASS: libffi.call/cls_align_double.c -O2 (test for excess errors)                                                                                             
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_align_double.c -O2 execution test                                                                                                       
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_align_float.c  -O2  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_align_float.exe    (timeout = 300)                                                                                                                                                 
PASS: libffi.call/cls_align_float.c -O2 (test for excess errors)                                                                                              
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_align_float.c -O2 execution test                                                                                                        
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_align_longdouble.c  -O2  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_align_longdouble.exe    (timeout = 300)                                                                                                                                       
PASS: libffi.call/cls_align_longdouble.c -O2 (test for excess errors)                                                                                         
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_align_longdouble.c -O2 execution test                                                                                                   
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_align_pointer.c  -O2  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_align_pointer.exe    (timeout = 300)                                                                                                                                             
PASS: libffi.call/cls_align_pointer.c -O2 (test for excess errors)                                                                                            
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_align_pointer.c -O2 execution test                                                                                                      
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_align_sint16.c  -O2  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_align_sint16.exe    (timeout = 300)                                                                                                                                               
PASS: libffi.call/cls_align_sint16.c -O2 (test for excess errors)                                                                                             
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_align_sint16.c -O2 execution test                                                                                                       
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_align_sint32.c  -O2  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_align_sint32.exe    (timeout = 300)                                                                                                                                               
PASS: libffi.call/cls_align_sint32.c -O2 (test for excess errors)                                                                                             
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_align_sint32.c -O2 execution test                                                                                                       
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_align_sint64.c  -O2  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_align_sint64.exe    (timeout = 300)                                                                                                                                               
PASS: libffi.call/cls_align_sint64.c -O2 (test for excess errors)                                                                                             
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_align_sint64.c -O2 execution test                                                                                                       
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_align_uint16.c  -O2  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_align_uint16.exe    (timeout = 300)                                                                                                                                               
PASS: libffi.call/cls_align_uint16.c -O2 (test for excess errors)                                                                                             
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_align_uint16.c -O2 execution test                                                                                                       
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_align_uint32.c  -O2  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_align_uint32.exe    (timeout = 300)                                                                                                                                               
PASS: libffi.call/cls_align_uint32.c -O2 (test for excess errors)                                                                                             
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_align_uint32.c -O2 execution test                                                                                                       
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_align_uint64.c  -O2  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_align_uint64.exe    (timeout = 300)                                                                                                                                               
PASS: libffi.call/cls_align_uint64.c -O2 (test for excess errors)                                                                                             
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_align_uint64.c -O2 execution test                                                                                                       
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_double.c  -O2  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_double.exe    (timeout = 300)                                                                                                                                                           
PASS: libffi.call/cls_double.c -O2 (test for excess errors)                                                                                                   
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_double.c -O2 execution test                                                                                                             
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_float.c  -O2  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_float.exe    (timeout = 300)                                                                                                                                                             
PASS: libffi.call/cls_float.c -O2 (test for excess errors)                                                                                                    
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_float.c -O2 execution test                                                                                                              
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_multi_schar.c  -O2  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_multi_schar.exe    (timeout = 300)                                                                                                                                                 
PASS: libffi.call/cls_multi_schar.c -O2 (test for excess errors)                                                                                              
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_multi_schar.c -O2 execution test                                                                                                        
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_multi_sshort.c  -O2  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_multi_sshort.exe    (timeout = 300)                                                                                                                                               
PASS: libffi.call/cls_multi_sshort.c -O2 (test for excess errors)                                                                                             
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_multi_sshort.c -O2 execution test                                                                                                       
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_multi_sshortchar.c  -O2  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_multi_sshortchar.exe    (timeout = 300)                                                                                                                                       
PASS: libffi.call/cls_multi_sshortchar.c -O2 (test for excess errors)                                                                                         
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_multi_sshortchar.c -O2 execution test                                                                                                   
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_multi_uchar.c  -O2  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_multi_uchar.exe    (timeout = 300)                                                                                                                                                 
PASS: libffi.call/cls_multi_uchar.c -O2 (test for excess errors)                                                                                              
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_multi_uchar.c -O2 execution test                                                                                                        
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_multi_ushort.c  -O2  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_multi_ushort.exe    (timeout = 300)                                                                                                                                               
PASS: libffi.call/cls_multi_ushort.c -O2 (test for excess errors)                                                                                             
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_multi_ushort.c -O2 execution test                                                                                                       
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_multi_ushortchar.c  -O2  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_multi_ushortchar.exe    (timeout = 300)                                                                                                                                       
PASS: libffi.call/cls_multi_ushortchar.c -O2 (test for excess errors)                                                                                         
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_multi_ushortchar.c -O2 execution test                                                                                                   
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_schar.c  -O2  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_schar.exe    (timeout = 300)                                                                                                                                                             
PASS: libffi.call/cls_schar.c -O2 (test for excess errors)                                                                                                    
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_schar.c -O2 execution test                                                                                                              
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_sint.c  -O2  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_sint.exe    (timeout = 300) 
PASS: libffi.call/cls_sint.c -O2 (test for excess errors)                                                                                                     
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_sint.c -O2 execution test                                                                                                               
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_sshort.c  -O2  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_sshort.exe    (timeout = 300)                                                                                                                                                           
PASS: libffi.call/cls_sshort.c -O2 (test for excess errors)                                                                                                   
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_sshort.c -O2 execution test                                                                                                             
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_uchar.c  -O2  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_uchar.exe    (timeout = 300)                                                                                                                                                             
PASS: libffi.call/cls_uchar.c -O2 (test for excess errors)                                                                                                    
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_uchar.c -O2 execution test                                                                                                              
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_uint.c  -O2  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_uint.exe    (timeout = 300) 
PASS: libffi.call/cls_uint.c -O2 (test for excess errors)                                                                                                     
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_uint.c -O2 execution test                                                                                                               
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_ulonglong.c  -O2  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_ulonglong.exe    (timeout = 300)                                                                                                                                                     
PASS: libffi.call/cls_ulonglong.c -O2 (test for excess errors)                                                                                                
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_ulonglong.c -O2 execution test                                                                                                          
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_ushort.c  -O2  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_ushort.exe    (timeout = 300)                                                                                                                                                           
PASS: libffi.call/cls_ushort.c -O2 (test for excess errors)                                                                                                   
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_ushort.c -O2 execution test                                                                                                             
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/float.c  -O2  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./float.exe    (timeout = 300)       
PASS: libffi.call/float.c -O2 (test for excess errors)                                                                                                        
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
2 vs 2                                                                                                                                                        
PASS: libffi.call/float.c -O2 execution test                                                                                                                  
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/float1.c  -O2  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./float1.exe    (timeout = 300)     
PASS: libffi.call/float1.c -O2 (test for excess errors)                                                                                                       
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
PASS: libffi.call/float1.c -O2 execution test                                                                                                                 
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/float2.c  -O2  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./float2.exe    (timeout = 300)     
PASS: libffi.call/float2.c -O2 (test for excess errors)                                                                                                       
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
1.047197                                                                                                                                                      
1.047197, 1.047197, 0.000000, 0.000000                                                                                                                        
long double return value tests ok!                                                                                                                            
PASS: libffi.call/float2.c -O2 execution test                                                                                                                 
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/float3.c  -O2  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./float3.exe    (timeout = 300)     
PASS: libffi.call/float3.c -O2 (test for excess errors)                                                                                                       
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
PASS: libffi.call/float3.c -O2 execution test                                                                                                                 
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/float4.c  -O2  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./float4.exe    (timeout = 300)     
PASS: libffi.call/float4.c -O2 (test for excess errors)                                                                                                       
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
PASS: libffi.call/float4.c -O2 execution test                                                                                                                 
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/many.c  -O2  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./many.exe    (timeout = 300)         
PASS: libffi.call/many.c -O2 (test for excess errors)                                                                                                         
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
PASS: libffi.call/many.c -O2 execution test                                                                                                                   
UNSUPPORTED: libffi.call/many_win32.c -O2                                                                                                                     
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/negint.c  -O2 -O2 -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./negint.exe    (timeout = 300)  
PASS: libffi.call/negint.c -O2 (test for excess errors)                                                                                                       
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
1 vs 1                                                                                                                                                        
PASS: libffi.call/negint.c -O2 execution test                                                                                                                 
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/nested_struct.c  -O2  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./nested_struct.exe    (timeout = 300)                                                                                                                                                     
PASS: libffi.call/nested_struct.c -O2 (test for excess errors)                                                                                                
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/nested_struct.c -O2 execution test                                                                                                          
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/nested_struct1.c  -O2  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./nested_struct1.exe    (timeout = 300)                                                                                                                                                   
PASS: libffi.call/nested_struct1.c -O2 (test for excess errors)                                                                                               
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/nested_struct1.c -O2 execution test                                                                                                         
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/nested_struct10.c  -O2  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./nested_struct10.exe    (timeout = 300)                                                                                                                                                 
PASS: libffi.call/nested_struct10.c -O2 (test for excess errors)                                                                                              
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/nested_struct10.c -O2 execution test                                                                                                        
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/nested_struct2.c  -O2  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./nested_struct2.exe    (timeout = 300)                                                                                                                                                   
PASS: libffi.call/nested_struct2.c -O2 (test for excess errors)                                                                                               
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/nested_struct2.c -O2 execution test                                                                                                         
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/nested_struct3.c  -O2  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./nested_struct3.exe    (timeout = 300)                                                                                                                                                   
PASS: libffi.call/nested_struct3.c -O2 (test for excess errors)                                                                                               
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/nested_struct3.c -O2 execution test                                                                                                         
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/nested_struct4.c  -O2  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./nested_struct4.exe    (timeout = 300)                                                                                                                                                   
PASS: libffi.call/nested_struct4.c -O2 (test for excess errors)                                                                                               
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/nested_struct4.c -O2 execution test                                                                                                         
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/nested_struct5.c  -O2  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./nested_struct5.exe    (timeout = 300)                                                                                                                                                   
PASS: libffi.call/nested_struct5.c -O2 (test for excess errors)                                                                                               
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/nested_struct5.c -O2 execution test                                                                                                         
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/nested_struct6.c  -O2  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./nested_struct6.exe    (timeout = 300)                                                                                                                                                   
PASS: libffi.call/nested_struct6.c -O2 (test for excess errors)                                                                                               
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/nested_struct6.c -O2 execution test                                                                                                         
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/nested_struct7.c  -O2  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./nested_struct7.exe    (timeout = 300)                                                                                                                                                   
PASS: libffi.call/nested_struct7.c -O2 (test for excess errors)                                                                                               
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/nested_struct7.c -O2 execution test                                                                                                         
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/nested_struct8.c  -O2  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./nested_struct8.exe    (timeout = 300)                                                                                                                                                   
PASS: libffi.call/nested_struct8.c -O2 (test for excess errors)                                                                                               
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/nested_struct8.c -O2 execution test                                                                                                         
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/nested_struct9.c  -O2  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./nested_struct9.exe    (timeout = 300)                                                                                                                                                   
PASS: libffi.call/nested_struct9.c -O2 (test for excess errors)                                                                                               
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/nested_struct9.c -O2 execution test                                                                                                         
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/problem1.c  -O2  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./problem1.exe    (timeout = 300) 
PASS: libffi.call/problem1.c -O2 (test for excess errors)                                                                                                     
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/problem1.c -O2 execution test                                                                                                               
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/promotion.c  -O2  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./promotion.exe    (timeout = 300)                                                                                                                                                             
PASS: libffi.call/promotion.c -O2 (test for excess errors)                                                                                                    
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
1383096 promotion tests run                                                                                                                                   
PASS: libffi.call/promotion.c -O2 execution test                                                                                                              
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/pyobjc-tc.c  -O2  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./pyobjc-tc.exe    (timeout = 300)                                                                                                                                                             
PASS: libffi.call/pyobjc-tc.c -O2 (test for excess errors)                                                                                                    
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
CALLING WITH 0 myMethod {1.000000 2.000000} {{9.000000 10.000000} {-1.000000 -2.000000}} 42                                                                   
CALLED WITH 0 myMethod {1.000000 2.000000} {{9.000000 10.000000} {-1.000000 -2.000000}} 42                                                                    
The result is 42                                                                                                                                              
PASS: libffi.call/pyobjc-tc.c -O2 execution test                                                                                                              
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/return_dbl.c  -O2  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./return_dbl.exe    (timeout = 300)                                                                                                                                                           
PASS: libffi.call/return_dbl.c -O2 (test for excess errors)                                                                                                   
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
-254.600000 vs -254.600000                                                                                                                                    
-252.600000 vs -252.600000                                                                                                                                    
-250.600000 vs -250.600000                                                                                                                                    
-248.600000 vs -248.600000                                                                                                                                    
-246.600000 vs -246.600000                                                                                                                                    
-244.600000 vs -244.600000                                                                                                                                    
-242.600000 vs -242.600000                                                                                                                                    
-240.600000 vs -240.600000                                                                                                                                    
-238.600000 vs -238.600000                                                                                                                                    
-236.600000 vs -236.600000                                                                                                                                    
-234.600000 vs -234.600000                                                                                                                                    
-232.600000 vs -232.600000                                                                                                                                    
-230.600000 vs -230.600000                                                                                                                                    
-228.600000 vs -228.600000                                                                                                                                    
-226.600000 vs -226.600000                                                                                                                                    
-224.600000 vs -224.600000                                                                                                                                    
-222.600000 vs -222.600000                                                                                                                                    
-220.600000 vs -220.600000                                                                                                                                    
-218.600000 vs -218.600000                                                                                                                                    
-216.600000 vs -216.600000                                                                                                                                    
-214.600000 vs -214.600000                                                                                                                                    
-212.600000 vs -212.600000                                                                                                                                    
-210.600000 vs -210.600000                                                                                                                                    
-208.600000 vs -208.600000                                                                                                                                    
-206.600000 vs -206.600000                                                                                                                                    
-204.600000 vs -204.600000                                                                                                                                    
-202.600000 vs -202.600000                                                                                                                                    
-200.600000 vs -200.600000                                                                                                                                    
-198.600000 vs -198.600000                                                                                                                                    
-196.600000 vs -196.600000                                                                                                                                    
-194.600000 vs -194.600000                                                                                                                                    
-192.600000 vs -192.600000                                                                                                                                    
-190.600000 vs -190.600000                                                                                                                                    
-188.600000 vs -188.600000                                                                                                                                    
-186.600000 vs -186.600000                                                                                                                                    
-184.600000 vs -184.600000                                                                                                                                    
-182.600000 vs -182.600000                                                                                                                                    
-180.600000 vs -180.600000                                                                                                                                    
-178.600000 vs -178.600000                                                                                                                                    
-176.600000 vs -176.600000                                                                                                                                    
-174.600000 vs -174.600000                                                                                                                                    
-172.600000 vs -172.600000                                                                                                                                    
-170.600000 vs -170.600000                                                                                                                                    
-168.600000 vs -168.600000                                                                                                                                    
-166.600000 vs -166.600000                                                                                                                                    
-164.600000 vs -164.600000                                                                                                                                    
-162.600000 vs -162.600000                                                                                                                                    
-160.600000 vs -160.600000                                                                                                                                    
-158.600000 vs -158.600000                                                                                                                                    
-156.600000 vs -156.600000                                                                                                                                    
-154.600000 vs -154.600000                                                                                                                                    
-152.600000 vs -152.600000                                                                                                                                    
-150.600000 vs -150.600000                                                                                                                                    
-148.600000 vs -148.600000                                                                                                                                    
-146.600000 vs -146.600000                                                                                                                                    
-144.600000 vs -144.600000                                                                                                                                    
-142.600000 vs -142.600000                                                                                                                                    
-140.600000 vs -140.600000                                                                                                                                    
-138.600000 vs -138.600000                                                                                                                                    
-136.600000 vs -136.600000                                                                                                                                    
-134.600000 vs -134.600000                                                                                                                                    
-132.600000 vs -132.600000                                                                                                                                    
-130.600000 vs -130.600000                                                                                                                                    
-128.600000 vs -128.600000                                                                                                                                    
-126.600000 vs -126.600000                                                                                                                                    
-124.600000 vs -124.600000                                                                                                                                    
-122.600000 vs -122.600000                                                                                                                                    
-120.600000 vs -120.600000                                                                                                                                    
-118.600000 vs -118.600000                                                                                                                                    
-116.600000 vs -116.600000                                                                                                                                    
-114.600000 vs -114.600000                                                                                                                                    
-112.600000 vs -112.600000                                                                                                                                    
-110.600000 vs -110.600000                                                                                                                                    
-108.600000 vs -108.600000                                                                                                                                    
-106.600000 vs -106.600000                                                                                                                                    
-104.600000 vs -104.600000                                                                                                                                    
-102.600000 vs -102.600000                                                                                                                                    
-100.600000 vs -100.600000                                                                                                                                    
-98.600000 vs -98.600000                                                                                                                                      
-96.600000 vs -96.600000                                                                                                                                      
-94.600000 vs -94.600000                                                                                                                                      
-92.600000 vs -92.600000                                                                                                                                      
-90.600000 vs -90.600000                                                                                                                                      
-88.600000 vs -88.600000                                                                                                                                      
-86.600000 vs -86.600000                                                                                                                                      
-84.600000 vs -84.600000                                                                                                                                      
-82.600000 vs -82.600000                                                                                                                                      
-80.600000 vs -80.600000                                                                                                                                      
-78.600000 vs -78.600000                                                                                                                                      
-76.600000 vs -76.600000                                                                                                                                      
-74.600000 vs -74.600000                                                                                                                                      
-72.600000 vs -72.600000                                                                                                                                      
-70.600000 vs -70.600000                                                                                                                                      
-68.600000 vs -68.600000                                                                                                                                      
-66.600000 vs -66.600000                                                                                                                                      
-64.600000 vs -64.600000                                                                                                                                      
-62.600000 vs -62.600000                                                                                                                                      
-60.600000 vs -60.600000                                                                                                                                      
-58.600000 vs -58.600000                                                                                                                                      
-56.600000 vs -56.600000                                                                                                                                      
-54.600000 vs -54.600000                                                                                                                                      
-52.600000 vs -52.600000                                                                                                                                      
-50.600000 vs -50.600000                                                                                                                                      
-48.600000 vs -48.600000                                                                                                                                      
-46.600000 vs -46.600000                                                                                                                                      
-44.600000 vs -44.600000                                                                                                                                      
-42.600000 vs -42.600000                                                                                                                                      
-40.600000 vs -40.600000                                                                                                                                      
-38.600000 vs -38.600000                                                                                                                                      
-36.600000 vs -36.600000                                                                                                                                      
-34.600000 vs -34.600000                                                                                                                                      
-32.600000 vs -32.600000                                                                                                                                      
-30.600000 vs -30.600000                                                                                                                                      
-28.600000 vs -28.600000                                                                                                                                      
-26.600000 vs -26.600000                                                                                                                                      
-24.600000 vs -24.600000                                                                                                                                      
-22.600000 vs -22.600000                                                                                                                                      
-20.600000 vs -20.600000                                                                                                                                      
-18.600000 vs -18.600000                                                                                                                                      
-16.600000 vs -16.600000                                                                                                                                      
-14.600000 vs -14.600000                                                                                                                                      
-12.600000 vs -12.600000                                                                                                                                      
-10.600000 vs -10.600000                                                                                                                                      
-8.600000 vs -8.600000                                                                                                                                        
-6.600000 vs -6.600000                                                                                                                                        
-4.600000 vs -4.600000                                                                                                                                        
-2.600000 vs -2.600000                                                                                                                                        
-0.600000 vs -0.600000                                                                                                                                        
1.400000 vs 1.400000                                                                                                                                          
3.400000 vs 3.400000                                                                                                                                          
5.400000 vs 5.400000                                                                                                                                          
7.400000 vs 7.400000                                                                                                                                          
9.400000 vs 9.400000                                                                                                                                          
11.400000 vs 11.400000                                                                                                                                        
13.400000 vs 13.400000                                                                                                                                        
15.400000 vs 15.400000                                                                                                                                        
17.400000 vs 17.400000                                                                                                                                        
19.400000 vs 19.400000                                                                                                                                        
21.400000 vs 21.400000                                                                                                                                        
23.400000 vs 23.400000                                                                                                                                        
25.400000 vs 25.400000                                                                                                                                        
27.400000 vs 27.400000                                                                                                                                        
29.400000 vs 29.400000                                                                                                                                        
31.400000 vs 31.400000                                                                                                                                        
33.400000 vs 33.400000                                                                                                                                        
35.400000 vs 35.400000                                                                                                                                        
37.400000 vs 37.400000                                                                                                                                        
39.400000 vs 39.400000                                                                                                                                        
41.400000 vs 41.400000                                                                                                                                        
43.400000 vs 43.400000                                                                                                                                        
45.400000 vs 45.400000                                                                                                                                        
47.400000 vs 47.400000                                                                                                                                        
49.400000 vs 49.400000                                                                                                                                        
51.400000 vs 51.400000                                                                                                                                        
53.400000 vs 53.400000                                                                                                                                        
55.400000 vs 55.400000                                                                                                                                        
57.400000 vs 57.400000                                                                                                                                        
59.400000 vs 59.400000                                                                                                                                        
61.400000 vs 61.400000                                                                                                                                        
63.400000 vs 63.400000                                                                                                                                        
65.400000 vs 65.400000                                                                                                                                        
67.400000 vs 67.400000                                                                                                                                        
69.400000 vs 69.400000                                                                                                                                        
71.400000 vs 71.400000                                                                                                                                        
73.400000 vs 73.400000                                                                                                                                        
75.400000 vs 75.400000                                                                                                                                        
77.400000 vs 77.400000                                                                                                                                        
79.400000 vs 79.400000                                                                                                                                        
81.400000 vs 81.400000                                                                                                                                        
83.400000 vs 83.400000                                                                                                                                        
85.400000 vs 85.400000                                                                                                                                        
87.400000 vs 87.400000                                                                                                                                        
89.400000 vs 89.400000                                                                                                                                        
91.400000 vs 91.400000                                                                                                                                        
93.400000 vs 93.400000                                                                                                                                        
95.400000 vs 95.400000                                                                                                                                        
97.400000 vs 97.400000                                                                                                                                        
99.400000 vs 99.400000                                                                                                                                        
101.400000 vs 101.400000                                                                                                                                      
103.400000 vs 103.400000                                                                                                                                      
105.400000 vs 105.400000                                                                                                                                      
107.400000 vs 107.400000                                                                                                                                      
109.400000 vs 109.400000                                                                                                                                      
111.400000 vs 111.400000                                                                                                                                      
113.400000 vs 113.400000                                                                                                                                      
115.400000 vs 115.400000                                                                                                                                      
117.400000 vs 117.400000                                                                                                                                      
119.400000 vs 119.400000                                                                                                                                      
121.400000 vs 121.400000                                                                                                                                      
123.400000 vs 123.400000                                                                                                                                      
125.400000 vs 125.400000                                                                                                                                      
127.400000 vs 127.400000                                                                                                                                      
129.400000 vs 129.400000                                                                                                                                      
131.400000 vs 131.400000                                                                                                                                      
133.400000 vs 133.400000                                                                                                                                      
135.400000 vs 135.400000                                                                                                                                      
137.400000 vs 137.400000                                                                                                                                      
139.400000 vs 139.400000                                                                                                                                      
141.400000 vs 141.400000                                                                                                                                      
143.400000 vs 143.400000                                                                                                                                      
145.400000 vs 145.400000                                                                                                                                      
147.400000 vs 147.400000                                                                                                                                      
149.400000 vs 149.400000                                                                                                                                      
151.400000 vs 151.400000                                                                                                                                      
153.400000 vs 153.400000                                                                                                                                      
155.400000 vs 155.400000                                                                                                                                      
157.400000 vs 157.400000                                                                                                                                      
159.400000 vs 159.400000                                                                                                                                      
161.400000 vs 161.400000                                                                                                                                      
163.400000 vs 163.400000                                                                                                                                      
165.400000 vs 165.400000                                                                                                                                      
167.400000 vs 167.400000                                                                                                                                      
169.400000 vs 169.400000                                                                                                                                      
171.400000 vs 171.400000                                                                                                                                      
173.400000 vs 173.400000                                                                                                                                      
175.400000 vs 175.400000                                                                                                                                      
177.400000 vs 177.400000                                                                                                                                      
179.400000 vs 179.400000                                                                                                                                      
181.400000 vs 181.400000                                                                                                                                      
183.400000 vs 183.400000                                                                                                                                      
185.400000 vs 185.400000                                                                                                                                      
187.400000 vs 187.400000                                                                                                                                      
189.400000 vs 189.400000                                                                                                                                      
191.400000 vs 191.400000                                                                                                                                      
193.400000 vs 193.400000                                                                                                                                      
195.400000 vs 195.400000                                                                                                                                      
197.400000 vs 197.400000                                                                                                                                      
199.400000 vs 199.400000                                                                                                                                      
201.400000 vs 201.400000                                                                                                                                      
203.400000 vs 203.400000                                                                                                                                      
205.400000 vs 205.400000                                                                                                                                      
207.400000 vs 207.400000                                                                                                                                      
209.400000 vs 209.400000                                                                                                                                      
211.400000 vs 211.400000                                                                                                                                      
213.400000 vs 213.400000                                                                                                                                      
215.400000 vs 215.400000                                                                                                                                      
217.400000 vs 217.400000                                                                                                                                      
219.400000 vs 219.400000                                                                                                                                      
221.400000 vs 221.400000                                                                                                                                      
223.400000 vs 223.400000                                                                                                                                      
225.400000 vs 225.400000                                                                                                                                      
227.400000 vs 227.400000                                                                                                                                      
229.400000 vs 229.400000                                                                                                                                      
231.400000 vs 231.400000                                                                                                                                      
233.400000 vs 233.400000                                                                                                                                      
235.400000 vs 235.400000                                                                                                                                      
237.400000 vs 237.400000                                                                                                                                      
239.400000 vs 239.400000                                                                                                                                      
241.400000 vs 241.400000                                                                                                                                      
243.400000 vs 243.400000                                                                                                                                      
245.400000 vs 245.400000                                                                                                                                      
247.400000 vs 247.400000                                                                                                                                      
249.400000 vs 249.400000                                                                                                                                      
251.400000 vs 251.400000                                                                                                                                      
253.400000 vs 253.400000                                                                                                                                      
PASS: libffi.call/return_dbl.c -O2 execution test                                                                                                             
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/return_dbl1.c  -O2  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./return_dbl1.exe    (timeout = 300)                                                                                                                                                         
PASS: libffi.call/return_dbl1.c -O2 (test for excess errors)                                                                                                  
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
1022.700000 vs 1022.700000                                                                                                                                    
PASS: libffi.call/return_dbl1.c -O2 execution test                                                                                                            
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/return_dbl2.c  -O2  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./return_dbl2.exe    (timeout = 300)                                                                                                                                                         
PASS: libffi.call/return_dbl2.c -O2 (test for excess errors)                                                                                                  
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
1022.700000 vs 1022.700000                                                                                                                                    
PASS: libffi.call/return_dbl2.c -O2 execution test                                                                                                            
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/return_fl.c  -O2  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./return_fl.exe    (timeout = 300)                                                                                                                                                             
PASS: libffi.call/return_fl.c -O2 (test for excess errors)                                                                                                    
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
-254.000000 vs -254.000000                                                                                                                                    
-252.000000 vs -252.000000                                                                                                                                    
-250.000000 vs -250.000000                                                                                                                                    
-248.000000 vs -248.000000                                                                                                                                    
-246.000000 vs -246.000000                                                                                                                                    
-244.000000 vs -244.000000                                                                                                                                    
-242.000000 vs -242.000000                                                                                                                                    
-240.000000 vs -240.000000                                                                                                                                    
-238.000000 vs -238.000000                                                                                                                                    
-236.000000 vs -236.000000                                                                                                                                    
-234.000000 vs -234.000000                                                                                                                                    
-232.000000 vs -232.000000                                                                                                                                    
-230.000000 vs -230.000000                                                                                                                                    
-228.000000 vs -228.000000                                                                                                                                    
-226.000000 vs -226.000000                                                                                                                                    
-224.000000 vs -224.000000                                                                                                                                    
-222.000000 vs -222.000000                                                                                                                                    
-220.000000 vs -220.000000                                                                                                                                    
-218.000000 vs -218.000000                                                                                                                                    
-216.000000 vs -216.000000                                                                                                                                    
-214.000000 vs -214.000000                                                                                                                                    
-212.000000 vs -212.000000                                                                                                                                    
-210.000000 vs -210.000000                                                                                                                                    
-208.000000 vs -208.000000                                                                                                                                    
-206.000000 vs -206.000000                                                                                                                                    
-204.000000 vs -204.000000                                                                                                                                    
-202.000000 vs -202.000000                                                                                                                                    
-200.000000 vs -200.000000                                                                                                                                    
-198.000000 vs -198.000000                                                                                                                                    
-196.000000 vs -196.000000                                                                                                                                    
-194.000000 vs -194.000000                                                                                                                                    
-192.000000 vs -192.000000                                                                                                                                    
-190.000000 vs -190.000000                                                                                                                                    
-188.000000 vs -188.000000                                                                                                                                    
-186.000000 vs -186.000000                                                                                                                                    
-184.000000 vs -184.000000                                                                                                                                    
-182.000000 vs -182.000000                                                                                                                                    
-180.000000 vs -180.000000                                                                                                                                    
-178.000000 vs -178.000000                                                                                                                                    
-176.000000 vs -176.000000                                                                                                                                    
-174.000000 vs -174.000000                                                                                                                                    
-172.000000 vs -172.000000                                                                                                                                    
-170.000000 vs -170.000000                                                                                                                                    
-168.000000 vs -168.000000                                                                                                                                    
-166.000000 vs -166.000000                                                                                                                                    
-164.000000 vs -164.000000                                                                                                                                    
-162.000000 vs -162.000000                                                                                                                                    
-160.000000 vs -160.000000                                                                                                                                    
-158.000000 vs -158.000000                                                                                                                                    
-156.000000 vs -156.000000                                                                                                                                    
-154.000000 vs -154.000000                                                                                                                                    
-152.000000 vs -152.000000                                                                                                                                    
-150.000000 vs -150.000000                                                                                                                                    
-148.000000 vs -148.000000                                                                                                                                    
-146.000000 vs -146.000000                                                                                                                                    
-144.000000 vs -144.000000                                                                                                                                    
-142.000000 vs -142.000000                                                                                                                                    
-140.000000 vs -140.000000                                                                                                                                    
-138.000000 vs -138.000000                                                                                                                                    
-136.000000 vs -136.000000                                                                                                                                    
-134.000000 vs -134.000000                                                                                                                                    
-132.000000 vs -132.000000                                                                                                                                    
-130.000000 vs -130.000000                                                                                                                                    
-128.000000 vs -128.000000                                                                                                                                    
-126.000000 vs -126.000000                                                                                                                                    
-124.000000 vs -124.000000                                                                                                                                    
-122.000000 vs -122.000000                                                                                                                                    
-120.000000 vs -120.000000                                                                                                                                    
-118.000000 vs -118.000000                                                                                                                                    
-116.000000 vs -116.000000                                                                                                                                    
-114.000000 vs -114.000000                                                                                                                                    
-112.000000 vs -112.000000                                                                                                                                    
-110.000000 vs -110.000000                                                                                                                                    
-108.000000 vs -108.000000                                                                                                                                    
-106.000000 vs -106.000000                                                                                                                                    
-104.000000 vs -104.000000                                                                                                                                    
-102.000000 vs -102.000000                                                                                                                                    
-100.000000 vs -100.000000                                                                                                                                    
-98.000000 vs -98.000000                                                                                                                                      
-96.000000 vs -96.000000                                                                                                                                      
-94.000000 vs -94.000000                                                                                                                                      
-92.000000 vs -92.000000                                                                                                                                      
-90.000000 vs -90.000000                                                                                                                                      
-88.000000 vs -88.000000                                                                                                                                      
-86.000000 vs -86.000000                                                                                                                                      
-84.000000 vs -84.000000                                                                                                                                      
-82.000000 vs -82.000000                                                                                                                                      
-80.000000 vs -80.000000                                                                                                                                      
-78.000000 vs -78.000000                                                                                                                                      
-76.000000 vs -76.000000                                                                                                                                      
-74.000000 vs -74.000000                                                                                                                                      
-72.000000 vs -72.000000                                                                                                                                      
-70.000000 vs -70.000000                                                                                                                                      
-68.000000 vs -68.000000                                                                                                                                      
-66.000000 vs -66.000000                                                                                                                                      
-64.000000 vs -64.000000                                                                                                                                      
-62.000000 vs -62.000000                                                                                                                                      
-60.000000 vs -60.000000                                                                                                                                      
-58.000000 vs -58.000000                                                                                                                                      
-56.000000 vs -56.000000                                                                                                                                      
-54.000000 vs -54.000000                                                                                                                                      
-52.000000 vs -52.000000                                                                                                                                      
-50.000000 vs -50.000000                                                                                                                                      
-48.000000 vs -48.000000                                                                                                                                      
-46.000000 vs -46.000000                                                                                                                                      
-44.000000 vs -44.000000                                                                                                                                      
-42.000000 vs -42.000000                                                                                                                                      
-40.000000 vs -40.000000                                                                                                                                      
-38.000000 vs -38.000000                                                                                                                                      
-36.000000 vs -36.000000                                                                                                                                      
-34.000000 vs -34.000000                                                                                                                                      
-32.000000 vs -32.000000                                                                                                                                      
-30.000000 vs -30.000000                                                                                                                                      
-28.000000 vs -28.000000                                                                                                                                      
-26.000000 vs -26.000000                                                                                                                                      
-24.000000 vs -24.000000                                                                                                                                      
-22.000000 vs -22.000000                                                                                                                                      
-20.000000 vs -20.000000                                                                                                                                      
-18.000000 vs -18.000000                                                                                                                                      
-16.000000 vs -16.000000                                                                                                                                      
-14.000000 vs -14.000000                                                                                                                                      
-12.000000 vs -12.000000                                                                                                                                      
-10.000000 vs -10.000000                                                                                                                                      
-8.000000 vs -8.000000                                                                                                                                        
-6.000000 vs -6.000000                                                                                                                                        
-4.000000 vs -4.000000                                                                                                                                        
-2.000000 vs -2.000000                                                                                                                                        
0.000000 vs 0.000000                                                                                                                                          
2.000000 vs 2.000000                                                                                                                                          
4.000000 vs 4.000000                                                                                                                                          
6.000000 vs 6.000000                                                                                                                                          
8.000000 vs 8.000000                                                                                                                                          
10.000000 vs 10.000000                                                                                                                                        
12.000000 vs 12.000000                                                                                                                                        
14.000000 vs 14.000000                                                                                                                                        
16.000000 vs 16.000000                                                                                                                                        
18.000000 vs 18.000000                                                                                                                                        
20.000000 vs 20.000000                                                                                                                                        
22.000000 vs 22.000000                                                                                                                                        
24.000000 vs 24.000000                                                                                                                                        
26.000000 vs 26.000000                                                                                                                                        
28.000000 vs 28.000000                                                                                                                                        
30.000000 vs 30.000000                                                                                                                                        
32.000000 vs 32.000000                                                                                                                                        
34.000000 vs 34.000000                                                                                                                                        
36.000000 vs 36.000000                                                                                                                                        
38.000000 vs 38.000000                                                                                                                                        
40.000000 vs 40.000000                                                                                                                                        
42.000000 vs 42.000000                                                                                                                                        
44.000000 vs 44.000000                                                                                                                                        
46.000000 vs 46.000000                                                                                                                                        
48.000000 vs 48.000000                                                                                                                                        
50.000000 vs 50.000000                                                                                                                                        
52.000000 vs 52.000000                                                                                                                                        
54.000000 vs 54.000000                                                                                                                                        
56.000000 vs 56.000000                                                                                                                                        
58.000000 vs 58.000000                                                                                                                                        
60.000000 vs 60.000000                                                                                                                                        
62.000000 vs 62.000000                                                                                                                                        
64.000000 vs 64.000000                                                                                                                                        
66.000000 vs 66.000000                                                                                                                                        
68.000000 vs 68.000000                                                                                                                                        
70.000000 vs 70.000000                                                                                                                                        
72.000000 vs 72.000000                                                                                                                                        
74.000000 vs 74.000000                                                                                                                                        
76.000000 vs 76.000000                                                                                                                                        
78.000000 vs 78.000000                                                                                                                                        
80.000000 vs 80.000000                                                                                                                                        
82.000000 vs 82.000000                                                                                                                                        
84.000000 vs 84.000000                                                                                                                                        
86.000000 vs 86.000000                                                                                                                                        
88.000000 vs 88.000000                                                                                                                                        
90.000000 vs 90.000000                                                                                                                                        
92.000000 vs 92.000000                                                                                                                                        
94.000000 vs 94.000000                                                                                                                                        
96.000000 vs 96.000000                                                                                                                                        
98.000000 vs 98.000000                                                                                                                                        
100.000000 vs 100.000000                                                                                                                                      
102.000000 vs 102.000000                                                                                                                                      
104.000000 vs 104.000000                                                                                                                                      
106.000000 vs 106.000000                                                                                                                                      
108.000000 vs 108.000000                                                                                                                                      
110.000000 vs 110.000000                                                                                                                                      
112.000000 vs 112.000000                                                                                                                                      
114.000000 vs 114.000000                                                                                                                                      
116.000000 vs 116.000000                                                                                                                                      
118.000000 vs 118.000000                                                                                                                                      
120.000000 vs 120.000000                                                                                                                                      
122.000000 vs 122.000000                                                                                                                                      
124.000000 vs 124.000000                                                                                                                                      
126.000000 vs 126.000000                                                                                                                                      
128.000000 vs 128.000000                                                                                                                                      
130.000000 vs 130.000000                                                                                                                                      
132.000000 vs 132.000000                                                                                                                                      
134.000000 vs 134.000000                                                                                                                                      
136.000000 vs 136.000000                                                                                                                                      
138.000000 vs 138.000000                                                                                                                                      
140.000000 vs 140.000000                                                                                                                                      
142.000000 vs 142.000000                                                                                                                                      
144.000000 vs 144.000000                                                                                                                                      
146.000000 vs 146.000000                                                                                                                                      
148.000000 vs 148.000000                                                                                                                                      
150.000000 vs 150.000000                                                                                                                                      
152.000000 vs 152.000000                                                                                                                                      
154.000000 vs 154.000000                                                                                                                                      
156.000000 vs 156.000000                                                                                                                                      
158.000000 vs 158.000000                                                                                                                                      
160.000000 vs 160.000000                                                                                                                                      
162.000000 vs 162.000000                                                                                                                                      
164.000000 vs 164.000000                                                                                                                                      
166.000000 vs 166.000000                                                                                                                                      
168.000000 vs 168.000000                                                                                                                                      
170.000000 vs 170.000000                                                                                                                                      
172.000000 vs 172.000000                                                                                                                                      
174.000000 vs 174.000000                                                                                                                                      
176.000000 vs 176.000000                                                                                                                                      
178.000000 vs 178.000000                                                                                                                                      
180.000000 vs 180.000000                                                                                                                                      
182.000000 vs 182.000000                                                                                                                                      
184.000000 vs 184.000000                                                                                                                                      
186.000000 vs 186.000000                                                                                                                                      
188.000000 vs 188.000000                                                                                                                                      
190.000000 vs 190.000000                                                                                                                                      
192.000000 vs 192.000000                                                                                                                                      
194.000000 vs 194.000000                                                                                                                                      
196.000000 vs 196.000000                                                                                                                                      
198.000000 vs 198.000000                                                                                                                                      
200.000000 vs 200.000000                                                                                                                                      
202.000000 vs 202.000000                                                                                                                                      
204.000000 vs 204.000000                                                                                                                                      
206.000000 vs 206.000000                                                                                                                                      
208.000000 vs 208.000000                                                                                                                                      
210.000000 vs 210.000000                                                                                                                                      
212.000000 vs 212.000000                                                                                                                                      
214.000000 vs 214.000000                                                                                                                                      
216.000000 vs 216.000000                                                                                                                                      
218.000000 vs 218.000000                                                                                                                                      
220.000000 vs 220.000000                                                                                                                                      
222.000000 vs 222.000000                                                                                                                                      
224.000000 vs 224.000000                                                                                                                                      
226.000000 vs 226.000000                                                                                                                                      
228.000000 vs 228.000000                                                                                                                                      
230.000000 vs 230.000000                                                                                                                                      
232.000000 vs 232.000000                                                                                                                                      
234.000000 vs 234.000000                                                                                                                                      
236.000000 vs 236.000000                                                                                                                                      
238.000000 vs 238.000000                                                                                                                                      
240.000000 vs 240.000000                                                                                                                                      
242.000000 vs 242.000000                                                                                                                                      
244.000000 vs 244.000000                                                                                                                                      
246.000000 vs 246.000000                                                                                                                                      
248.000000 vs 248.000000                                                                                                                                      
250.000000 vs 250.000000                                                                                                                                      
252.000000 vs 252.000000                                                                                                                                      
PASS: libffi.call/return_fl.c -O2 execution test                                                                                                              
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/return_fl1.c  -O2  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./return_fl1.exe    (timeout = 300)                                                                                                                                                           
PASS: libffi.call/return_fl1.c -O2 (test for excess errors)                                                                                                   
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
255.000000 vs 255.000000                                                                                                                                      
PASS: libffi.call/return_fl1.c -O2 execution test                                                                                                             
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/return_fl2.c  -O2  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./return_fl2.exe    (timeout = 300)                                                                                                                                                           
PASS: libffi.call/return_fl2.c -O2 (test for excess errors)                                                                                                   
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
1022.800049 vs 1022.800049                                                                                                                                    
PASS: libffi.call/return_fl2.c -O2 execution test                                                                                                             
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/return_fl3.c  -O2  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./return_fl3.exe    (timeout = 300)                                                                                                                                                           
PASS: libffi.call/return_fl3.c -O2 (test for excess errors)                                                                                                   
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
1022.700012 vs 1022.700012                                                                                                                                    
PASS: libffi.call/return_fl3.c -O2 execution test                                                                                                             
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/return_ldl.c  -O2  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./return_ldl.exe    (timeout = 300)                                                                                                                                                           
PASS: libffi.call/return_ldl.c -O2 (test for excess errors)                                                                                                   
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
PASS: libffi.call/return_ldl.c -O2 execution test                                                                                                             
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/return_ll.c  -O2  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./return_ll.exe    (timeout = 300)                                                                                                                                                             
PASS: libffi.call/return_ll.c -O2 (test for excess errors)                                                                                                    
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
PASS: libffi.call/return_ll.c -O2 execution test                                                                                                              
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/return_ll1.c  -O2  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./return_ll1.exe    (timeout = 300)                                                                                                                                                           
PASS: libffi.call/return_ll1.c -O2 (test for excess errors)                                                                                                   
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
res: 11111133333222, 11111133333222                                                                                                                           
PASS: libffi.call/return_ll1.c -O2 execution test                                                                                                             
PASS: libffi.call/return_ll1.c -O2 output pattern test, res: 11111133333222, 11111133333222                                                                   
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/return_sc.c  -O2  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./return_sc.exe    (timeout = 300)                                                                                                                                                             
PASS: libffi.call/return_sc.c -O2 (test for excess errors)                                                                                                    
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
PASS: libffi.call/return_sc.c -O2 execution test                                                                                                              
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/return_sl.c  -O2  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./return_sl.exe    (timeout = 300)                                                                                                                                                             
PASS: libffi.call/return_sl.c -O2 (test for excess errors)                                                                                                    
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
res: -1, -1                                                                                                                                                   
PASS: libffi.call/return_sl.c -O2 execution test                                                                                                              
PASS: libffi.call/return_sl.c -O2 output pattern test, res: -1, -1                                                                                            
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/return_uc.c  -O2  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./return_uc.exe    (timeout = 300)                                                                                                                                                             
PASS: libffi.call/return_uc.c -O2 (test for excess errors)                                                                                                    
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
PASS: libffi.call/return_uc.c -O2 execution test                                                                                                              
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/return_ul.c  -O2  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./return_ul.exe    (timeout = 300)                                                                                                                                                             
PASS: libffi.call/return_ul.c -O2 (test for excess errors)                                                                                                    
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
res: 2147483647, 2147483647                                                                                                                                   
PASS: libffi.call/return_ul.c -O2 execution test                                                                                                              
PASS: libffi.call/return_ul.c -O2 output pattern test, res: 2147483647, 2147483647                                                                            
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/strlen.c  -O2  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./strlen.exe    (timeout = 300)     
PASS: libffi.call/strlen.c -O2 (test for excess errors)                                                                                                       
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
PASS: libffi.call/strlen.c -O2 execution test                                                                                                                 
UNSUPPORTED: libffi.call/strlen_win32.c -O2                                                                                                                   
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/struct1.c  -O2  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./struct1.exe    (timeout = 300)   
PASS: libffi.call/struct1.c -O2 (test for excess errors)                                                                                                      
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
PASS: libffi.call/struct1.c -O2 execution test                                                                                                                
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/struct2.c  -O2  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./struct2.exe    (timeout = 300)   
PASS: libffi.call/struct2.c -O2 (test for excess errors)                                                                                                      
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
5.55                                                                                                                                                          
6.66                                                                                                                                                          
4.55                                                                                                                                                          
5.66                                                                                                                                                          
PASS: libffi.call/struct2.c -O2 execution test                                                                                                                
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/struct3.c  -O2  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./struct3.exe    (timeout = 300)   
PASS: libffi.call/struct3.c -O2 (test for excess errors)                                                                                                      
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
246 246                                                                                                                                                       
PASS: libffi.call/struct3.c -O2 execution test                                                                                                                
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/struct4.c  -O2  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./struct4.exe    (timeout = 300)   
PASS: libffi.call/struct4.c -O2 (test for excess errors)                                                                                                      
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
PASS: libffi.call/struct4.c -O2 execution test                                                                                                                
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/struct5.c  -O2  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./struct5.exe    (timeout = 300)   
PASS: libffi.call/struct5.c -O2 (test for excess errors)                                                                                                      
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
PASS: libffi.call/struct5.c -O2 execution test                                                                                                                
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/struct6.c  -O2  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./struct6.exe    (timeout = 300)   
PASS: libffi.call/struct6.c -O2 (test for excess errors)                                                                                                      
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
5.55                                                                                                                                                          
6.66                                                                                                                                                          
PASS: libffi.call/struct6.c -O2 execution test                                                                                                                
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/struct7.c  -O2  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./struct7.exe    (timeout = 300)   
PASS: libffi.call/struct7.c -O2 (test for excess errors)                                                                                                      
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
5.55                                                                                                                                                          
55.5                                                                                                                                                          
6.66                                                                                                                                                          
6.55                                                                                                                                                          
56.5                                                                                                                                                          
7.66                                                                                                                                                          
PASS: libffi.call/struct7.c -O2 execution test                                                                                                                
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/struct8.c  -O2  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./struct8.exe    (timeout = 300)   
PASS: libffi.call/struct8.c -O2 (test for excess errors)                                                                                                      
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
5.55                                                                                                                                                          
55.5                                                                                                                                                          
-5.55                                                                                                                                                         
-55.5                                                                                                                                                         
6.55                                                                                                                                                          
56.5                                                                                                                                                          
-4.55                                                                                                                                                         
-54.5                                                                                                                                                         
PASS: libffi.call/struct8.c -O2 execution test                                                                                                                
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/struct9.c  -O2  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./struct9.exe    (timeout = 300)   
PASS: libffi.call/struct9.c -O2 (test for excess errors)                                                                                                      
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
5.55                                                                                                                                                          
5                                                                                                                                                             
6.55                                                                                                                                                          
6                                                                                                                                                             
PASS: libffi.call/struct9.c -O2 execution test                                                                                                                
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/closure_fn0.c  -O3  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./closure_fn0.exe    (timeout = 300)                                                                                                                                                         
PASS: libffi.call/closure_fn0.c -O3 (test for excess errors)                                                                                                  
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/closure_fn0.c -O3 execution test                                                                                                            
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/closure_fn1.c  -O3  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./closure_fn1.exe    (timeout = 300)                                                                                                                                                         
PASS: libffi.call/closure_fn1.c -O3 (test for excess errors)                                                                                                  
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/closure_fn1.c -O3 execution test                                                                                                            
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/closure_fn2.c  -O3  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./closure_fn2.exe    (timeout = 300)                                                                                                                                                         
PASS: libffi.call/closure_fn2.c -O3 (test for excess errors)                                                                                                  
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/closure_fn2.c -O3 execution test                                                                                                            
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/closure_fn3.c  -O3  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./closure_fn3.exe    (timeout = 300)                                                                                                                                                         
PASS: libffi.call/closure_fn3.c -O3 (test for excess errors)                                                                                                  
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/closure_fn3.c -O3 execution test                                                                                                            
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/closure_fn4.c  -O3  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./closure_fn4.exe    (timeout = 300)                                                                                                                                                         
PASS: libffi.call/closure_fn4.c -O3 (test for excess errors)                                                                                                  
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/closure_fn4.c -O3 execution test                                                                                                            
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/closure_fn5.c  -O3  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./closure_fn5.exe    (timeout = 300)                                                                                                                                                         
PASS: libffi.call/closure_fn5.c -O3 (test for excess errors)                                                                                                  
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/closure_fn5.c -O3 execution test                                                                                                            
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/closure_fn6.c  -O3  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./closure_fn6.exe    (timeout = 300)                                                                                                                                                         
PASS: libffi.call/closure_fn6.c -O3 (test for excess errors)                                                                                                  
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/closure_fn6.c -O3 execution test                                                                                                            
UNSUPPORTED: libffi.call/closure_stdcall.c -O3                                                                                                                
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_12byte.c  -O3  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_12byte.exe    (timeout = 300)                                                                                                                                                           
PASS: libffi.call/cls_12byte.c -O3 (test for excess errors)                                                                                                   
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_12byte.c -O3 execution test                                                                                                             
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_16byte.c  -O3  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_16byte.exe    (timeout = 300)                                                                                                                                                           
PASS: libffi.call/cls_16byte.c -O3 (test for excess errors)                                                                                                   
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_16byte.c -O3 execution test                                                                                                             
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_18byte.c  -O3  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_18byte.exe    (timeout = 300)                                                                                                                                                           
PASS: libffi.call/cls_18byte.c -O3 (test for excess errors)                                                                                                   
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_18byte.c -O3 execution test                                                                                                             
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_19byte.c  -O3  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_19byte.exe    (timeout = 300)                                                                                                                                                           
PASS: libffi.call/cls_19byte.c -O3 (test for excess errors)                                                                                                   
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_19byte.c -O3 execution test                                                                                                             
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_1_1byte.c  -O3  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_1_1byte.exe    (timeout = 300)                                                                                                                                                         
PASS: libffi.call/cls_1_1byte.c -O3 (test for excess errors)                                                                                                  
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_1_1byte.c -O3 execution test                                                                                                            
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_20byte.c  -O3  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_20byte.exe    (timeout = 300)                                                                                                                                                           
PASS: libffi.call/cls_20byte.c -O3 (test for excess errors)                                                                                                   
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_20byte.c -O3 execution test                                                                                                             
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_20byte1.c  -O3  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_20byte1.exe    (timeout = 300)                                                                                                                                                         
PASS: libffi.call/cls_20byte1.c -O3 (test for excess errors)                                                                                                  
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_20byte1.c -O3 execution test                                                                                                            
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_24byte.c  -O3  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_24byte.exe    (timeout = 300)                                                                                                                                                           
PASS: libffi.call/cls_24byte.c -O3 (test for excess errors)                                                                                                   
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_24byte.c -O3 execution test                                                                                                             
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_2byte.c  -O3  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_2byte.exe    (timeout = 300)                                                                                                                                                             
PASS: libffi.call/cls_2byte.c -O3 (test for excess errors)                                                                                                    
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_2byte.c -O3 execution test                                                                                                              
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_3_1byte.c  -O3  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_3_1byte.exe    (timeout = 300)                                                                                                                                                         
PASS: libffi.call/cls_3_1byte.c -O3 (test for excess errors)                                                                                                  
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_3_1byte.c -O3 execution test                                                                                                            
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_3byte1.c  -O3  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_3byte1.exe    (timeout = 300)                                                                                                                                                           
PASS: libffi.call/cls_3byte1.c -O3 (test for excess errors)                                                                                                   
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_3byte1.c -O3 execution test                                                                                                             
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_3byte2.c  -O3  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_3byte2.exe    (timeout = 300)                                                                                                                                                           
PASS: libffi.call/cls_3byte2.c -O3 (test for excess errors)                                                                                                   
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_3byte2.c -O3 execution test                                                                                                             
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_4_1byte.c  -O3  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_4_1byte.exe    (timeout = 300)                                                                                                                                                         
PASS: libffi.call/cls_4_1byte.c -O3 (test for excess errors)                                                                                                  
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_4_1byte.c -O3 execution test                                                                                                            
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_4byte.c  -O3  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_4byte.exe    (timeout = 300)                                                                                                                                                             
PASS: libffi.call/cls_4byte.c -O3 (test for excess errors)                                                                                                    
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_4byte.c -O3 execution test                                                                                                              
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_5_1_byte.c  -O3  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_5_1_byte.exe    (timeout = 300)                                                                                                                                                       
PASS: libffi.call/cls_5_1_byte.c -O3 (test for excess errors)                                                                                                 
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_5_1_byte.c -O3 execution test                                                                                                           
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_5byte.c  -O3  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_5byte.exe    (timeout = 300)                                                                                                                                                             
PASS: libffi.call/cls_5byte.c -O3 (test for excess errors)                                                                                                    
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_5byte.c -O3 execution test                                                                                                              
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_64byte.c  -O3  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_64byte.exe    (timeout = 300)                                                                                                                                                           
PASS: libffi.call/cls_64byte.c -O3 (test for excess errors)                                                                                                   
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_64byte.c -O3 execution test                                                                                                             
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_6_1_byte.c  -O3  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_6_1_byte.exe    (timeout = 300)                                                                                                                                                       
PASS: libffi.call/cls_6_1_byte.c -O3 (test for excess errors)                                                                                                 
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_6_1_byte.c -O3 execution test                                                                                                           
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_6byte.c  -O3  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_6byte.exe    (timeout = 300)                                                                                                                                                             
PASS: libffi.call/cls_6byte.c -O3 (test for excess errors)                                                                                                    
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_6byte.c -O3 execution test                                                                                                              
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_7_1_byte.c  -O3  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_7_1_byte.exe    (timeout = 300)                                                                                                                                                       
PASS: libffi.call/cls_7_1_byte.c -O3 (test for excess errors)                                                                                                 
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_7_1_byte.c -O3 execution test                                                                                                           
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_7byte.c  -O3  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_7byte.exe    (timeout = 300)                                                                                                                                                             
PASS: libffi.call/cls_7byte.c -O3 (test for excess errors)                                                                                                    
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_7byte.c -O3 execution test                                                                                                              
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_8byte.c  -O3  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_8byte.exe    (timeout = 300)                                                                                                                                                             
PASS: libffi.call/cls_8byte.c -O3 (test for excess errors)                                                                                                    
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_8byte.c -O3 execution test                                                                                                              
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_9byte1.c  -O3  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_9byte1.exe    (timeout = 300)                                                                                                                                                           
PASS: libffi.call/cls_9byte1.c -O3 (test for excess errors)                                                                                                   
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_9byte1.c -O3 execution test                                                                                                             
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_9byte2.c  -O3  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_9byte2.exe    (timeout = 300)                                                                                                                                                           
PASS: libffi.call/cls_9byte2.c -O3 (test for excess errors)                                                                                                   
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_9byte2.c -O3 execution test                                                                                                             
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_align_double.c  -O3  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_align_double.exe    (timeout = 300)                                                                                                                                               
PASS: libffi.call/cls_align_double.c -O3 (test for excess errors)                                                                                             
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_align_double.c -O3 execution test                                                                                                       
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_align_float.c  -O3  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_align_float.exe    (timeout = 300)                                                                                                                                                 
PASS: libffi.call/cls_align_float.c -O3 (test for excess errors)                                                                                              
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_align_float.c -O3 execution test                                                                                                        
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_align_longdouble.c  -O3  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_align_longdouble.exe    (timeout = 300)                                                                                                                                       
PASS: libffi.call/cls_align_longdouble.c -O3 (test for excess errors)                                                                                         
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_align_longdouble.c -O3 execution test                                                                                                   
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_align_pointer.c  -O3  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_align_pointer.exe    (timeout = 300)                                                                                                                                             
PASS: libffi.call/cls_align_pointer.c -O3 (test for excess errors)                                                                                            
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_align_pointer.c -O3 execution test                                                                                                      
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_align_sint16.c  -O3  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_align_sint16.exe    (timeout = 300)                                                                                                                                               
PASS: libffi.call/cls_align_sint16.c -O3 (test for excess errors)                                                                                             
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_align_sint16.c -O3 execution test                                                                                                       
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_align_sint32.c  -O3  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_align_sint32.exe    (timeout = 300)                                                                                                                                               
PASS: libffi.call/cls_align_sint32.c -O3 (test for excess errors)                                                                                             
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_align_sint32.c -O3 execution test                                                                                                       
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_align_sint64.c  -O3  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_align_sint64.exe    (timeout = 300)                                                                                                                                               
PASS: libffi.call/cls_align_sint64.c -O3 (test for excess errors)                                                                                             
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_align_sint64.c -O3 execution test                                                                                                       
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_align_uint16.c  -O3  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_align_uint16.exe    (timeout = 300)                                                                                                                                               
PASS: libffi.call/cls_align_uint16.c -O3 (test for excess errors)                                                                                             
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_align_uint16.c -O3 execution test                                                                                                       
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_align_uint32.c  -O3  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_align_uint32.exe    (timeout = 300)                                                                                                                                               
PASS: libffi.call/cls_align_uint32.c -O3 (test for excess errors)                                                                                             
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_align_uint32.c -O3 execution test                                                                                                       
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_align_uint64.c  -O3  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_align_uint64.exe    (timeout = 300)                                                                                                                                               
PASS: libffi.call/cls_align_uint64.c -O3 (test for excess errors)                                                                                             
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_align_uint64.c -O3 execution test                                                                                                       
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_double.c  -O3  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_double.exe    (timeout = 300)                                                                                                                                                           
PASS: libffi.call/cls_double.c -O3 (test for excess errors)                                                                                                   
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_double.c -O3 execution test                                                                                                             
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_float.c  -O3  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_float.exe    (timeout = 300)                                                                                                                                                             
PASS: libffi.call/cls_float.c -O3 (test for excess errors)                                                                                                    
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_float.c -O3 execution test                                                                                                              
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_multi_schar.c  -O3  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_multi_schar.exe    (timeout = 300)                                                                                                                                                 
PASS: libffi.call/cls_multi_schar.c -O3 (test for excess errors)                                                                                              
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_multi_schar.c -O3 execution test                                                                                                        
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_multi_sshort.c  -O3  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_multi_sshort.exe    (timeout = 300)                                                                                                                                               
PASS: libffi.call/cls_multi_sshort.c -O3 (test for excess errors)                                                                                             
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_multi_sshort.c -O3 execution test                                                                                                       
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_multi_sshortchar.c  -O3  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_multi_sshortchar.exe    (timeout = 300)                                                                                                                                       
PASS: libffi.call/cls_multi_sshortchar.c -O3 (test for excess errors)                                                                                         
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_multi_sshortchar.c -O3 execution test                                                                                                   
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_multi_uchar.c  -O3  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_multi_uchar.exe    (timeout = 300)                                                                                                                                                 
PASS: libffi.call/cls_multi_uchar.c -O3 (test for excess errors)                                                                                              
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_multi_uchar.c -O3 execution test                                                                                                        
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_multi_ushort.c  -O3  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_multi_ushort.exe    (timeout = 300)                                                                                                                                               
PASS: libffi.call/cls_multi_ushort.c -O3 (test for excess errors)                                                                                             
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_multi_ushort.c -O3 execution test                                                                                                       
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_multi_ushortchar.c  -O3  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_multi_ushortchar.exe    (timeout = 300)                                                                                                                                       
PASS: libffi.call/cls_multi_ushortchar.c -O3 (test for excess errors)                                                                                         
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_multi_ushortchar.c -O3 execution test                                                                                                   
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_schar.c  -O3  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_schar.exe    (timeout = 300)                                                                                                                                                             
PASS: libffi.call/cls_schar.c -O3 (test for excess errors)                                                                                                    
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_schar.c -O3 execution test                                                                                                              
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_sint.c  -O3  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_sint.exe    (timeout = 300) 
PASS: libffi.call/cls_sint.c -O3 (test for excess errors)                                                                                                     
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_sint.c -O3 execution test                                                                                                               
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_sshort.c  -O3  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_sshort.exe    (timeout = 300)                                                                                                                                                           
PASS: libffi.call/cls_sshort.c -O3 (test for excess errors)                                                                                                   
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_sshort.c -O3 execution test                                                                                                             
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_uchar.c  -O3  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_uchar.exe    (timeout = 300)                                                                                                                                                             
PASS: libffi.call/cls_uchar.c -O3 (test for excess errors)                                                                                                    
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_uchar.c -O3 execution test                                                                                                              
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_uint.c  -O3  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_uint.exe    (timeout = 300) 
PASS: libffi.call/cls_uint.c -O3 (test for excess errors)                                                                                                     
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_uint.c -O3 execution test                                                                                                               
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_ulonglong.c  -O3  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_ulonglong.exe    (timeout = 300)                                                                                                                                                     
PASS: libffi.call/cls_ulonglong.c -O3 (test for excess errors)                                                                                                
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_ulonglong.c -O3 execution test                                                                                                          
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_ushort.c  -O3  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_ushort.exe    (timeout = 300)                                                                                                                                                           
PASS: libffi.call/cls_ushort.c -O3 (test for excess errors)                                                                                                   
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_ushort.c -O3 execution test                                                                                                             
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/float.c  -O3  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./float.exe    (timeout = 300)       
PASS: libffi.call/float.c -O3 (test for excess errors)                                                                                                        
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
2 vs 2                                                                                                                                                        
PASS: libffi.call/float.c -O3 execution test                                                                                                                  
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/float1.c  -O3  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./float1.exe    (timeout = 300)     
PASS: libffi.call/float1.c -O3 (test for excess errors)                                                                                                       
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
PASS: libffi.call/float1.c -O3 execution test                                                                                                                 
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/float2.c  -O3  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./float2.exe    (timeout = 300)     
PASS: libffi.call/float2.c -O3 (test for excess errors)                                                                                                       
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
1.047197                                                                                                                                                      
1.047197, 1.047197, 0.000000, 0.000000                                                                                                                        
long double return value tests ok!                                                                                                                            
PASS: libffi.call/float2.c -O3 execution test                                                                                                                 
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/float3.c  -O3  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./float3.exe    (timeout = 300)     
PASS: libffi.call/float3.c -O3 (test for excess errors)                                                                                                       
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
PASS: libffi.call/float3.c -O3 execution test                                                                                                                 
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/float4.c  -O3  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./float4.exe    (timeout = 300)     
PASS: libffi.call/float4.c -O3 (test for excess errors)                                                                                                       
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
PASS: libffi.call/float4.c -O3 execution test                                                                                                                 
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/many.c  -O3  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./many.exe    (timeout = 300)         
PASS: libffi.call/many.c -O3 (test for excess errors)                                                                                                         
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
PASS: libffi.call/many.c -O3 execution test                                                                                                                   
UNSUPPORTED: libffi.call/many_win32.c -O3                                                                                                                     
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/negint.c  -O3 -O2 -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./negint.exe    (timeout = 300)  
PASS: libffi.call/negint.c -O3 (test for excess errors)                                                                                                       
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
1 vs 1                                                                                                                                                        
PASS: libffi.call/negint.c -O3 execution test                                                                                                                 
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/nested_struct.c  -O3  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./nested_struct.exe    (timeout = 300)                                                                                                                                                     
PASS: libffi.call/nested_struct.c -O3 (test for excess errors)                                                                                                
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/nested_struct.c -O3 execution test                                                                                                          
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/nested_struct1.c  -O3  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./nested_struct1.exe    (timeout = 300)                                                                                                                                                   
PASS: libffi.call/nested_struct1.c -O3 (test for excess errors)                                                                                               
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/nested_struct1.c -O3 execution test                                                                                                         
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/nested_struct10.c  -O3  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./nested_struct10.exe    (timeout = 300)                                                                                                                                                 
PASS: libffi.call/nested_struct10.c -O3 (test for excess errors)                                                                                              
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/nested_struct10.c -O3 execution test                                                                                                        
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/nested_struct2.c  -O3  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./nested_struct2.exe    (timeout = 300)                                                                                                                                                   
PASS: libffi.call/nested_struct2.c -O3 (test for excess errors)                                                                                               
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/nested_struct2.c -O3 execution test                                                                                                         
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/nested_struct3.c  -O3  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./nested_struct3.exe    (timeout = 300)                                                                                                                                                   
PASS: libffi.call/nested_struct3.c -O3 (test for excess errors)                                                                                               
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/nested_struct3.c -O3 execution test                                                                                                         
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/nested_struct4.c  -O3  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./nested_struct4.exe    (timeout = 300)                                                                                                                                                   
PASS: libffi.call/nested_struct4.c -O3 (test for excess errors)                                                                                               
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/nested_struct4.c -O3 execution test                                                                                                         
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/nested_struct5.c  -O3  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./nested_struct5.exe    (timeout = 300)                                                                                                                                                   
PASS: libffi.call/nested_struct5.c -O3 (test for excess errors)                                                                                               
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/nested_struct5.c -O3 execution test                                                                                                         
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/nested_struct6.c  -O3  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./nested_struct6.exe    (timeout = 300)                                                                                                                                                   
PASS: libffi.call/nested_struct6.c -O3 (test for excess errors)                                                                                               
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/nested_struct6.c -O3 execution test                                                                                                         
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/nested_struct7.c  -O3  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./nested_struct7.exe    (timeout = 300)                                                                                                                                                   
PASS: libffi.call/nested_struct7.c -O3 (test for excess errors)                                                                                               
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/nested_struct7.c -O3 execution test                                                                                                         
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/nested_struct8.c  -O3  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./nested_struct8.exe    (timeout = 300)                                                                                                                                                   
PASS: libffi.call/nested_struct8.c -O3 (test for excess errors)                                                                                               
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/nested_struct8.c -O3 execution test                                                                                                         
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/nested_struct9.c  -O3  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./nested_struct9.exe    (timeout = 300)                                                                                                                                                   
PASS: libffi.call/nested_struct9.c -O3 (test for excess errors)                                                                                               
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/nested_struct9.c -O3 execution test                                                                                                         
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/problem1.c  -O3  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./problem1.exe    (timeout = 300) 
PASS: libffi.call/problem1.c -O3 (test for excess errors)                                                                                                     
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/problem1.c -O3 execution test                                                                                                               
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/promotion.c  -O3  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./promotion.exe    (timeout = 300)                                                                                                                                                             
PASS: libffi.call/promotion.c -O3 (test for excess errors)                                                                                                    
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
1383096 promotion tests run                                                                                                                                   
PASS: libffi.call/promotion.c -O3 execution test                                                                                                              
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/pyobjc-tc.c  -O3  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./pyobjc-tc.exe    (timeout = 300)                                                                                                                                                             
PASS: libffi.call/pyobjc-tc.c -O3 (test for excess errors)                                                                                                    
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
CALLING WITH 0 myMethod {1.000000 2.000000} {{9.000000 10.000000} {-1.000000 -2.000000}} 42                                                                   
CALLED WITH 0 myMethod {1.000000 2.000000} {{9.000000 10.000000} {-1.000000 -2.000000}} 42                                                                    
The result is 42                                                                                                                                              
PASS: libffi.call/pyobjc-tc.c -O3 execution test                                                                                                              
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/return_dbl.c  -O3  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./return_dbl.exe    (timeout = 300)                                                                                                                                                           
PASS: libffi.call/return_dbl.c -O3 (test for excess errors)                                                                                                   
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
-254.600000 vs -254.600000                                                                                                                                    
-252.600000 vs -252.600000                                                                                                                                    
-250.600000 vs -250.600000                                                                                                                                    
-248.600000 vs -248.600000                                                                                                                                    
-246.600000 vs -246.600000                                                                                                                                    
-244.600000 vs -244.600000                                                                                                                                    
-242.600000 vs -242.600000                                                                                                                                    
-240.600000 vs -240.600000                                                                                                                                    
-238.600000 vs -238.600000                                                                                                                                    
-236.600000 vs -236.600000                                                                                                                                    
-234.600000 vs -234.600000                                                                                                                                    
-232.600000 vs -232.600000                                                                                                                                    
-230.600000 vs -230.600000                                                                                                                                    
-228.600000 vs -228.600000                                                                                                                                    
-226.600000 vs -226.600000                                                                                                                                    
-224.600000 vs -224.600000                                                                                                                                    
-222.600000 vs -222.600000                                                                                                                                    
-220.600000 vs -220.600000                                                                                                                                    
-218.600000 vs -218.600000                                                                                                                                    
-216.600000 vs -216.600000                                                                                                                                    
-214.600000 vs -214.600000                                                                                                                                    
-212.600000 vs -212.600000                                                                                                                                    
-210.600000 vs -210.600000                                                                                                                                    
-208.600000 vs -208.600000                                                                                                                                    
-206.600000 vs -206.600000                                                                                                                                    
-204.600000 vs -204.600000                                                                                                                                    
-202.600000 vs -202.600000                                                                                                                                    
-200.600000 vs -200.600000                                                                                                                                    
-198.600000 vs -198.600000                                                                                                                                    
-196.600000 vs -196.600000                                                                                                                                    
-194.600000 vs -194.600000                                                                                                                                    
-192.600000 vs -192.600000                                                                                                                                    
-190.600000 vs -190.600000                                                                                                                                    
-188.600000 vs -188.600000                                                                                                                                    
-186.600000 vs -186.600000                                                                                                                                    
-184.600000 vs -184.600000                                                                                                                                    
-182.600000 vs -182.600000                                                                                                                                    
-180.600000 vs -180.600000                                                                                                                                    
-178.600000 vs -178.600000                                                                                                                                    
-176.600000 vs -176.600000                                                                                                                                    
-174.600000 vs -174.600000                                                                                                                                    
-172.600000 vs -172.600000                                                                                                                                    
-170.600000 vs -170.600000                                                                                                                                    
-168.600000 vs -168.600000                                                                                                                                    
-166.600000 vs -166.600000                                                                                                                                    
-164.600000 vs -164.600000                                                                                                                                    
-162.600000 vs -162.600000                                                                                                                                    
-160.600000 vs -160.600000                                                                                                                                    
-158.600000 vs -158.600000                                                                                                                                    
-156.600000 vs -156.600000                                                                                                                                    
-154.600000 vs -154.600000                                                                                                                                    
-152.600000 vs -152.600000                                                                                                                                    
-150.600000 vs -150.600000                                                                                                                                    
-148.600000 vs -148.600000                                                                                                                                    
-146.600000 vs -146.600000                                                                                                                                    
-144.600000 vs -144.600000                                                                                                                                    
-142.600000 vs -142.600000                                                                                                                                    
-140.600000 vs -140.600000                                                                                                                                    
-138.600000 vs -138.600000                                                                                                                                    
-136.600000 vs -136.600000                                                                                                                                    
-134.600000 vs -134.600000                                                                                                                                    
-132.600000 vs -132.600000                                                                                                                                    
-130.600000 vs -130.600000                                                                                                                                    
-128.600000 vs -128.600000                                                                                                                                    
-126.600000 vs -126.600000                                                                                                                                    
-124.600000 vs -124.600000                                                                                                                                    
-122.600000 vs -122.600000                                                                                                                                    
-120.600000 vs -120.600000                                                                                                                                    
-118.600000 vs -118.600000                                                                                                                                    
-116.600000 vs -116.600000                                                                                                                                    
-114.600000 vs -114.600000                                                                                                                                    
-112.600000 vs -112.600000                                                                                                                                    
-110.600000 vs -110.600000                                                                                                                                    
-108.600000 vs -108.600000                                                                                                                                    
-106.600000 vs -106.600000                                                                                                                                    
-104.600000 vs -104.600000                                                                                                                                    
-102.600000 vs -102.600000                                                                                                                                    
-100.600000 vs -100.600000                                                                                                                                    
-98.600000 vs -98.600000                                                                                                                                      
-96.600000 vs -96.600000                                                                                                                                      
-94.600000 vs -94.600000                                                                                                                                      
-92.600000 vs -92.600000                                                                                                                                      
-90.600000 vs -90.600000                                                                                                                                      
-88.600000 vs -88.600000                                                                                                                                      
-86.600000 vs -86.600000                                                                                                                                      
-84.600000 vs -84.600000                                                                                                                                      
-82.600000 vs -82.600000                                                                                                                                      
-80.600000 vs -80.600000                                                                                                                                      
-78.600000 vs -78.600000                                                                                                                                      
-76.600000 vs -76.600000                                                                                                                                      
-74.600000 vs -74.600000                                                                                                                                      
-72.600000 vs -72.600000                                                                                                                                      
-70.600000 vs -70.600000                                                                                                                                      
-68.600000 vs -68.600000                                                                                                                                      
-66.600000 vs -66.600000                                                                                                                                      
-64.600000 vs -64.600000                                                                                                                                      
-62.600000 vs -62.600000                                                                                                                                      
-60.600000 vs -60.600000                                                                                                                                      
-58.600000 vs -58.600000                                                                                                                                      
-56.600000 vs -56.600000                                                                                                                                      
-54.600000 vs -54.600000                                                                                                                                      
-52.600000 vs -52.600000                                                                                                                                      
-50.600000 vs -50.600000                                                                                                                                      
-48.600000 vs -48.600000                                                                                                                                      
-46.600000 vs -46.600000                                                                                                                                      
-44.600000 vs -44.600000                                                                                                                                      
-42.600000 vs -42.600000                                                                                                                                      
-40.600000 vs -40.600000                                                                                                                                      
-38.600000 vs -38.600000                                                                                                                                      
-36.600000 vs -36.600000                                                                                                                                      
-34.600000 vs -34.600000                                                                                                                                      
-32.600000 vs -32.600000                                                                                                                                      
-30.600000 vs -30.600000                                                                                                                                      
-28.600000 vs -28.600000                                                                                                                                      
-26.600000 vs -26.600000                                                                                                                                      
-24.600000 vs -24.600000                                                                                                                                      
-22.600000 vs -22.600000                                                                                                                                      
-20.600000 vs -20.600000                                                                                                                                      
-18.600000 vs -18.600000                                                                                                                                      
-16.600000 vs -16.600000                                                                                                                                      
-14.600000 vs -14.600000                                                                                                                                      
-12.600000 vs -12.600000                                                                                                                                      
-10.600000 vs -10.600000                                                                                                                                      
-8.600000 vs -8.600000                                                                                                                                        
-6.600000 vs -6.600000                                                                                                                                        
-4.600000 vs -4.600000                                                                                                                                        
-2.600000 vs -2.600000                                                                                                                                        
-0.600000 vs -0.600000                                                                                                                                        
1.400000 vs 1.400000                                                                                                                                          
3.400000 vs 3.400000                                                                                                                                          
5.400000 vs 5.400000                                                                                                                                          
7.400000 vs 7.400000                                                                                                                                          
9.400000 vs 9.400000                                                                                                                                          
11.400000 vs 11.400000                                                                                                                                        
13.400000 vs 13.400000                                                                                                                                        
15.400000 vs 15.400000                                                                                                                                        
17.400000 vs 17.400000                                                                                                                                        
19.400000 vs 19.400000                                                                                                                                        
21.400000 vs 21.400000                                                                                                                                        
23.400000 vs 23.400000                                                                                                                                        
25.400000 vs 25.400000                                                                                                                                        
27.400000 vs 27.400000                                                                                                                                        
29.400000 vs 29.400000                                                                                                                                        
31.400000 vs 31.400000                                                                                                                                        
33.400000 vs 33.400000                                                                                                                                        
35.400000 vs 35.400000                                                                                                                                        
37.400000 vs 37.400000                                                                                                                                        
39.400000 vs 39.400000                                                                                                                                        
41.400000 vs 41.400000                                                                                                                                        
43.400000 vs 43.400000                                                                                                                                        
45.400000 vs 45.400000                                                                                                                                        
47.400000 vs 47.400000                                                                                                                                        
49.400000 vs 49.400000                                                                                                                                        
51.400000 vs 51.400000                                                                                                                                        
53.400000 vs 53.400000                                                                                                                                        
55.400000 vs 55.400000                                                                                                                                        
57.400000 vs 57.400000                                                                                                                                        
59.400000 vs 59.400000                                                                                                                                        
61.400000 vs 61.400000                                                                                                                                        
63.400000 vs 63.400000                                                                                                                                        
65.400000 vs 65.400000                                                                                                                                        
67.400000 vs 67.400000                                                                                                                                        
69.400000 vs 69.400000                                                                                                                                        
71.400000 vs 71.400000                                                                                                                                        
73.400000 vs 73.400000                                                                                                                                        
75.400000 vs 75.400000                                                                                                                                        
77.400000 vs 77.400000                                                                                                                                        
79.400000 vs 79.400000                                                                                                                                        
81.400000 vs 81.400000                                                                                                                                        
83.400000 vs 83.400000                                                                                                                                        
85.400000 vs 85.400000                                                                                                                                        
87.400000 vs 87.400000                                                                                                                                        
89.400000 vs 89.400000                                                                                                                                        
91.400000 vs 91.400000                                                                                                                                        
93.400000 vs 93.400000                                                                                                                                        
95.400000 vs 95.400000                                                                                                                                        
97.400000 vs 97.400000                                                                                                                                        
99.400000 vs 99.400000                                                                                                                                        
101.400000 vs 101.400000                                                                                                                                      
103.400000 vs 103.400000                                                                                                                                      
105.400000 vs 105.400000                                                                                                                                      
107.400000 vs 107.400000                                                                                                                                      
109.400000 vs 109.400000                                                                                                                                      
111.400000 vs 111.400000                                                                                                                                      
113.400000 vs 113.400000                                                                                                                                      
115.400000 vs 115.400000                                                                                                                                      
117.400000 vs 117.400000                                                                                                                                      
119.400000 vs 119.400000                                                                                                                                      
121.400000 vs 121.400000                                                                                                                                      
123.400000 vs 123.400000                                                                                                                                      
125.400000 vs 125.400000                                                                                                                                      
127.400000 vs 127.400000                                                                                                                                      
129.400000 vs 129.400000                                                                                                                                      
131.400000 vs 131.400000                                                                                                                                      
133.400000 vs 133.400000                                                                                                                                      
135.400000 vs 135.400000                                                                                                                                      
137.400000 vs 137.400000                                                                                                                                      
139.400000 vs 139.400000                                                                                                                                      
141.400000 vs 141.400000                                                                                                                                      
143.400000 vs 143.400000                                                                                                                                      
145.400000 vs 145.400000                                                                                                                                      
147.400000 vs 147.400000                                                                                                                                      
149.400000 vs 149.400000                                                                                                                                      
151.400000 vs 151.400000                                                                                                                                      
153.400000 vs 153.400000                                                                                                                                      
155.400000 vs 155.400000                                                                                                                                      
157.400000 vs 157.400000                                                                                                                                      
159.400000 vs 159.400000                                                                                                                                      
161.400000 vs 161.400000                                                                                                                                      
163.400000 vs 163.400000                                                                                                                                      
165.400000 vs 165.400000                                                                                                                                      
167.400000 vs 167.400000                                                                                                                                      
169.400000 vs 169.400000                                                                                                                                      
171.400000 vs 171.400000                                                                                                                                      
173.400000 vs 173.400000                                                                                                                                      
175.400000 vs 175.400000                                                                                                                                      
177.400000 vs 177.400000                                                                                                                                      
179.400000 vs 179.400000                                                                                                                                      
181.400000 vs 181.400000                                                                                                                                      
183.400000 vs 183.400000                                                                                                                                      
185.400000 vs 185.400000                                                                                                                                      
187.400000 vs 187.400000                                                                                                                                      
189.400000 vs 189.400000                                                                                                                                      
191.400000 vs 191.400000                                                                                                                                      
193.400000 vs 193.400000                                                                                                                                      
195.400000 vs 195.400000                                                                                                                                      
197.400000 vs 197.400000                                                                                                                                      
199.400000 vs 199.400000                                                                                                                                      
201.400000 vs 201.400000                                                                                                                                      
203.400000 vs 203.400000                                                                                                                                      
205.400000 vs 205.400000                                                                                                                                      
207.400000 vs 207.400000                                                                                                                                      
209.400000 vs 209.400000                                                                                                                                      
211.400000 vs 211.400000                                                                                                                                      
213.400000 vs 213.400000                                                                                                                                      
215.400000 vs 215.400000                                                                                                                                      
217.400000 vs 217.400000                                                                                                                                      
219.400000 vs 219.400000                                                                                                                                      
221.400000 vs 221.400000                                                                                                                                      
223.400000 vs 223.400000                                                                                                                                      
225.400000 vs 225.400000                                                                                                                                      
227.400000 vs 227.400000                                                                                                                                      
229.400000 vs 229.400000                                                                                                                                      
231.400000 vs 231.400000                                                                                                                                      
233.400000 vs 233.400000                                                                                                                                      
235.400000 vs 235.400000                                                                                                                                      
237.400000 vs 237.400000                                                                                                                                      
239.400000 vs 239.400000                                                                                                                                      
241.400000 vs 241.400000                                                                                                                                      
243.400000 vs 243.400000                                                                                                                                      
245.400000 vs 245.400000                                                                                                                                      
247.400000 vs 247.400000                                                                                                                                      
249.400000 vs 249.400000                                                                                                                                      
251.400000 vs 251.400000                                                                                                                                      
253.400000 vs 253.400000                                                                                                                                      
PASS: libffi.call/return_dbl.c -O3 execution test                                                                                                             
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/return_dbl1.c  -O3  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./return_dbl1.exe    (timeout = 300)                                                                                                                                                         
PASS: libffi.call/return_dbl1.c -O3 (test for excess errors)                                                                                                  
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
1022.700000 vs 1022.700000                                                                                                                                    
PASS: libffi.call/return_dbl1.c -O3 execution test                                                                                                            
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/return_dbl2.c  -O3  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./return_dbl2.exe    (timeout = 300)                                                                                                                                                         
PASS: libffi.call/return_dbl2.c -O3 (test for excess errors)                                                                                                  
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
1022.700000 vs 1022.700000                                                                                                                                    
PASS: libffi.call/return_dbl2.c -O3 execution test                                                                                                            
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/return_fl.c  -O3  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./return_fl.exe    (timeout = 300)                                                                                                                                                             
PASS: libffi.call/return_fl.c -O3 (test for excess errors)                                                                                                    
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
-254.000000 vs -254.000000                                                                                                                                    
-252.000000 vs -252.000000                                                                                                                                    
-250.000000 vs -250.000000                                                                                                                                    
-248.000000 vs -248.000000                                                                                                                                    
-246.000000 vs -246.000000                                                                                                                                    
-244.000000 vs -244.000000                                                                                                                                    
-242.000000 vs -242.000000                                                                                                                                    
-240.000000 vs -240.000000                                                                                                                                    
-238.000000 vs -238.000000                                                                                                                                    
-236.000000 vs -236.000000                                                                                                                                    
-234.000000 vs -234.000000                                                                                                                                    
-232.000000 vs -232.000000                                                                                                                                    
-230.000000 vs -230.000000                                                                                                                                    
-228.000000 vs -228.000000                                                                                                                                    
-226.000000 vs -226.000000                                                                                                                                    
-224.000000 vs -224.000000                                                                                                                                    
-222.000000 vs -222.000000                                                                                                                                    
-220.000000 vs -220.000000                                                                                                                                    
-218.000000 vs -218.000000                                                                                                                                    
-216.000000 vs -216.000000                                                                                                                                    
-214.000000 vs -214.000000                                                                                                                                    
-212.000000 vs -212.000000                                                                                                                                    
-210.000000 vs -210.000000                                                                                                                                    
-208.000000 vs -208.000000                                                                                                                                    
-206.000000 vs -206.000000                                                                                                                                    
-204.000000 vs -204.000000                                                                                                                                    
-202.000000 vs -202.000000                                                                                                                                    
-200.000000 vs -200.000000                                                                                                                                    
-198.000000 vs -198.000000                                                                                                                                    
-196.000000 vs -196.000000                                                                                                                                    
-194.000000 vs -194.000000                                                                                                                                    
-192.000000 vs -192.000000                                                                                                                                    
-190.000000 vs -190.000000                                                                                                                                    
-188.000000 vs -188.000000                                                                                                                                    
-186.000000 vs -186.000000                                                                                                                                    
-184.000000 vs -184.000000                                                                                                                                    
-182.000000 vs -182.000000                                                                                                                                    
-180.000000 vs -180.000000                                                                                                                                    
-178.000000 vs -178.000000                                                                                                                                    
-176.000000 vs -176.000000                                                                                                                                    
-174.000000 vs -174.000000                                                                                                                                    
-172.000000 vs -172.000000                                                                                                                                    
-170.000000 vs -170.000000                                                                                                                                    
-168.000000 vs -168.000000                                                                                                                                    
-166.000000 vs -166.000000                                                                                                                                    
-164.000000 vs -164.000000                                                                                                                                    
-162.000000 vs -162.000000                                                                                                                                    
-160.000000 vs -160.000000                                                                                                                                    
-158.000000 vs -158.000000                                                                                                                                    
-156.000000 vs -156.000000                                                                                                                                    
-154.000000 vs -154.000000                                                                                                                                    
-152.000000 vs -152.000000                                                                                                                                    
-150.000000 vs -150.000000                                                                                                                                    
-148.000000 vs -148.000000                                                                                                                                    
-146.000000 vs -146.000000                                                                                                                                    
-144.000000 vs -144.000000                                                                                                                                    
-142.000000 vs -142.000000                                                                                                                                    
-140.000000 vs -140.000000                                                                                                                                    
-138.000000 vs -138.000000                                                                                                                                    
-136.000000 vs -136.000000                                                                                                                                    
-134.000000 vs -134.000000                                                                                                                                    
-132.000000 vs -132.000000                                                                                                                                    
-130.000000 vs -130.000000                                                                                                                                    
-128.000000 vs -128.000000                                                                                                                                    
-126.000000 vs -126.000000                                                                                                                                    
-124.000000 vs -124.000000                                                                                                                                    
-122.000000 vs -122.000000                                                                                                                                    
-120.000000 vs -120.000000                                                                                                                                    
-118.000000 vs -118.000000                                                                                                                                    
-116.000000 vs -116.000000                                                                                                                                    
-114.000000 vs -114.000000                                                                                                                                    
-112.000000 vs -112.000000                                                                                                                                    
-110.000000 vs -110.000000                                                                                                                                    
-108.000000 vs -108.000000                                                                                                                                    
-106.000000 vs -106.000000                                                                                                                                    
-104.000000 vs -104.000000                                                                                                                                    
-102.000000 vs -102.000000                                                                                                                                    
-100.000000 vs -100.000000                                                                                                                                    
-98.000000 vs -98.000000                                                                                                                                      
-96.000000 vs -96.000000                                                                                                                                      
-94.000000 vs -94.000000                                                                                                                                      
-92.000000 vs -92.000000                                                                                                                                      
-90.000000 vs -90.000000                                                                                                                                      
-88.000000 vs -88.000000                                                                                                                                      
-86.000000 vs -86.000000                                                                                                                                      
-84.000000 vs -84.000000                                                                                                                                      
-82.000000 vs -82.000000                                                                                                                                      
-80.000000 vs -80.000000                                                                                                                                      
-78.000000 vs -78.000000                                                                                                                                      
-76.000000 vs -76.000000                                                                                                                                      
-74.000000 vs -74.000000                                                                                                                                      
-72.000000 vs -72.000000                                                                                                                                      
-70.000000 vs -70.000000                                                                                                                                      
-68.000000 vs -68.000000                                                                                                                                      
-66.000000 vs -66.000000                                                                                                                                      
-64.000000 vs -64.000000                                                                                                                                      
-62.000000 vs -62.000000                                                                                                                                      
-60.000000 vs -60.000000                                                                                                                                      
-58.000000 vs -58.000000                                                                                                                                      
-56.000000 vs -56.000000                                                                                                                                      
-54.000000 vs -54.000000                                                                                                                                      
-52.000000 vs -52.000000                                                                                                                                      
-50.000000 vs -50.000000                                                                                                                                      
-48.000000 vs -48.000000                                                                                                                                      
-46.000000 vs -46.000000                                                                                                                                      
-44.000000 vs -44.000000                                                                                                                                      
-42.000000 vs -42.000000                                                                                                                                      
-40.000000 vs -40.000000                                                                                                                                      
-38.000000 vs -38.000000                                                                                                                                      
-36.000000 vs -36.000000                                                                                                                                      
-34.000000 vs -34.000000                                                                                                                                      
-32.000000 vs -32.000000                                                                                                                                      
-30.000000 vs -30.000000                                                                                                                                      
-28.000000 vs -28.000000                                                                                                                                      
-26.000000 vs -26.000000                                                                                                                                      
-24.000000 vs -24.000000                                                                                                                                      
-22.000000 vs -22.000000                                                                                                                                      
-20.000000 vs -20.000000                                                                                                                                      
-18.000000 vs -18.000000                                                                                                                                      
-16.000000 vs -16.000000                                                                                                                                      
-14.000000 vs -14.000000                                                                                                                                      
-12.000000 vs -12.000000                                                                                                                                      
-10.000000 vs -10.000000                                                                                                                                      
-8.000000 vs -8.000000                                                                                                                                        
-6.000000 vs -6.000000                                                                                                                                        
-4.000000 vs -4.000000                                                                                                                                        
-2.000000 vs -2.000000                                                                                                                                        
0.000000 vs 0.000000                                                                                                                                          
2.000000 vs 2.000000                                                                                                                                          
4.000000 vs 4.000000                                                                                                                                          
6.000000 vs 6.000000                                                                                                                                          
8.000000 vs 8.000000                                                                                                                                          
10.000000 vs 10.000000                                                                                                                                        
12.000000 vs 12.000000                                                                                                                                        
14.000000 vs 14.000000                                                                                                                                        
16.000000 vs 16.000000                                                                                                                                        
18.000000 vs 18.000000                                                                                                                                        
20.000000 vs 20.000000                                                                                                                                        
22.000000 vs 22.000000                                                                                                                                        
24.000000 vs 24.000000                                                                                                                                        
26.000000 vs 26.000000                                                                                                                                        
28.000000 vs 28.000000                                                                                                                                        
30.000000 vs 30.000000                                                                                                                                        
32.000000 vs 32.000000                                                                                                                                        
34.000000 vs 34.000000                                                                                                                                        
36.000000 vs 36.000000                                                                                                                                        
38.000000 vs 38.000000                                                                                                                                        
40.000000 vs 40.000000                                                                                                                                        
42.000000 vs 42.000000                                                                                                                                        
44.000000 vs 44.000000                                                                                                                                        
46.000000 vs 46.000000                                                                                                                                        
48.000000 vs 48.000000                                                                                                                                        
50.000000 vs 50.000000                                                                                                                                        
52.000000 vs 52.000000                                                                                                                                        
54.000000 vs 54.000000                                                                                                                                        
56.000000 vs 56.000000                                                                                                                                        
58.000000 vs 58.000000                                                                                                                                        
60.000000 vs 60.000000                                                                                                                                        
62.000000 vs 62.000000                                                                                                                                        
64.000000 vs 64.000000                                                                                                                                        
66.000000 vs 66.000000                                                                                                                                        
68.000000 vs 68.000000                                                                                                                                        
70.000000 vs 70.000000                                                                                                                                        
72.000000 vs 72.000000                                                                                                                                        
74.000000 vs 74.000000                                                                                                                                        
76.000000 vs 76.000000                                                                                                                                        
78.000000 vs 78.000000                                                                                                                                        
80.000000 vs 80.000000                                                                                                                                        
82.000000 vs 82.000000                                                                                                                                        
84.000000 vs 84.000000                                                                                                                                        
86.000000 vs 86.000000                                                                                                                                        
88.000000 vs 88.000000                                                                                                                                        
90.000000 vs 90.000000                                                                                                                                        
92.000000 vs 92.000000                                                                                                                                        
94.000000 vs 94.000000                                                                                                                                        
96.000000 vs 96.000000                                                                                                                                        
98.000000 vs 98.000000                                                                                                                                        
100.000000 vs 100.000000                                                                                                                                      
102.000000 vs 102.000000                                                                                                                                      
104.000000 vs 104.000000                                                                                                                                      
106.000000 vs 106.000000                                                                                                                                      
108.000000 vs 108.000000                                                                                                                                      
110.000000 vs 110.000000                                                                                                                                      
112.000000 vs 112.000000                                                                                                                                      
114.000000 vs 114.000000                                                                                                                                      
116.000000 vs 116.000000                                                                                                                                      
118.000000 vs 118.000000                                                                                                                                      
120.000000 vs 120.000000                                                                                                                                      
122.000000 vs 122.000000                                                                                                                                      
124.000000 vs 124.000000                                                                                                                                      
126.000000 vs 126.000000                                                                                                                                      
128.000000 vs 128.000000                                                                                                                                      
130.000000 vs 130.000000                                                                                                                                      
132.000000 vs 132.000000                                                                                                                                      
134.000000 vs 134.000000                                                                                                                                      
136.000000 vs 136.000000                                                                                                                                      
138.000000 vs 138.000000                                                                                                                                      
140.000000 vs 140.000000                                                                                                                                      
142.000000 vs 142.000000                                                                                                                                      
144.000000 vs 144.000000                                                                                                                                      
146.000000 vs 146.000000                                                                                                                                      
148.000000 vs 148.000000                                                                                                                                      
150.000000 vs 150.000000                                                                                                                                      
152.000000 vs 152.000000                                                                                                                                      
154.000000 vs 154.000000                                                                                                                                      
156.000000 vs 156.000000                                                                                                                                      
158.000000 vs 158.000000                                                                                                                                      
160.000000 vs 160.000000                                                                                                                                      
162.000000 vs 162.000000                                                                                                                                      
164.000000 vs 164.000000                                                                                                                                      
166.000000 vs 166.000000                                                                                                                                      
168.000000 vs 168.000000                                                                                                                                      
170.000000 vs 170.000000                                                                                                                                      
172.000000 vs 172.000000                                                                                                                                      
174.000000 vs 174.000000                                                                                                                                      
176.000000 vs 176.000000                                                                                                                                      
178.000000 vs 178.000000                                                                                                                                      
180.000000 vs 180.000000                                                                                                                                      
182.000000 vs 182.000000                                                                                                                                      
184.000000 vs 184.000000                                                                                                                                      
186.000000 vs 186.000000                                                                                                                                      
188.000000 vs 188.000000                                                                                                                                      
190.000000 vs 190.000000                                                                                                                                      
192.000000 vs 192.000000                                                                                                                                      
194.000000 vs 194.000000                                                                                                                                      
196.000000 vs 196.000000                                                                                                                                      
198.000000 vs 198.000000                                                                                                                                      
200.000000 vs 200.000000                                                                                                                                      
202.000000 vs 202.000000                                                                                                                                      
204.000000 vs 204.000000                                                                                                                                      
206.000000 vs 206.000000                                                                                                                                      
208.000000 vs 208.000000                                                                                                                                      
210.000000 vs 210.000000                                                                                                                                      
212.000000 vs 212.000000                                                                                                                                      
214.000000 vs 214.000000                                                                                                                                      
216.000000 vs 216.000000                                                                                                                                      
218.000000 vs 218.000000                                                                                                                                      
220.000000 vs 220.000000                                                                                                                                      
222.000000 vs 222.000000                                                                                                                                      
224.000000 vs 224.000000                                                                                                                                      
226.000000 vs 226.000000                                                                                                                                      
228.000000 vs 228.000000                                                                                                                                      
230.000000 vs 230.000000                                                                                                                                      
232.000000 vs 232.000000                                                                                                                                      
234.000000 vs 234.000000                                                                                                                                      
236.000000 vs 236.000000                                                                                                                                      
238.000000 vs 238.000000                                                                                                                                      
240.000000 vs 240.000000                                                                                                                                      
242.000000 vs 242.000000                                                                                                                                      
244.000000 vs 244.000000                                                                                                                                      
246.000000 vs 246.000000                                                                                                                                      
248.000000 vs 248.000000                                                                                                                                      
250.000000 vs 250.000000                                                                                                                                      
252.000000 vs 252.000000                                                                                                                                      
PASS: libffi.call/return_fl.c -O3 execution test                                                                                                              
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/return_fl1.c  -O3  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./return_fl1.exe    (timeout = 300)                                                                                                                                                           
PASS: libffi.call/return_fl1.c -O3 (test for excess errors)                                                                                                   
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
255.000000 vs 255.000000                                                                                                                                      
PASS: libffi.call/return_fl1.c -O3 execution test                                                                                                             
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/return_fl2.c  -O3  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./return_fl2.exe    (timeout = 300)                                                                                                                                                           
PASS: libffi.call/return_fl2.c -O3 (test for excess errors)                                                                                                   
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
1022.800049 vs 1022.800049                                                                                                                                    
PASS: libffi.call/return_fl2.c -O3 execution test                                                                                                             
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/return_fl3.c  -O3  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./return_fl3.exe    (timeout = 300)                                                                                                                                                           
PASS: libffi.call/return_fl3.c -O3 (test for excess errors)                                                                                                   
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
1022.700012 vs 1022.700012                                                                                                                                    
PASS: libffi.call/return_fl3.c -O3 execution test                                                                                                             
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/return_ldl.c  -O3  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./return_ldl.exe    (timeout = 300)                                                                                                                                                           
PASS: libffi.call/return_ldl.c -O3 (test for excess errors)                                                                                                   
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
PASS: libffi.call/return_ldl.c -O3 execution test                                                                                                             
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/return_ll.c  -O3  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./return_ll.exe    (timeout = 300)                                                                                                                                                             
PASS: libffi.call/return_ll.c -O3 (test for excess errors)                                                                                                    
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
PASS: libffi.call/return_ll.c -O3 execution test                                                                                                              
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/return_ll1.c  -O3  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./return_ll1.exe    (timeout = 300)                                                                                                                                                           
PASS: libffi.call/return_ll1.c -O3 (test for excess errors)                                                                                                   
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
res: 11111133333222, 11111133333222                                                                                                                           
PASS: libffi.call/return_ll1.c -O3 execution test                                                                                                             
PASS: libffi.call/return_ll1.c -O3 output pattern test, res: 11111133333222, 11111133333222                                                                   
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/return_sc.c  -O3  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./return_sc.exe    (timeout = 300)                                                                                                                                                             
PASS: libffi.call/return_sc.c -O3 (test for excess errors)                                                                                                    
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
PASS: libffi.call/return_sc.c -O3 execution test                                                                                                              
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/return_sl.c  -O3  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./return_sl.exe    (timeout = 300)                                                                                                                                                             
PASS: libffi.call/return_sl.c -O3 (test for excess errors)                                                                                                    
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
res: -1, -1                                                                                                                                                   
PASS: libffi.call/return_sl.c -O3 execution test                                                                                                              
PASS: libffi.call/return_sl.c -O3 output pattern test, res: -1, -1                                                                                            
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/return_uc.c  -O3  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./return_uc.exe    (timeout = 300)                                                                                                                                                             
PASS: libffi.call/return_uc.c -O3 (test for excess errors)                                                                                                    
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
PASS: libffi.call/return_uc.c -O3 execution test                                                                                                              
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/return_ul.c  -O3  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./return_ul.exe    (timeout = 300)                                                                                                                                                             
PASS: libffi.call/return_ul.c -O3 (test for excess errors)                                                                                                    
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
res: 2147483647, 2147483647                                                                                                                                   
PASS: libffi.call/return_ul.c -O3 execution test                                                                                                              
PASS: libffi.call/return_ul.c -O3 output pattern test, res: 2147483647, 2147483647                                                                            
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/strlen.c  -O3  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./strlen.exe    (timeout = 300)     
PASS: libffi.call/strlen.c -O3 (test for excess errors)                                                                                                       
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
PASS: libffi.call/strlen.c -O3 execution test                                                                                                                 
UNSUPPORTED: libffi.call/strlen_win32.c -O3                                                                                                                   
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/struct1.c  -O3  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./struct1.exe    (timeout = 300)   
PASS: libffi.call/struct1.c -O3 (test for excess errors)                                                                                                      
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
PASS: libffi.call/struct1.c -O3 execution test                                                                                                                
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/struct2.c  -O3  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./struct2.exe    (timeout = 300)   
PASS: libffi.call/struct2.c -O3 (test for excess errors)                                                                                                      
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
5.55                                                                                                                                                          
6.66                                                                                                                                                          
4.55                                                                                                                                                          
5.66                                                                                                                                                          
PASS: libffi.call/struct2.c -O3 execution test                                                                                                                
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/struct3.c  -O3  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./struct3.exe    (timeout = 300)   
PASS: libffi.call/struct3.c -O3 (test for excess errors)                                                                                                      
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
246 246                                                                                                                                                       
PASS: libffi.call/struct3.c -O3 execution test                                                                                                                
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/struct4.c  -O3  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./struct4.exe    (timeout = 300)   
PASS: libffi.call/struct4.c -O3 (test for excess errors)                                                                                                      
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
PASS: libffi.call/struct4.c -O3 execution test                                                                                                                
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/struct5.c  -O3  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./struct5.exe    (timeout = 300)   
PASS: libffi.call/struct5.c -O3 (test for excess errors)                                                                                                      
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
PASS: libffi.call/struct5.c -O3 execution test                                                                                                                
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/struct6.c  -O3  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./struct6.exe    (timeout = 300)   
PASS: libffi.call/struct6.c -O3 (test for excess errors)                                                                                                      
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
5.55                                                                                                                                                          
6.66                                                                                                                                                          
PASS: libffi.call/struct6.c -O3 execution test                                                                                                                
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/struct7.c  -O3  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./struct7.exe    (timeout = 300)   
PASS: libffi.call/struct7.c -O3 (test for excess errors)                                                                                                      
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
5.55                                                                                                                                                          
55.5                                                                                                                                                          
6.66                                                                                                                                                          
6.55                                                                                                                                                          
56.5                                                                                                                                                          
7.66                                                                                                                                                          
PASS: libffi.call/struct7.c -O3 execution test                                                                                                                
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/struct8.c  -O3  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./struct8.exe    (timeout = 300)   
PASS: libffi.call/struct8.c -O3 (test for excess errors)                                                                                                      
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
5.55                                                                                                                                                          
55.5                                                                                                                                                          
-5.55                                                                                                                                                         
-55.5                                                                                                                                                         
6.55                                                                                                                                                          
56.5                                                                                                                                                          
-4.55                                                                                                                                                         
-54.5                                                                                                                                                         
PASS: libffi.call/struct8.c -O3 execution test                                                                                                                
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/struct9.c  -O3  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./struct9.exe    (timeout = 300)   
PASS: libffi.call/struct9.c -O3 (test for excess errors)                                                                                                      
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
5.55                                                                                                                                                          
5                                                                                                                                                             
6.55                                                                                                                                                          
6                                                                                                                                                             
PASS: libffi.call/struct9.c -O3 execution test                                                                                                                
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/closure_fn0.c  -Os  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./closure_fn0.exe    (timeout = 300)                                                                                                                                                         
PASS: libffi.call/closure_fn0.c -Os (test for excess errors)                                                                                                  
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/closure_fn0.c -Os execution test                                                                                                            
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/closure_fn1.c  -Os  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./closure_fn1.exe    (timeout = 300)                                                                                                                                                         
PASS: libffi.call/closure_fn1.c -Os (test for excess errors)                                                                                                  
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/closure_fn1.c -Os execution test                                                                                                            
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/closure_fn2.c  -Os  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./closure_fn2.exe    (timeout = 300)                                                                                                                                                         
PASS: libffi.call/closure_fn2.c -Os (test for excess errors)                                                                                                  
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/closure_fn2.c -Os execution test                                                                                                            
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/closure_fn3.c  -Os  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./closure_fn3.exe    (timeout = 300)                                                                                                                                                         
PASS: libffi.call/closure_fn3.c -Os (test for excess errors)                                                                                                  
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/closure_fn3.c -Os execution test                                                                                                            
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/closure_fn4.c  -Os  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./closure_fn4.exe    (timeout = 300)                                                                                                                                                         
PASS: libffi.call/closure_fn4.c -Os (test for excess errors)                                                                                                  
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/closure_fn4.c -Os execution test                                                                                                            
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/closure_fn5.c  -Os  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./closure_fn5.exe    (timeout = 300)                                                                                                                                                         
PASS: libffi.call/closure_fn5.c -Os (test for excess errors)                                                                                                  
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/closure_fn5.c -Os execution test                                                                                                            
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/closure_fn6.c  -Os  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./closure_fn6.exe    (timeout = 300)                                                                                                                                                         
PASS: libffi.call/closure_fn6.c -Os (test for excess errors)                                                                                                  
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/closure_fn6.c -Os execution test                                                                                                            
UNSUPPORTED: libffi.call/closure_stdcall.c -Os                                                                                                                
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_12byte.c  -Os  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_12byte.exe    (timeout = 300)                                                                                                                                                           
PASS: libffi.call/cls_12byte.c -Os (test for excess errors)                                                                                                   
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_12byte.c -Os execution test                                                                                                             
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_16byte.c  -Os  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_16byte.exe    (timeout = 300)                                                                                                                                                           
PASS: libffi.call/cls_16byte.c -Os (test for excess errors)                                                                                                   
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_16byte.c -Os execution test                                                                                                             
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_18byte.c  -Os  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_18byte.exe    (timeout = 300)                                                                                                                                                           
PASS: libffi.call/cls_18byte.c -Os (test for excess errors)                                                                                                   
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_18byte.c -Os execution test                                                                                                             
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_19byte.c  -Os  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_19byte.exe    (timeout = 300)                                                                                                                                                           
PASS: libffi.call/cls_19byte.c -Os (test for excess errors)                                                                                                   
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_19byte.c -Os execution test                                                                                                             
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_1_1byte.c  -Os  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_1_1byte.exe    (timeout = 300)                                                                                                                                                         
PASS: libffi.call/cls_1_1byte.c -Os (test for excess errors)                                                                                                  
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_1_1byte.c -Os execution test                                                                                                            
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_20byte.c  -Os  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_20byte.exe    (timeout = 300)                                                                                                                                                           
PASS: libffi.call/cls_20byte.c -Os (test for excess errors)                                                                                                   
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_20byte.c -Os execution test                                                                                                             
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_20byte1.c  -Os  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_20byte1.exe    (timeout = 300)                                                                                                                                                         
PASS: libffi.call/cls_20byte1.c -Os (test for excess errors)                                                                                                  
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_20byte1.c -Os execution test                                                                                                            
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_24byte.c  -Os  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_24byte.exe    (timeout = 300)                                                                                                                                                           
PASS: libffi.call/cls_24byte.c -Os (test for excess errors)                                                                                                   
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_24byte.c -Os execution test                                                                                                             
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_2byte.c  -Os  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_2byte.exe    (timeout = 300)                                                                                                                                                             
PASS: libffi.call/cls_2byte.c -Os (test for excess errors)                                                                                                    
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_2byte.c -Os execution test                                                                                                              
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_3_1byte.c  -Os  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_3_1byte.exe    (timeout = 300)                                                                                                                                                         
PASS: libffi.call/cls_3_1byte.c -Os (test for excess errors)                                                                                                  
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_3_1byte.c -Os execution test                                                                                                            
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_3byte1.c  -Os  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_3byte1.exe    (timeout = 300)                                                                                                                                                           
PASS: libffi.call/cls_3byte1.c -Os (test for excess errors)                                                                                                   
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_3byte1.c -Os execution test                                                                                                             
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_3byte2.c  -Os  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_3byte2.exe    (timeout = 300)                                                                                                                                                           
PASS: libffi.call/cls_3byte2.c -Os (test for excess errors)                                                                                                   
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_3byte2.c -Os execution test                                                                                                             
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_4_1byte.c  -Os  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_4_1byte.exe    (timeout = 300)                                                                                                                                                         
PASS: libffi.call/cls_4_1byte.c -Os (test for excess errors)                                                                                                  
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_4_1byte.c -Os execution test                                                                                                            
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_4byte.c  -Os  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_4byte.exe    (timeout = 300)                                                                                                                                                             
PASS: libffi.call/cls_4byte.c -Os (test for excess errors)                                                                                                    
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_4byte.c -Os execution test                                                                                                              
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_5_1_byte.c  -Os  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_5_1_byte.exe    (timeout = 300)                                                                                                                                                       
PASS: libffi.call/cls_5_1_byte.c -Os (test for excess errors)                                                                                                 
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_5_1_byte.c -Os execution test                                                                                                           
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_5byte.c  -Os  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_5byte.exe    (timeout = 300)                                                                                                                                                             
PASS: libffi.call/cls_5byte.c -Os (test for excess errors)                                                                                                    
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_5byte.c -Os execution test                                                                                                              
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_64byte.c  -Os  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_64byte.exe    (timeout = 300)                                                                                                                                                           
PASS: libffi.call/cls_64byte.c -Os (test for excess errors)                                                                                                   
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_64byte.c -Os execution test                                                                                                             
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_6_1_byte.c  -Os  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_6_1_byte.exe    (timeout = 300)                                                                                                                                                       
PASS: libffi.call/cls_6_1_byte.c -Os (test for excess errors)                                                                                                 
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_6_1_byte.c -Os execution test                                                                                                           
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_6byte.c  -Os  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_6byte.exe    (timeout = 300)                                                                                                                                                             
PASS: libffi.call/cls_6byte.c -Os (test for excess errors)                                                                                                    
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_6byte.c -Os execution test                                                                                                              
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_7_1_byte.c  -Os  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_7_1_byte.exe    (timeout = 300)                                                                                                                                                       
PASS: libffi.call/cls_7_1_byte.c -Os (test for excess errors)                                                                                                 
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_7_1_byte.c -Os execution test                                                                                                           
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_7byte.c  -Os  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_7byte.exe    (timeout = 300)                                                                                                                                                             
PASS: libffi.call/cls_7byte.c -Os (test for excess errors)                                                                                                    
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_7byte.c -Os execution test                                                                                                              
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_8byte.c  -Os  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_8byte.exe    (timeout = 300)                                                                                                                                                             
PASS: libffi.call/cls_8byte.c -Os (test for excess errors)                                                                                                    
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_8byte.c -Os execution test                                                                                                              
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_9byte1.c  -Os  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_9byte1.exe    (timeout = 300)                                                                                                                                                           
PASS: libffi.call/cls_9byte1.c -Os (test for excess errors)                                                                                                   
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_9byte1.c -Os execution test                                                                                                             
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_9byte2.c  -Os  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_9byte2.exe    (timeout = 300)                                                                                                                                                           
PASS: libffi.call/cls_9byte2.c -Os (test for excess errors)                                                                                                   
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_9byte2.c -Os execution test                                                                                                             
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_align_double.c  -Os  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_align_double.exe    (timeout = 300)                                                                                                                                               
PASS: libffi.call/cls_align_double.c -Os (test for excess errors)                                                                                             
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_align_double.c -Os execution test                                                                                                       
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_align_float.c  -Os  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_align_float.exe    (timeout = 300)                                                                                                                                                 
PASS: libffi.call/cls_align_float.c -Os (test for excess errors)                                                                                              
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_align_float.c -Os execution test                                                                                                        
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_align_longdouble.c  -Os  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_align_longdouble.exe    (timeout = 300)                                                                                                                                       
PASS: libffi.call/cls_align_longdouble.c -Os (test for excess errors)                                                                                         
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_align_longdouble.c -Os execution test                                                                                                   
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_align_pointer.c  -Os  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_align_pointer.exe    (timeout = 300)                                                                                                                                             
PASS: libffi.call/cls_align_pointer.c -Os (test for excess errors)                                                                                            
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_align_pointer.c -Os execution test                                                                                                      
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_align_sint16.c  -Os  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_align_sint16.exe    (timeout = 300)                                                                                                                                               
PASS: libffi.call/cls_align_sint16.c -Os (test for excess errors)                                                                                             
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_align_sint16.c -Os execution test                                                                                                       
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_align_sint32.c  -Os  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_align_sint32.exe    (timeout = 300)                                                                                                                                               
PASS: libffi.call/cls_align_sint32.c -Os (test for excess errors)                                                                                             
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_align_sint32.c -Os execution test                                                                                                       
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_align_sint64.c  -Os  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_align_sint64.exe    (timeout = 300)                                                                                                                                               
PASS: libffi.call/cls_align_sint64.c -Os (test for excess errors)                                                                                             
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_align_sint64.c -Os execution test                                                                                                       
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_align_uint16.c  -Os  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_align_uint16.exe    (timeout = 300)                                                                                                                                               
PASS: libffi.call/cls_align_uint16.c -Os (test for excess errors)                                                                                             
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_align_uint16.c -Os execution test                                                                                                       
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_align_uint32.c  -Os  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_align_uint32.exe    (timeout = 300)                                                                                                                                               
PASS: libffi.call/cls_align_uint32.c -Os (test for excess errors)                                                                                             
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_align_uint32.c -Os execution test                                                                                                       
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_align_uint64.c  -Os  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_align_uint64.exe    (timeout = 300)                                                                                                                                               
PASS: libffi.call/cls_align_uint64.c -Os (test for excess errors)                                                                                             
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_align_uint64.c -Os execution test                                                                                                       
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_double.c  -Os  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_double.exe    (timeout = 300)                                                                                                                                                           
PASS: libffi.call/cls_double.c -Os (test for excess errors)                                                                                                   
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_double.c -Os execution test                                                                                                             
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_float.c  -Os  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_float.exe    (timeout = 300)                                                                                                                                                             
PASS: libffi.call/cls_float.c -Os (test for excess errors)                                                                                                    
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_float.c -Os execution test                                                                                                              
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_multi_schar.c  -Os  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_multi_schar.exe    (timeout = 300)                                                                                                                                                 
PASS: libffi.call/cls_multi_schar.c -Os (test for excess errors)                                                                                              
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_multi_schar.c -Os execution test                                                                                                        
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_multi_sshort.c  -Os  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_multi_sshort.exe    (timeout = 300)                                                                                                                                               
PASS: libffi.call/cls_multi_sshort.c -Os (test for excess errors)                                                                                             
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_multi_sshort.c -Os execution test                                                                                                       
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_multi_sshortchar.c  -Os  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_multi_sshortchar.exe    (timeout = 300)                                                                                                                                       
PASS: libffi.call/cls_multi_sshortchar.c -Os (test for excess errors)                                                                                         
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_multi_sshortchar.c -Os execution test                                                                                                   
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_multi_uchar.c  -Os  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_multi_uchar.exe    (timeout = 300)                                                                                                                                                 
PASS: libffi.call/cls_multi_uchar.c -Os (test for excess errors)                                                                                              
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_multi_uchar.c -Os execution test                                                                                                        
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_multi_ushort.c  -Os  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_multi_ushort.exe    (timeout = 300)                                                                                                                                               
PASS: libffi.call/cls_multi_ushort.c -Os (test for excess errors)                                                                                             
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_multi_ushort.c -Os execution test                                                                                                       
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_multi_ushortchar.c  -Os  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_multi_ushortchar.exe    (timeout = 300)                                                                                                                                       
PASS: libffi.call/cls_multi_ushortchar.c -Os (test for excess errors)                                                                                         
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_multi_ushortchar.c -Os execution test                                                                                                   
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_schar.c  -Os  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_schar.exe    (timeout = 300)                                                                                                                                                             
PASS: libffi.call/cls_schar.c -Os (test for excess errors)                                                                                                    
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_schar.c -Os execution test                                                                                                              
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_sint.c  -Os  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_sint.exe    (timeout = 300) 
PASS: libffi.call/cls_sint.c -Os (test for excess errors)                                                                                                     
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_sint.c -Os execution test                                                                                                               
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_sshort.c  -Os  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_sshort.exe    (timeout = 300)                                                                                                                                                           
PASS: libffi.call/cls_sshort.c -Os (test for excess errors)                                                                                                   
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_sshort.c -Os execution test                                                                                                             
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_uchar.c  -Os  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_uchar.exe    (timeout = 300)                                                                                                                                                             
PASS: libffi.call/cls_uchar.c -Os (test for excess errors)                                                                                                    
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_uchar.c -Os execution test                                                                                                              
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_uint.c  -Os  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_uint.exe    (timeout = 300) 
PASS: libffi.call/cls_uint.c -Os (test for excess errors)                                                                                                     
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_uint.c -Os execution test                                                                                                               
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_ulonglong.c  -Os  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_ulonglong.exe    (timeout = 300)                                                                                                                                                     
PASS: libffi.call/cls_ulonglong.c -Os (test for excess errors)                                                                                                
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_ulonglong.c -Os execution test                                                                                                          
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_ushort.c  -Os  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_ushort.exe    (timeout = 300)                                                                                                                                                           
PASS: libffi.call/cls_ushort.c -Os (test for excess errors)                                                                                                   
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_ushort.c -Os execution test                                                                                                             
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/float.c  -Os  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./float.exe    (timeout = 300)       
PASS: libffi.call/float.c -Os (test for excess errors)                                                                                                        
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
2 vs 2                                                                                                                                                        
PASS: libffi.call/float.c -Os execution test                                                                                                                  
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/float1.c  -Os  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./float1.exe    (timeout = 300)     
PASS: libffi.call/float1.c -Os (test for excess errors)                                                                                                       
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
PASS: libffi.call/float1.c -Os execution test                                                                                                                 
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/float2.c  -Os  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./float2.exe    (timeout = 300)     
PASS: libffi.call/float2.c -Os (test for excess errors)                                                                                                       
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
1.047197                                                                                                                                                      
1.047197, 1.047197, 0.000000, 0.000000                                                                                                                        
long double return value tests ok!                                                                                                                            
PASS: libffi.call/float2.c -Os execution test                                                                                                                 
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/float3.c  -Os  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./float3.exe    (timeout = 300)     
PASS: libffi.call/float3.c -Os (test for excess errors)                                                                                                       
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
PASS: libffi.call/float3.c -Os execution test                                                                                                                 
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/float4.c  -Os  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./float4.exe    (timeout = 300)     
PASS: libffi.call/float4.c -Os (test for excess errors)                                                                                                       
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
PASS: libffi.call/float4.c -Os execution test                                                                                                                 
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/many.c  -Os  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./many.exe    (timeout = 300)         
PASS: libffi.call/many.c -Os (test for excess errors)                                                                                                         
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
PASS: libffi.call/many.c -Os execution test                                                                                                                   
UNSUPPORTED: libffi.call/many_win32.c -Os                                                                                                                     
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/negint.c  -Os -O2 -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./negint.exe    (timeout = 300)  
PASS: libffi.call/negint.c -Os (test for excess errors)                                                                                                       
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
1 vs 1                                                                                                                                                        
PASS: libffi.call/negint.c -Os execution test                                                                                                                 
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/nested_struct.c  -Os  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./nested_struct.exe    (timeout = 300)                                                                                                                                                     
PASS: libffi.call/nested_struct.c -Os (test for excess errors)                                                                                                
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/nested_struct.c -Os execution test                                                                                                          
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/nested_struct1.c  -Os  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./nested_struct1.exe    (timeout = 300)                                                                                                                                                   
PASS: libffi.call/nested_struct1.c -Os (test for excess errors)                                                                                               
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/nested_struct1.c -Os execution test                                                                                                         
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/nested_struct10.c  -Os  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./nested_struct10.exe    (timeout = 300)                                                                                                                                                 
PASS: libffi.call/nested_struct10.c -Os (test for excess errors)                                                                                              
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/nested_struct10.c -Os execution test                                                                                                        
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/nested_struct2.c  -Os  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./nested_struct2.exe    (timeout = 300)                                                                                                                                                   
PASS: libffi.call/nested_struct2.c -Os (test for excess errors)                                                                                               
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/nested_struct2.c -Os execution test                                                                                                         
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/nested_struct3.c  -Os  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./nested_struct3.exe    (timeout = 300)                                                                                                                                                   
PASS: libffi.call/nested_struct3.c -Os (test for excess errors)                                                                                               
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/nested_struct3.c -Os execution test                                                                                                         
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/nested_struct4.c  -Os  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./nested_struct4.exe    (timeout = 300)                                                                                                                                                   
PASS: libffi.call/nested_struct4.c -Os (test for excess errors)                                                                                               
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/nested_struct4.c -Os execution test                                                                                                         
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/nested_struct5.c  -Os  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./nested_struct5.exe    (timeout = 300)                                                                                                                                                   
PASS: libffi.call/nested_struct5.c -Os (test for excess errors)                                                                                               
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/nested_struct5.c -Os execution test                                                                                                         
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/nested_struct6.c  -Os  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./nested_struct6.exe    (timeout = 300)                                                                                                                                                   
PASS: libffi.call/nested_struct6.c -Os (test for excess errors)                                                                                               
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/nested_struct6.c -Os execution test                                                                                                         
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/nested_struct7.c  -Os  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./nested_struct7.exe    (timeout = 300)                                                                                                                                                   
PASS: libffi.call/nested_struct7.c -Os (test for excess errors)                                                                                               
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/nested_struct7.c -Os execution test                                                                                                         
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/nested_struct8.c  -Os  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./nested_struct8.exe    (timeout = 300)                                                                                                                                                   
PASS: libffi.call/nested_struct8.c -Os (test for excess errors)                                                                                               
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/nested_struct8.c -Os execution test                                                                                                         
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/nested_struct9.c  -Os  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./nested_struct9.exe    (timeout = 300)                                                                                                                                                   
PASS: libffi.call/nested_struct9.c -Os (test for excess errors)                                                                                               
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/nested_struct9.c -Os execution test                                                                                                         
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/problem1.c  -Os  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./problem1.exe    (timeout = 300) 
PASS: libffi.call/problem1.c -Os (test for excess errors)                                                                                                     
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/problem1.c -Os execution test                                                                                                               
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/promotion.c  -Os  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./promotion.exe    (timeout = 300)                                                                                                                                                             
PASS: libffi.call/promotion.c -Os (test for excess errors)                                                                                                    
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
1383096 promotion tests run                                                                                                                                   
PASS: libffi.call/promotion.c -Os execution test                                                                                                              
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/pyobjc-tc.c  -Os  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./pyobjc-tc.exe    (timeout = 300)                                                                                                                                                             
PASS: libffi.call/pyobjc-tc.c -Os (test for excess errors)                                                                                                    
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
CALLING WITH 0 myMethod {1.000000 2.000000} {{9.000000 10.000000} {-1.000000 -2.000000}} 42                                                                   
CALLED WITH 0 myMethod {1.000000 2.000000} {{9.000000 10.000000} {-1.000000 -2.000000}} 42                                                                    
The result is 42                                                                                                                                              
PASS: libffi.call/pyobjc-tc.c -Os execution test                                                                                                              
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/return_dbl.c  -Os  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./return_dbl.exe    (timeout = 300)                                                                                                                                                           
PASS: libffi.call/return_dbl.c -Os (test for excess errors)                                                                                                   
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
-254.600000 vs -254.600000                                                                                                                                    
-252.600000 vs -252.600000                                                                                                                                    
-250.600000 vs -250.600000                                                                                                                                    
-248.600000 vs -248.600000                                                                                                                                    
-246.600000 vs -246.600000                                                                                                                                    
-244.600000 vs -244.600000                                                                                                                                    
-242.600000 vs -242.600000                                                                                                                                    
-240.600000 vs -240.600000                                                                                                                                    
-238.600000 vs -238.600000                                                                                                                                    
-236.600000 vs -236.600000                                                                                                                                    
-234.600000 vs -234.600000                                                                                                                                    
-232.600000 vs -232.600000                                                                                                                                    
-230.600000 vs -230.600000                                                                                                                                    
-228.600000 vs -228.600000                                                                                                                                    
-226.600000 vs -226.600000                                                                                                                                    
-224.600000 vs -224.600000                                                                                                                                    
-222.600000 vs -222.600000                                                                                                                                    
-220.600000 vs -220.600000                                                                                                                                    
-218.600000 vs -218.600000                                                                                                                                    
-216.600000 vs -216.600000                                                                                                                                    
-214.600000 vs -214.600000                                                                                                                                    
-212.600000 vs -212.600000                                                                                                                                    
-210.600000 vs -210.600000                                                                                                                                    
-208.600000 vs -208.600000                                                                                                                                    
-206.600000 vs -206.600000                                                                                                                                    
-204.600000 vs -204.600000                                                                                                                                    
-202.600000 vs -202.600000                                                                                                                                    
-200.600000 vs -200.600000                                                                                                                                    
-198.600000 vs -198.600000                                                                                                                                    
-196.600000 vs -196.600000                                                                                                                                    
-194.600000 vs -194.600000                                                                                                                                    
-192.600000 vs -192.600000                                                                                                                                    
-190.600000 vs -190.600000                                                                                                                                    
-188.600000 vs -188.600000                                                                                                                                    
-186.600000 vs -186.600000                                                                                                                                    
-184.600000 vs -184.600000                                                                                                                                    
-182.600000 vs -182.600000                                                                                                                                    
-180.600000 vs -180.600000                                                                                                                                    
-178.600000 vs -178.600000                                                                                                                                    
-176.600000 vs -176.600000                                                                                                                                    
-174.600000 vs -174.600000                                                                                                                                    
-172.600000 vs -172.600000                                                                                                                                    
-170.600000 vs -170.600000                                                                                                                                    
-168.600000 vs -168.600000                                                                                                                                    
-166.600000 vs -166.600000                                                                                                                                    
-164.600000 vs -164.600000                                                                                                                                    
-162.600000 vs -162.600000                                                                                                                                    
-160.600000 vs -160.600000                                                                                                                                    
-158.600000 vs -158.600000                                                                                                                                    
-156.600000 vs -156.600000                                                                                                                                    
-154.600000 vs -154.600000                                                                                                                                    
-152.600000 vs -152.600000                                                                                                                                    
-150.600000 vs -150.600000                                                                                                                                    
-148.600000 vs -148.600000                                                                                                                                    
-146.600000 vs -146.600000                                                                                                                                    
-144.600000 vs -144.600000                                                                                                                                    
-142.600000 vs -142.600000                                                                                                                                    
-140.600000 vs -140.600000                                                                                                                                    
-138.600000 vs -138.600000                                                                                                                                    
-136.600000 vs -136.600000                                                                                                                                    
-134.600000 vs -134.600000                                                                                                                                    
-132.600000 vs -132.600000                                                                                                                                    
-130.600000 vs -130.600000                                                                                                                                    
-128.600000 vs -128.600000                                                                                                                                    
-126.600000 vs -126.600000                                                                                                                                    
-124.600000 vs -124.600000                                                                                                                                    
-122.600000 vs -122.600000                                                                                                                                    
-120.600000 vs -120.600000                                                                                                                                    
-118.600000 vs -118.600000                                                                                                                                    
-116.600000 vs -116.600000                                                                                                                                    
-114.600000 vs -114.600000                                                                                                                                    
-112.600000 vs -112.600000                                                                                                                                    
-110.600000 vs -110.600000                                                                                                                                    
-108.600000 vs -108.600000                                                                                                                                    
-106.600000 vs -106.600000                                                                                                                                    
-104.600000 vs -104.600000                                                                                                                                    
-102.600000 vs -102.600000                                                                                                                                    
-100.600000 vs -100.600000                                                                                                                                    
-98.600000 vs -98.600000                                                                                                                                      
-96.600000 vs -96.600000                                                                                                                                      
-94.600000 vs -94.600000                                                                                                                                      
-92.600000 vs -92.600000                                                                                                                                      
-90.600000 vs -90.600000                                                                                                                                      
-88.600000 vs -88.600000                                                                                                                                      
-86.600000 vs -86.600000                                                                                                                                      
-84.600000 vs -84.600000                                                                                                                                      
-82.600000 vs -82.600000                                                                                                                                      
-80.600000 vs -80.600000                                                                                                                                      
-78.600000 vs -78.600000                                                                                                                                      
-76.600000 vs -76.600000                                                                                                                                      
-74.600000 vs -74.600000                                                                                                                                      
-72.600000 vs -72.600000                                                                                                                                      
-70.600000 vs -70.600000                                                                                                                                      
-68.600000 vs -68.600000                                                                                                                                      
-66.600000 vs -66.600000                                                                                                                                      
-64.600000 vs -64.600000                                                                                                                                      
-62.600000 vs -62.600000                                                                                                                                      
-60.600000 vs -60.600000                                                                                                                                      
-58.600000 vs -58.600000                                                                                                                                      
-56.600000 vs -56.600000                                                                                                                                      
-54.600000 vs -54.600000                                                                                                                                      
-52.600000 vs -52.600000                                                                                                                                      
-50.600000 vs -50.600000                                                                                                                                      
-48.600000 vs -48.600000                                                                                                                                      
-46.600000 vs -46.600000                                                                                                                                      
-44.600000 vs -44.600000                                                                                                                                      
-42.600000 vs -42.600000                                                                                                                                      
-40.600000 vs -40.600000                                                                                                                                      
-38.600000 vs -38.600000                                                                                                                                      
-36.600000 vs -36.600000                                                                                                                                      
-34.600000 vs -34.600000                                                                                                                                      
-32.600000 vs -32.600000                                                                                                                                      
-30.600000 vs -30.600000                                                                                                                                      
-28.600000 vs -28.600000                                                                                                                                      
-26.600000 vs -26.600000                                                                                                                                      
-24.600000 vs -24.600000                                                                                                                                      
-22.600000 vs -22.600000                                                                                                                                      
-20.600000 vs -20.600000                                                                                                                                      
-18.600000 vs -18.600000                                                                                                                                      
-16.600000 vs -16.600000                                                                                                                                      
-14.600000 vs -14.600000                                                                                                                                      
-12.600000 vs -12.600000                                                                                                                                      
-10.600000 vs -10.600000                                                                                                                                      
-8.600000 vs -8.600000                                                                                                                                        
-6.600000 vs -6.600000                                                                                                                                        
-4.600000 vs -4.600000                                                                                                                                        
-2.600000 vs -2.600000                                                                                                                                        
-0.600000 vs -0.600000                                                                                                                                        
1.400000 vs 1.400000                                                                                                                                          
3.400000 vs 3.400000                                                                                                                                          
5.400000 vs 5.400000                                                                                                                                          
7.400000 vs 7.400000                                                                                                                                          
9.400000 vs 9.400000                                                                                                                                          
11.400000 vs 11.400000                                                                                                                                        
13.400000 vs 13.400000                                                                                                                                        
15.400000 vs 15.400000                                                                                                                                        
17.400000 vs 17.400000                                                                                                                                        
19.400000 vs 19.400000                                                                                                                                        
21.400000 vs 21.400000                                                                                                                                        
23.400000 vs 23.400000                                                                                                                                        
25.400000 vs 25.400000                                                                                                                                        
27.400000 vs 27.400000                                                                                                                                        
29.400000 vs 29.400000                                                                                                                                        
31.400000 vs 31.400000                                                                                                                                        
33.400000 vs 33.400000                                                                                                                                        
35.400000 vs 35.400000                                                                                                                                        
37.400000 vs 37.400000                                                                                                                                        
39.400000 vs 39.400000                                                                                                                                        
41.400000 vs 41.400000                                                                                                                                        
43.400000 vs 43.400000                                                                                                                                        
45.400000 vs 45.400000                                                                                                                                        
47.400000 vs 47.400000                                                                                                                                        
49.400000 vs 49.400000                                                                                                                                        
51.400000 vs 51.400000                                                                                                                                        
53.400000 vs 53.400000                                                                                                                                        
55.400000 vs 55.400000                                                                                                                                        
57.400000 vs 57.400000                                                                                                                                        
59.400000 vs 59.400000                                                                                                                                        
61.400000 vs 61.400000                                                                                                                                        
63.400000 vs 63.400000                                                                                                                                        
65.400000 vs 65.400000                                                                                                                                        
67.400000 vs 67.400000                                                                                                                                        
69.400000 vs 69.400000                                                                                                                                        
71.400000 vs 71.400000                                                                                                                                        
73.400000 vs 73.400000                                                                                                                                        
75.400000 vs 75.400000                                                                                                                                        
77.400000 vs 77.400000                                                                                                                                        
79.400000 vs 79.400000                                                                                                                                        
81.400000 vs 81.400000                                                                                                                                        
83.400000 vs 83.400000                                                                                                                                        
85.400000 vs 85.400000                                                                                                                                        
87.400000 vs 87.400000                                                                                                                                        
89.400000 vs 89.400000                                                                                                                                        
91.400000 vs 91.400000                                                                                                                                        
93.400000 vs 93.400000                                                                                                                                        
95.400000 vs 95.400000                                                                                                                                        
97.400000 vs 97.400000                                                                                                                                        
99.400000 vs 99.400000                                                                                                                                        
101.400000 vs 101.400000                                                                                                                                      
103.400000 vs 103.400000                                                                                                                                      
105.400000 vs 105.400000                                                                                                                                      
107.400000 vs 107.400000                                                                                                                                      
109.400000 vs 109.400000                                                                                                                                      
111.400000 vs 111.400000                                                                                                                                      
113.400000 vs 113.400000                                                                                                                                      
115.400000 vs 115.400000                                                                                                                                      
117.400000 vs 117.400000                                                                                                                                      
119.400000 vs 119.400000                                                                                                                                      
121.400000 vs 121.400000                                                                                                                                      
123.400000 vs 123.400000                                                                                                                                      
125.400000 vs 125.400000                                                                                                                                      
127.400000 vs 127.400000                                                                                                                                      
129.400000 vs 129.400000                                                                                                                                      
131.400000 vs 131.400000                                                                                                                                      
133.400000 vs 133.400000                                                                                                                                      
135.400000 vs 135.400000                                                                                                                                      
137.400000 vs 137.400000                                                                                                                                      
139.400000 vs 139.400000                                                                                                                                      
141.400000 vs 141.400000                                                                                                                                      
143.400000 vs 143.400000                                                                                                                                      
145.400000 vs 145.400000                                                                                                                                      
147.400000 vs 147.400000                                                                                                                                      
149.400000 vs 149.400000                                                                                                                                      
151.400000 vs 151.400000                                                                                                                                      
153.400000 vs 153.400000                                                                                                                                      
155.400000 vs 155.400000                                                                                                                                      
157.400000 vs 157.400000                                                                                                                                      
159.400000 vs 159.400000                                                                                                                                      
161.400000 vs 161.400000                                                                                                                                      
163.400000 vs 163.400000                                                                                                                                      
165.400000 vs 165.400000                                                                                                                                      
167.400000 vs 167.400000                                                                                                                                      
169.400000 vs 169.400000                                                                                                                                      
171.400000 vs 171.400000                                                                                                                                      
173.400000 vs 173.400000                                                                                                                                      
175.400000 vs 175.400000                                                                                                                                      
177.400000 vs 177.400000                                                                                                                                      
179.400000 vs 179.400000                                                                                                                                      
181.400000 vs 181.400000                                                                                                                                      
183.400000 vs 183.400000                                                                                                                                      
185.400000 vs 185.400000                                                                                                                                      
187.400000 vs 187.400000                                                                                                                                      
189.400000 vs 189.400000                                                                                                                                      
191.400000 vs 191.400000                                                                                                                                      
193.400000 vs 193.400000                                                                                                                                      
195.400000 vs 195.400000                                                                                                                                      
197.400000 vs 197.400000                                                                                                                                      
199.400000 vs 199.400000                                                                                                                                      
201.400000 vs 201.400000                                                                                                                                      
203.400000 vs 203.400000                                                                                                                                      
205.400000 vs 205.400000                                                                                                                                      
207.400000 vs 207.400000                                                                                                                                      
209.400000 vs 209.400000                                                                                                                                      
211.400000 vs 211.400000                                                                                                                                      
213.400000 vs 213.400000                                                                                                                                      
215.400000 vs 215.400000                                                                                                                                      
217.400000 vs 217.400000                                                                                                                                      
219.400000 vs 219.400000                                                                                                                                      
221.400000 vs 221.400000                                                                                                                                      
223.400000 vs 223.400000                                                                                                                                      
225.400000 vs 225.400000                                                                                                                                      
227.400000 vs 227.400000                                                                                                                                      
229.400000 vs 229.400000                                                                                                                                      
231.400000 vs 231.400000                                                                                                                                      
233.400000 vs 233.400000                                                                                                                                      
235.400000 vs 235.400000                                                                                                                                      
237.400000 vs 237.400000                                                                                                                                      
239.400000 vs 239.400000                                                                                                                                      
241.400000 vs 241.400000                                                                                                                                      
243.400000 vs 243.400000                                                                                                                                      
245.400000 vs 245.400000                                                                                                                                      
247.400000 vs 247.400000                                                                                                                                      
249.400000 vs 249.400000                                                                                                                                      
251.400000 vs 251.400000                                                                                                                                      
253.400000 vs 253.400000                                                                                                                                      
PASS: libffi.call/return_dbl.c -Os execution test                                                                                                             
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/return_dbl1.c  -Os  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./return_dbl1.exe    (timeout = 300)                                                                                                                                                         
PASS: libffi.call/return_dbl1.c -Os (test for excess errors)                                                                                                  
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
1022.700000 vs 1022.700000                                                                                                                                    
PASS: libffi.call/return_dbl1.c -Os execution test                                                                                                            
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/return_dbl2.c  -Os  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./return_dbl2.exe    (timeout = 300)                                                                                                                                                         
PASS: libffi.call/return_dbl2.c -Os (test for excess errors)                                                                                                  
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
1022.700000 vs 1022.700000                                                                                                                                    
PASS: libffi.call/return_dbl2.c -Os execution test                                                                                                            
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/return_fl.c  -Os  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./return_fl.exe    (timeout = 300)                                                                                                                                                             
PASS: libffi.call/return_fl.c -Os (test for excess errors)                                                                                                    
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
-254.000000 vs -254.000000                                                                                                                                    
-252.000000 vs -252.000000                                                                                                                                    
-250.000000 vs -250.000000                                                                                                                                    
-248.000000 vs -248.000000                                                                                                                                    
-246.000000 vs -246.000000                                                                                                                                    
-244.000000 vs -244.000000                                                                                                                                    
-242.000000 vs -242.000000                                                                                                                                    
-240.000000 vs -240.000000                                                                                                                                    
-238.000000 vs -238.000000                                                                                                                                    
-236.000000 vs -236.000000                                                                                                                                    
-234.000000 vs -234.000000                                                                                                                                    
-232.000000 vs -232.000000                                                                                                                                    
-230.000000 vs -230.000000                                                                                                                                    
-228.000000 vs -228.000000                                                                                                                                    
-226.000000 vs -226.000000                                                                                                                                    
-224.000000 vs -224.000000                                                                                                                                    
-222.000000 vs -222.000000                                                                                                                                    
-220.000000 vs -220.000000                                                                                                                                    
-218.000000 vs -218.000000                                                                                                                                    
-216.000000 vs -216.000000                                                                                                                                    
-214.000000 vs -214.000000                                                                                                                                    
-212.000000 vs -212.000000                                                                                                                                    
-210.000000 vs -210.000000                                                                                                                                    
-208.000000 vs -208.000000                                                                                                                                    
-206.000000 vs -206.000000                                                                                                                                    
-204.000000 vs -204.000000                                                                                                                                    
-202.000000 vs -202.000000                                                                                                                                    
-200.000000 vs -200.000000                                                                                                                                    
-198.000000 vs -198.000000                                                                                                                                    
-196.000000 vs -196.000000                                                                                                                                    
-194.000000 vs -194.000000                                                                                                                                    
-192.000000 vs -192.000000                                                                                                                                    
-190.000000 vs -190.000000                                                                                                                                    
-188.000000 vs -188.000000                                                                                                                                    
-186.000000 vs -186.000000                                                                                                                                    
-184.000000 vs -184.000000                                                                                                                                    
-182.000000 vs -182.000000                                                                                                                                    
-180.000000 vs -180.000000                                                                                                                                    
-178.000000 vs -178.000000                                                                                                                                    
-176.000000 vs -176.000000                                                                                                                                    
-174.000000 vs -174.000000                                                                                                                                    
-172.000000 vs -172.000000                                                                                                                                    
-170.000000 vs -170.000000                                                                                                                                    
-168.000000 vs -168.000000                                                                                                                                    
-166.000000 vs -166.000000                                                                                                                                    
-164.000000 vs -164.000000                                                                                                                                    
-162.000000 vs -162.000000                                                                                                                                    
-160.000000 vs -160.000000                                                                                                                                    
-158.000000 vs -158.000000                                                                                                                                    
-156.000000 vs -156.000000                                                                                                                                    
-154.000000 vs -154.000000                                                                                                                                    
-152.000000 vs -152.000000                                                                                                                                    
-150.000000 vs -150.000000                                                                                                                                    
-148.000000 vs -148.000000                                                                                                                                    
-146.000000 vs -146.000000                                                                                                                                    
-144.000000 vs -144.000000                                                                                                                                    
-142.000000 vs -142.000000                                                                                                                                    
-140.000000 vs -140.000000                                                                                                                                    
-138.000000 vs -138.000000                                                                                                                                    
-136.000000 vs -136.000000                                                                                                                                    
-134.000000 vs -134.000000                                                                                                                                    
-132.000000 vs -132.000000                                                                                                                                    
-130.000000 vs -130.000000                                                                                                                                    
-128.000000 vs -128.000000                                                                                                                                    
-126.000000 vs -126.000000                                                                                                                                    
-124.000000 vs -124.000000                                                                                                                                    
-122.000000 vs -122.000000                                                                                                                                    
-120.000000 vs -120.000000                                                                                                                                    
-118.000000 vs -118.000000                                                                                                                                    
-116.000000 vs -116.000000                                                                                                                                    
-114.000000 vs -114.000000                                                                                                                                    
-112.000000 vs -112.000000                                                                                                                                    
-110.000000 vs -110.000000                                                                                                                                    
-108.000000 vs -108.000000                                                                                                                                    
-106.000000 vs -106.000000                                                                                                                                    
-104.000000 vs -104.000000                                                                                                                                    
-102.000000 vs -102.000000                                                                                                                                    
-100.000000 vs -100.000000                                                                                                                                    
-98.000000 vs -98.000000                                                                                                                                      
-96.000000 vs -96.000000                                                                                                                                      
-94.000000 vs -94.000000                                                                                                                                      
-92.000000 vs -92.000000                                                                                                                                      
-90.000000 vs -90.000000                                                                                                                                      
-88.000000 vs -88.000000                                                                                                                                      
-86.000000 vs -86.000000                                                                                                                                      
-84.000000 vs -84.000000                                                                                                                                      
-82.000000 vs -82.000000                                                                                                                                      
-80.000000 vs -80.000000                                                                                                                                      
-78.000000 vs -78.000000                                                                                                                                      
-76.000000 vs -76.000000                                                                                                                                      
-74.000000 vs -74.000000                                                                                                                                      
-72.000000 vs -72.000000                                                                                                                                      
-70.000000 vs -70.000000                                                                                                                                      
-68.000000 vs -68.000000                                                                                                                                      
-66.000000 vs -66.000000                                                                                                                                      
-64.000000 vs -64.000000                                                                                                                                      
-62.000000 vs -62.000000                                                                                                                                      
-60.000000 vs -60.000000                                                                                                                                      
-58.000000 vs -58.000000                                                                                                                                      
-56.000000 vs -56.000000                                                                                                                                      
-54.000000 vs -54.000000                                                                                                                                      
-52.000000 vs -52.000000                                                                                                                                      
-50.000000 vs -50.000000                                                                                                                                      
-48.000000 vs -48.000000                                                                                                                                      
-46.000000 vs -46.000000                                                                                                                                      
-44.000000 vs -44.000000                                                                                                                                      
-42.000000 vs -42.000000                                                                                                                                      
-40.000000 vs -40.000000                                                                                                                                      
-38.000000 vs -38.000000                                                                                                                                      
-36.000000 vs -36.000000                                                                                                                                      
-34.000000 vs -34.000000                                                                                                                                      
-32.000000 vs -32.000000                                                                                                                                      
-30.000000 vs -30.000000                                                                                                                                      
-28.000000 vs -28.000000                                                                                                                                      
-26.000000 vs -26.000000                                                                                                                                      
-24.000000 vs -24.000000                                                                                                                                      
-22.000000 vs -22.000000                                                                                                                                      
-20.000000 vs -20.000000                                                                                                                                      
-18.000000 vs -18.000000                                                                                                                                      
-16.000000 vs -16.000000                                                                                                                                      
-14.000000 vs -14.000000                                                                                                                                      
-12.000000 vs -12.000000                                                                                                                                      
-10.000000 vs -10.000000                                                                                                                                      
-8.000000 vs -8.000000                                                                                                                                        
-6.000000 vs -6.000000                                                                                                                                        
-4.000000 vs -4.000000                                                                                                                                        
-2.000000 vs -2.000000                                                                                                                                        
0.000000 vs 0.000000                                                                                                                                          
2.000000 vs 2.000000                                                                                                                                          
4.000000 vs 4.000000                                                                                                                                          
6.000000 vs 6.000000                                                                                                                                          
8.000000 vs 8.000000                                                                                                                                          
10.000000 vs 10.000000                                                                                                                                        
12.000000 vs 12.000000                                                                                                                                        
14.000000 vs 14.000000                                                                                                                                        
16.000000 vs 16.000000                                                                                                                                        
18.000000 vs 18.000000                                                                                                                                        
20.000000 vs 20.000000                                                                                                                                        
22.000000 vs 22.000000                                                                                                                                        
24.000000 vs 24.000000                                                                                                                                        
26.000000 vs 26.000000                                                                                                                                        
28.000000 vs 28.000000                                                                                                                                        
30.000000 vs 30.000000                                                                                                                                        
32.000000 vs 32.000000                                                                                                                                        
34.000000 vs 34.000000                                                                                                                                        
36.000000 vs 36.000000                                                                                                                                        
38.000000 vs 38.000000                                                                                                                                        
40.000000 vs 40.000000                                                                                                                                        
42.000000 vs 42.000000                                                                                                                                        
44.000000 vs 44.000000                                                                                                                                        
46.000000 vs 46.000000                                                                                                                                        
48.000000 vs 48.000000                                                                                                                                        
50.000000 vs 50.000000                                                                                                                                        
52.000000 vs 52.000000                                                                                                                                        
54.000000 vs 54.000000                                                                                                                                        
56.000000 vs 56.000000                                                                                                                                        
58.000000 vs 58.000000                                                                                                                                        
60.000000 vs 60.000000                                                                                                                                        
62.000000 vs 62.000000                                                                                                                                        
64.000000 vs 64.000000                                                                                                                                        
66.000000 vs 66.000000                                                                                                                                        
68.000000 vs 68.000000                                                                                                                                        
70.000000 vs 70.000000                                                                                                                                        
72.000000 vs 72.000000                                                                                                                                        
74.000000 vs 74.000000                                                                                                                                        
76.000000 vs 76.000000                                                                                                                                        
78.000000 vs 78.000000                                                                                                                                        
80.000000 vs 80.000000                                                                                                                                        
82.000000 vs 82.000000                                                                                                                                        
84.000000 vs 84.000000                                                                                                                                        
86.000000 vs 86.000000                                                                                                                                        
88.000000 vs 88.000000                                                                                                                                        
90.000000 vs 90.000000                                                                                                                                        
92.000000 vs 92.000000                                                                                                                                        
94.000000 vs 94.000000                                                                                                                                        
96.000000 vs 96.000000                                                                                                                                        
98.000000 vs 98.000000                                                                                                                                        
100.000000 vs 100.000000                                                                                                                                      
102.000000 vs 102.000000                                                                                                                                      
104.000000 vs 104.000000                                                                                                                                      
106.000000 vs 106.000000                                                                                                                                      
108.000000 vs 108.000000                                                                                                                                      
110.000000 vs 110.000000                                                                                                                                      
112.000000 vs 112.000000                                                                                                                                      
114.000000 vs 114.000000                                                                                                                                      
116.000000 vs 116.000000                                                                                                                                      
118.000000 vs 118.000000                                                                                                                                      
120.000000 vs 120.000000                                                                                                                                      
122.000000 vs 122.000000                                                                                                                                      
124.000000 vs 124.000000                                                                                                                                      
126.000000 vs 126.000000                                                                                                                                      
128.000000 vs 128.000000                                                                                                                                      
130.000000 vs 130.000000                                                                                                                                      
132.000000 vs 132.000000                                                                                                                                      
134.000000 vs 134.000000                                                                                                                                      
136.000000 vs 136.000000                                                                                                                                      
138.000000 vs 138.000000                                                                                                                                      
140.000000 vs 140.000000                                                                                                                                      
142.000000 vs 142.000000                                                                                                                                      
144.000000 vs 144.000000                                                                                                                                      
146.000000 vs 146.000000                                                                                                                                      
148.000000 vs 148.000000                                                                                                                                      
150.000000 vs 150.000000                                                                                                                                      
152.000000 vs 152.000000                                                                                                                                      
154.000000 vs 154.000000                                                                                                                                      
156.000000 vs 156.000000                                                                                                                                      
158.000000 vs 158.000000                                                                                                                                      
160.000000 vs 160.000000                                                                                                                                      
162.000000 vs 162.000000                                                                                                                                      
164.000000 vs 164.000000                                                                                                                                      
166.000000 vs 166.000000                                                                                                                                      
168.000000 vs 168.000000                                                                                                                                      
170.000000 vs 170.000000                                                                                                                                      
172.000000 vs 172.000000                                                                                                                                      
174.000000 vs 174.000000                                                                                                                                      
176.000000 vs 176.000000                                                                                                                                      
178.000000 vs 178.000000                                                                                                                                      
180.000000 vs 180.000000                                                                                                                                      
182.000000 vs 182.000000                                                                                                                                      
184.000000 vs 184.000000                                                                                                                                      
186.000000 vs 186.000000                                                                                                                                      
188.000000 vs 188.000000                                                                                                                                      
190.000000 vs 190.000000                                                                                                                                      
192.000000 vs 192.000000                                                                                                                                      
194.000000 vs 194.000000                                                                                                                                      
196.000000 vs 196.000000                                                                                                                                      
198.000000 vs 198.000000                                                                                                                                      
200.000000 vs 200.000000                                                                                                                                      
202.000000 vs 202.000000                                                                                                                                      
204.000000 vs 204.000000                                                                                                                                      
206.000000 vs 206.000000                                                                                                                                      
208.000000 vs 208.000000                                                                                                                                      
210.000000 vs 210.000000                                                                                                                                      
212.000000 vs 212.000000                                                                                                                                      
214.000000 vs 214.000000                                                                                                                                      
216.000000 vs 216.000000                                                                                                                                      
218.000000 vs 218.000000                                                                                                                                      
220.000000 vs 220.000000                                                                                                                                      
222.000000 vs 222.000000                                                                                                                                      
224.000000 vs 224.000000                                                                                                                                      
226.000000 vs 226.000000                                                                                                                                      
228.000000 vs 228.000000                                                                                                                                      
230.000000 vs 230.000000                                                                                                                                      
232.000000 vs 232.000000                                                                                                                                      
234.000000 vs 234.000000                                                                                                                                      
236.000000 vs 236.000000                                                                                                                                      
238.000000 vs 238.000000                                                                                                                                      
240.000000 vs 240.000000                                                                                                                                      
242.000000 vs 242.000000                                                                                                                                      
244.000000 vs 244.000000                                                                                                                                      
246.000000 vs 246.000000                                                                                                                                      
248.000000 vs 248.000000                                                                                                                                      
250.000000 vs 250.000000                                                                                                                                      
252.000000 vs 252.000000                                                                                                                                      
PASS: libffi.call/return_fl.c -Os execution test                                                                                                              
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/return_fl1.c  -Os  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./return_fl1.exe    (timeout = 300)                                                                                                                                                           
PASS: libffi.call/return_fl1.c -Os (test for excess errors)                                                                                                   
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
255.000000 vs 255.000000                                                                                                                                      
PASS: libffi.call/return_fl1.c -Os execution test                                                                                                             
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/return_fl2.c  -Os  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./return_fl2.exe    (timeout = 300)                                                                                                                                                           
PASS: libffi.call/return_fl2.c -Os (test for excess errors)                                                                                                   
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
1022.800049 vs 1022.800049                                                                                                                                    
PASS: libffi.call/return_fl2.c -Os execution test                                                                                                             
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/return_fl3.c  -Os  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./return_fl3.exe    (timeout = 300)                                                                                                                                                           
PASS: libffi.call/return_fl3.c -Os (test for excess errors)                                                                                                   
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
1022.700012 vs 1022.700012                                                                                                                                    
PASS: libffi.call/return_fl3.c -Os execution test                                                                                                             
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/return_ldl.c  -Os  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./return_ldl.exe    (timeout = 300)                                                                                                                                                           
PASS: libffi.call/return_ldl.c -Os (test for excess errors)                                                                                                   
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
PASS: libffi.call/return_ldl.c -Os execution test                                                                                                             
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/return_ll.c  -Os  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./return_ll.exe    (timeout = 300)                                                                                                                                                             
PASS: libffi.call/return_ll.c -Os (test for excess errors)                                                                                                    
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
PASS: libffi.call/return_ll.c -Os execution test                                                                                                              
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/return_ll1.c  -Os  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./return_ll1.exe    (timeout = 300)                                                                                                                                                           
PASS: libffi.call/return_ll1.c -Os (test for excess errors)                                                                                                   
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
res: 11111133333222, 11111133333222                                                                                                                           
PASS: libffi.call/return_ll1.c -Os execution test                                                                                                             
PASS: libffi.call/return_ll1.c -Os output pattern test, res: 11111133333222, 11111133333222                                                                   
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/return_sc.c  -Os  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./return_sc.exe    (timeout = 300)                                                                                                                                                             
PASS: libffi.call/return_sc.c -Os (test for excess errors)                                                                                                    
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
PASS: libffi.call/return_sc.c -Os execution test                                                                                                              
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/return_sl.c  -Os  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./return_sl.exe    (timeout = 300)                                                                                                                                                             
PASS: libffi.call/return_sl.c -Os (test for excess errors)                                                                                                    
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
res: -1, -1                                                                                                                                                   
PASS: libffi.call/return_sl.c -Os execution test                                                                                                              
PASS: libffi.call/return_sl.c -Os output pattern test, res: -1, -1                                                                                            
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/return_uc.c  -Os  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./return_uc.exe    (timeout = 300)                                                                                                                                                             
PASS: libffi.call/return_uc.c -Os (test for excess errors)                                                                                                    
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
PASS: libffi.call/return_uc.c -Os execution test                                                                                                              
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/return_ul.c  -Os  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./return_ul.exe    (timeout = 300)                                                                                                                                                             
PASS: libffi.call/return_ul.c -Os (test for excess errors)                                                                                                    
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
res: 2147483647, 2147483647                                                                                                                                   
PASS: libffi.call/return_ul.c -Os execution test                                                                                                              
PASS: libffi.call/return_ul.c -Os output pattern test, res: 2147483647, 2147483647                                                                            
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/strlen.c  -Os  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./strlen.exe    (timeout = 300)     
PASS: libffi.call/strlen.c -Os (test for excess errors)                                                                                                       
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
PASS: libffi.call/strlen.c -Os execution test                                                                                                                 
UNSUPPORTED: libffi.call/strlen_win32.c -Os                                                                                                                   
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/struct1.c  -Os  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./struct1.exe    (timeout = 300)   
PASS: libffi.call/struct1.c -Os (test for excess errors)                                                                                                      
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
PASS: libffi.call/struct1.c -Os execution test                                                                                                                
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/struct2.c  -Os  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./struct2.exe    (timeout = 300)   
PASS: libffi.call/struct2.c -Os (test for excess errors)                                                                                                      
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
5.55                                                                                                                                                          
6.66                                                                                                                                                          
4.55                                                                                                                                                          
5.66                                                                                                                                                          
PASS: libffi.call/struct2.c -Os execution test                                                                                                                
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/struct3.c  -Os  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./struct3.exe    (timeout = 300)   
PASS: libffi.call/struct3.c -Os (test for excess errors)                                                                                                      
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
246 246                                                                                                                                                       
PASS: libffi.call/struct3.c -Os execution test                                                                                                                
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/struct4.c  -Os  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./struct4.exe    (timeout = 300)   
PASS: libffi.call/struct4.c -Os (test for excess errors)                                                                                                      
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
PASS: libffi.call/struct4.c -Os execution test                                                                                                                
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/struct5.c  -Os  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./struct5.exe    (timeout = 300)   
PASS: libffi.call/struct5.c -Os (test for excess errors)                                                                                                      
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
PASS: libffi.call/struct5.c -Os execution test                                                                                                                
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/struct6.c  -Os  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./struct6.exe    (timeout = 300)   
PASS: libffi.call/struct6.c -Os (test for excess errors)                                                                                                      
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
5.55                                                                                                                                                          
6.66                                                                                                                                                          
PASS: libffi.call/struct6.c -Os execution test                                                                                                                
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/struct7.c  -Os  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./struct7.exe    (timeout = 300)   
PASS: libffi.call/struct7.c -Os (test for excess errors)                                                                                                      
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
5.55                                                                                                                                                          
55.5                                                                                                                                                          
6.66                                                                                                                                                          
6.55                                                                                                                                                          
56.5                                                                                                                                                          
7.66                                                                                                                                                          
PASS: libffi.call/struct7.c -Os execution test                                                                                                                
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/struct8.c  -Os  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./struct8.exe    (timeout = 300)   
PASS: libffi.call/struct8.c -Os (test for excess errors)                                                                                                      
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
5.55                                                                                                                                                          
55.5                                                                                                                                                          
-5.55                                                                                                                                                         
-55.5                                                                                                                                                         
6.55                                                                                                                                                          
56.5                                                                                                                                                          
-4.55                                                                                                                                                         
-54.5                                                                                                                                                         
PASS: libffi.call/struct8.c -Os execution test                                                                                                                
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/struct9.c  -Os  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./struct9.exe    (timeout = 300)   
PASS: libffi.call/struct9.c -Os (test for excess errors)                                                                                                      
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
5.55                                                                                                                                                          
5                                                                                                                                                             
6.55                                                                                                                                                          
6                                                                                                                                                             
PASS: libffi.call/struct9.c -Os execution test                                                                                                                
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/closure_fn0.c  -O2 -fomit-frame-pointer  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./closure_fn0.exe    (timeout = 300)                                                                                                                                    
PASS: libffi.call/closure_fn0.c -O2 -fomit-frame-pointer (test for excess errors)                                                                             
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/closure_fn0.c -O2 -fomit-frame-pointer execution test                                                                                       
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/closure_fn1.c  -O2 -fomit-frame-pointer  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./closure_fn1.exe    (timeout = 300)                                                                                                                                    
PASS: libffi.call/closure_fn1.c -O2 -fomit-frame-pointer (test for excess errors)                                                                             
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/closure_fn1.c -O2 -fomit-frame-pointer execution test                                                                                       
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/closure_fn2.c  -O2 -fomit-frame-pointer  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./closure_fn2.exe    (timeout = 300)                                                                                                                                    
PASS: libffi.call/closure_fn2.c -O2 -fomit-frame-pointer (test for excess errors)                                                                             
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/closure_fn2.c -O2 -fomit-frame-pointer execution test                                                                                       
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/closure_fn3.c  -O2 -fomit-frame-pointer  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./closure_fn3.exe    (timeout = 300)                                                                                                                                    
PASS: libffi.call/closure_fn3.c -O2 -fomit-frame-pointer (test for excess errors)                                                                             
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/closure_fn3.c -O2 -fomit-frame-pointer execution test                                                                                       
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/closure_fn4.c  -O2 -fomit-frame-pointer  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./closure_fn4.exe    (timeout = 300)                                                                                                                                    
PASS: libffi.call/closure_fn4.c -O2 -fomit-frame-pointer (test for excess errors)                                                                             
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/closure_fn4.c -O2 -fomit-frame-pointer execution test                                                                                       
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/closure_fn5.c  -O2 -fomit-frame-pointer  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./closure_fn5.exe    (timeout = 300)                                                                                                                                    
PASS: libffi.call/closure_fn5.c -O2 -fomit-frame-pointer (test for excess errors)                                                                             
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/closure_fn5.c -O2 -fomit-frame-pointer execution test                                                                                       
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/closure_fn6.c  -O2 -fomit-frame-pointer  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./closure_fn6.exe    (timeout = 300)                                                                                                                                    
PASS: libffi.call/closure_fn6.c -O2 -fomit-frame-pointer (test for excess errors)                                                                             
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/closure_fn6.c -O2 -fomit-frame-pointer execution test                                                                                       
UNSUPPORTED: libffi.call/closure_stdcall.c -O2 -fomit-frame-pointer                                                                                           
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_12byte.c  -O2 -fomit-frame-pointer  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_12byte.exe    (timeout = 300)                                                                                                                                      
PASS: libffi.call/cls_12byte.c -O2 -fomit-frame-pointer (test for excess errors)                                                                              
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_12byte.c -O2 -fomit-frame-pointer execution test                                                                                        
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_16byte.c  -O2 -fomit-frame-pointer  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_16byte.exe    (timeout = 300)                                                                                                                                      
PASS: libffi.call/cls_16byte.c -O2 -fomit-frame-pointer (test for excess errors)                                                                              
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_16byte.c -O2 -fomit-frame-pointer execution test                                                                                        
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_18byte.c  -O2 -fomit-frame-pointer  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_18byte.exe    (timeout = 300)                                                                                                                                      
PASS: libffi.call/cls_18byte.c -O2 -fomit-frame-pointer (test for excess errors)                                                                              
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_18byte.c -O2 -fomit-frame-pointer execution test                                                                                        
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_19byte.c  -O2 -fomit-frame-pointer  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_19byte.exe    (timeout = 300)                                                                                                                                      
PASS: libffi.call/cls_19byte.c -O2 -fomit-frame-pointer (test for excess errors)                                                                              
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_19byte.c -O2 -fomit-frame-pointer execution test                                                                                        
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_1_1byte.c  -O2 -fomit-frame-pointer  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_1_1byte.exe    (timeout = 300)                                                                                                                                    
PASS: libffi.call/cls_1_1byte.c -O2 -fomit-frame-pointer (test for excess errors)                                                                             
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_1_1byte.c -O2 -fomit-frame-pointer execution test                                                                                       
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_20byte.c  -O2 -fomit-frame-pointer  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_20byte.exe    (timeout = 300)                                                                                                                                      
PASS: libffi.call/cls_20byte.c -O2 -fomit-frame-pointer (test for excess errors)                                                                              
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_20byte.c -O2 -fomit-frame-pointer execution test                                                                                        
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_20byte1.c  -O2 -fomit-frame-pointer  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_20byte1.exe    (timeout = 300)                                                                                                                                    
PASS: libffi.call/cls_20byte1.c -O2 -fomit-frame-pointer (test for excess errors)                                                                             
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_20byte1.c -O2 -fomit-frame-pointer execution test                                                                                       
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_24byte.c  -O2 -fomit-frame-pointer  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_24byte.exe    (timeout = 300)                                                                                                                                      
PASS: libffi.call/cls_24byte.c -O2 -fomit-frame-pointer (test for excess errors)                                                                              
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_24byte.c -O2 -fomit-frame-pointer execution test                                                                                        
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_2byte.c  -O2 -fomit-frame-pointer  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_2byte.exe    (timeout = 300)                                                                                                                                        
PASS: libffi.call/cls_2byte.c -O2 -fomit-frame-pointer (test for excess errors)                                                                               
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_2byte.c -O2 -fomit-frame-pointer execution test                                                                                         
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_3_1byte.c  -O2 -fomit-frame-pointer  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_3_1byte.exe    (timeout = 300)                                                                                                                                    
PASS: libffi.call/cls_3_1byte.c -O2 -fomit-frame-pointer (test for excess errors)                                                                             
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_3_1byte.c -O2 -fomit-frame-pointer execution test                                                                                       
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_3byte1.c  -O2 -fomit-frame-pointer  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_3byte1.exe    (timeout = 300)                                                                                                                                      
PASS: libffi.call/cls_3byte1.c -O2 -fomit-frame-pointer (test for excess errors)                                                                              
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_3byte1.c -O2 -fomit-frame-pointer execution test                                                                                        
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_3byte2.c  -O2 -fomit-frame-pointer  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_3byte2.exe    (timeout = 300)                                                                                                                                      
PASS: libffi.call/cls_3byte2.c -O2 -fomit-frame-pointer (test for excess errors)                                                                              
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_3byte2.c -O2 -fomit-frame-pointer execution test                                                                                        
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_4_1byte.c  -O2 -fomit-frame-pointer  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_4_1byte.exe    (timeout = 300)                                                                                                                                    
PASS: libffi.call/cls_4_1byte.c -O2 -fomit-frame-pointer (test for excess errors)                                                                             
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_4_1byte.c -O2 -fomit-frame-pointer execution test                                                                                       
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_4byte.c  -O2 -fomit-frame-pointer  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_4byte.exe    (timeout = 300)                                                                                                                                        
PASS: libffi.call/cls_4byte.c -O2 -fomit-frame-pointer (test for excess errors)                                                                               
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_4byte.c -O2 -fomit-frame-pointer execution test                                                                                         
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_5_1_byte.c  -O2 -fomit-frame-pointer  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_5_1_byte.exe    (timeout = 300)                                                                                                                                  
PASS: libffi.call/cls_5_1_byte.c -O2 -fomit-frame-pointer (test for excess errors)                                                                            
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_5_1_byte.c -O2 -fomit-frame-pointer execution test                                                                                      
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_5byte.c  -O2 -fomit-frame-pointer  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_5byte.exe    (timeout = 300)                                                                                                                                        
PASS: libffi.call/cls_5byte.c -O2 -fomit-frame-pointer (test for excess errors)                                                                               
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_5byte.c -O2 -fomit-frame-pointer execution test                                                                                         
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_64byte.c  -O2 -fomit-frame-pointer  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_64byte.exe    (timeout = 300)                                                                                                                                      
PASS: libffi.call/cls_64byte.c -O2 -fomit-frame-pointer (test for excess errors)                                                                              
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_64byte.c -O2 -fomit-frame-pointer execution test                                                                                        
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_6_1_byte.c  -O2 -fomit-frame-pointer  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_6_1_byte.exe    (timeout = 300)                                                                                                                                  
PASS: libffi.call/cls_6_1_byte.c -O2 -fomit-frame-pointer (test for excess errors)                                                                            
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_6_1_byte.c -O2 -fomit-frame-pointer execution test                                                                                      
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_6byte.c  -O2 -fomit-frame-pointer  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_6byte.exe    (timeout = 300)                                                                                                                                        
PASS: libffi.call/cls_6byte.c -O2 -fomit-frame-pointer (test for excess errors)                                                                               
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_6byte.c -O2 -fomit-frame-pointer execution test                                                                                         
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_7_1_byte.c  -O2 -fomit-frame-pointer  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_7_1_byte.exe    (timeout = 300)                                                                                                                                  
PASS: libffi.call/cls_7_1_byte.c -O2 -fomit-frame-pointer (test for excess errors)                                                                            
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_7_1_byte.c -O2 -fomit-frame-pointer execution test                                                                                      
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_7byte.c  -O2 -fomit-frame-pointer  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_7byte.exe    (timeout = 300)                                                                                                                                        
PASS: libffi.call/cls_7byte.c -O2 -fomit-frame-pointer (test for excess errors)                                                                               
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_7byte.c -O2 -fomit-frame-pointer execution test                                                                                         
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_8byte.c  -O2 -fomit-frame-pointer  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_8byte.exe    (timeout = 300)                                                                                                                                        
PASS: libffi.call/cls_8byte.c -O2 -fomit-frame-pointer (test for excess errors)                                                                               
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_8byte.c -O2 -fomit-frame-pointer execution test                                                                                         
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_9byte1.c  -O2 -fomit-frame-pointer  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_9byte1.exe    (timeout = 300)                                                                                                                                      
PASS: libffi.call/cls_9byte1.c -O2 -fomit-frame-pointer (test for excess errors)                                                                              
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_9byte1.c -O2 -fomit-frame-pointer execution test                                                                                        
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_9byte2.c  -O2 -fomit-frame-pointer  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_9byte2.exe    (timeout = 300)                                                                                                                                      
PASS: libffi.call/cls_9byte2.c -O2 -fomit-frame-pointer (test for excess errors)                                                                              
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_9byte2.c -O2 -fomit-frame-pointer execution test                                                                                        
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_align_double.c  -O2 -fomit-frame-pointer  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_align_double.exe    (timeout = 300)                                                                                                                          
PASS: libffi.call/cls_align_double.c -O2 -fomit-frame-pointer (test for excess errors)                                                                        
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_align_double.c -O2 -fomit-frame-pointer execution test                                                                                  
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_align_float.c  -O2 -fomit-frame-pointer  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_align_float.exe    (timeout = 300)                                                                                                                            
PASS: libffi.call/cls_align_float.c -O2 -fomit-frame-pointer (test for excess errors)                                                                         
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_align_float.c -O2 -fomit-frame-pointer execution test                                                                                   
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_align_longdouble.c  -O2 -fomit-frame-pointer  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_align_longdouble.exe    (timeout = 300)                                                                                                                  
PASS: libffi.call/cls_align_longdouble.c -O2 -fomit-frame-pointer (test for excess errors)                                                                    
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_align_longdouble.c -O2 -fomit-frame-pointer execution test                                                                              
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_align_pointer.c  -O2 -fomit-frame-pointer  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_align_pointer.exe    (timeout = 300)                                                                                                                        
PASS: libffi.call/cls_align_pointer.c -O2 -fomit-frame-pointer (test for excess errors)                                                                       
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_align_pointer.c -O2 -fomit-frame-pointer execution test                                                                                 
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_align_sint16.c  -O2 -fomit-frame-pointer  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_align_sint16.exe    (timeout = 300)                                                                                                                          
PASS: libffi.call/cls_align_sint16.c -O2 -fomit-frame-pointer (test for excess errors)                                                                        
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_align_sint16.c -O2 -fomit-frame-pointer execution test                                                                                  
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_align_sint32.c  -O2 -fomit-frame-pointer  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_align_sint32.exe    (timeout = 300)                                                                                                                          
PASS: libffi.call/cls_align_sint32.c -O2 -fomit-frame-pointer (test for excess errors)                                                                        
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_align_sint32.c -O2 -fomit-frame-pointer execution test                                                                                  
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_align_sint64.c  -O2 -fomit-frame-pointer  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_align_sint64.exe    (timeout = 300)                                                                                                                          
PASS: libffi.call/cls_align_sint64.c -O2 -fomit-frame-pointer (test for excess errors)                                                                        
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_align_sint64.c -O2 -fomit-frame-pointer execution test                                                                                  
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_align_uint16.c  -O2 -fomit-frame-pointer  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_align_uint16.exe    (timeout = 300)                                                                                                                          
PASS: libffi.call/cls_align_uint16.c -O2 -fomit-frame-pointer (test for excess errors)                                                                        
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_align_uint16.c -O2 -fomit-frame-pointer execution test                                                                                  
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_align_uint32.c  -O2 -fomit-frame-pointer  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_align_uint32.exe    (timeout = 300)                                                                                                                          
PASS: libffi.call/cls_align_uint32.c -O2 -fomit-frame-pointer (test for excess errors)                                                                        
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_align_uint32.c -O2 -fomit-frame-pointer execution test                                                                                  
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_align_uint64.c  -O2 -fomit-frame-pointer  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_align_uint64.exe    (timeout = 300)                                                                                                                          
PASS: libffi.call/cls_align_uint64.c -O2 -fomit-frame-pointer (test for excess errors)                                                                        
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_align_uint64.c -O2 -fomit-frame-pointer execution test                                                                                  
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_double.c  -O2 -fomit-frame-pointer  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_double.exe    (timeout = 300)                                                                                                                                      
PASS: libffi.call/cls_double.c -O2 -fomit-frame-pointer (test for excess errors)                                                                              
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_double.c -O2 -fomit-frame-pointer execution test                                                                                        
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_float.c  -O2 -fomit-frame-pointer  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_float.exe    (timeout = 300)                                                                                                                                        
PASS: libffi.call/cls_float.c -O2 -fomit-frame-pointer (test for excess errors)                                                                               
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_float.c -O2 -fomit-frame-pointer execution test                                                                                         
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_multi_schar.c  -O2 -fomit-frame-pointer  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_multi_schar.exe    (timeout = 300)                                                                                                                            
PASS: libffi.call/cls_multi_schar.c -O2 -fomit-frame-pointer (test for excess errors)                                                                         
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_multi_schar.c -O2 -fomit-frame-pointer execution test                                                                                   
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_multi_sshort.c  -O2 -fomit-frame-pointer  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_multi_sshort.exe    (timeout = 300)                                                                                                                          
PASS: libffi.call/cls_multi_sshort.c -O2 -fomit-frame-pointer (test for excess errors)                                                                        
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_multi_sshort.c -O2 -fomit-frame-pointer execution test                                                                                  
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_multi_sshortchar.c  -O2 -fomit-frame-pointer  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_multi_sshortchar.exe    (timeout = 300)                                                                                                                  
PASS: libffi.call/cls_multi_sshortchar.c -O2 -fomit-frame-pointer (test for excess errors)                                                                    
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_multi_sshortchar.c -O2 -fomit-frame-pointer execution test                                                                              
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_multi_uchar.c  -O2 -fomit-frame-pointer  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_multi_uchar.exe    (timeout = 300)                                                                                                                            
PASS: libffi.call/cls_multi_uchar.c -O2 -fomit-frame-pointer (test for excess errors)                                                                         
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_multi_uchar.c -O2 -fomit-frame-pointer execution test                                                                                   
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_multi_ushort.c  -O2 -fomit-frame-pointer  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_multi_ushort.exe    (timeout = 300)                                                                                                                          
PASS: libffi.call/cls_multi_ushort.c -O2 -fomit-frame-pointer (test for excess errors)                                                                        
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_multi_ushort.c -O2 -fomit-frame-pointer execution test                                                                                  
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_multi_ushortchar.c  -O2 -fomit-frame-pointer  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_multi_ushortchar.exe    (timeout = 300)                                                                                                                  
PASS: libffi.call/cls_multi_ushortchar.c -O2 -fomit-frame-pointer (test for excess errors)                                                                    
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_multi_ushortchar.c -O2 -fomit-frame-pointer execution test                                                                              
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_schar.c  -O2 -fomit-frame-pointer  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_schar.exe    (timeout = 300)                                                                                                                                        
PASS: libffi.call/cls_schar.c -O2 -fomit-frame-pointer (test for excess errors)                                                                               
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_schar.c -O2 -fomit-frame-pointer execution test                                                                                         
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_sint.c  -O2 -fomit-frame-pointer  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_sint.exe    (timeout = 300)                                                                                                                                          
PASS: libffi.call/cls_sint.c -O2 -fomit-frame-pointer (test for excess errors)                                                                                
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_sint.c -O2 -fomit-frame-pointer execution test                                                                                          
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_sshort.c  -O2 -fomit-frame-pointer  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_sshort.exe    (timeout = 300)                                                                                                                                      
PASS: libffi.call/cls_sshort.c -O2 -fomit-frame-pointer (test for excess errors)                                                                              
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_sshort.c -O2 -fomit-frame-pointer execution test                                                                                        
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_uchar.c  -O2 -fomit-frame-pointer  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_uchar.exe    (timeout = 300)                                                                                                                                        
PASS: libffi.call/cls_uchar.c -O2 -fomit-frame-pointer (test for excess errors)                                                                               
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_uchar.c -O2 -fomit-frame-pointer execution test                                                                                         
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_uint.c  -O2 -fomit-frame-pointer  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_uint.exe    (timeout = 300)                                                                                                                                          
PASS: libffi.call/cls_uint.c -O2 -fomit-frame-pointer (test for excess errors)                                                                                
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_uint.c -O2 -fomit-frame-pointer execution test                                                                                          
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_ulonglong.c  -O2 -fomit-frame-pointer  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_ulonglong.exe    (timeout = 300)                                                                                                                                
PASS: libffi.call/cls_ulonglong.c -O2 -fomit-frame-pointer (test for excess errors)                                                                           
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_ulonglong.c -O2 -fomit-frame-pointer execution test                                                                                     
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/cls_ushort.c  -O2 -fomit-frame-pointer  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./cls_ushort.exe    (timeout = 300)                                                                                                                                      
PASS: libffi.call/cls_ushort.c -O2 -fomit-frame-pointer (test for excess errors)                                                                              
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/cls_ushort.c -O2 -fomit-frame-pointer execution test                                                                                        
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/float.c  -O2 -fomit-frame-pointer  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./float.exe    (timeout = 300)                                                                                                                                                
PASS: libffi.call/float.c -O2 -fomit-frame-pointer (test for excess errors)                                                                                   
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
2 vs 2                                                                                                                                                        
PASS: libffi.call/float.c -O2 -fomit-frame-pointer execution test                                                                                             
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/float1.c  -O2 -fomit-frame-pointer  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./float1.exe    (timeout = 300)                                                                                                                                              
PASS: libffi.call/float1.c -O2 -fomit-frame-pointer (test for excess errors)                                                                                  
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
PASS: libffi.call/float1.c -O2 -fomit-frame-pointer execution test                                                                                            
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/float2.c  -O2 -fomit-frame-pointer  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./float2.exe    (timeout = 300)                                                                                                                                              
PASS: libffi.call/float2.c -O2 -fomit-frame-pointer (test for excess errors)                                                                                  
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
1.047197                                                                                                                                                      
1.047197, 1.047197, 0.000000, 0.000000                                                                                                                        
long double return value tests ok!                                                                                                                            
PASS: libffi.call/float2.c -O2 -fomit-frame-pointer execution test                                                                                            
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/float3.c  -O2 -fomit-frame-pointer  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./float3.exe    (timeout = 300)                                                                                                                                              
PASS: libffi.call/float3.c -O2 -fomit-frame-pointer (test for excess errors)                                                                                  
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
PASS: libffi.call/float3.c -O2 -fomit-frame-pointer execution test                                                                                            
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/float4.c  -O2 -fomit-frame-pointer  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./float4.exe    (timeout = 300)                                                                                                                                              
PASS: libffi.call/float4.c -O2 -fomit-frame-pointer (test for excess errors)                                                                                  
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
PASS: libffi.call/float4.c -O2 -fomit-frame-pointer execution test                                                                                            
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/many.c  -O2 -fomit-frame-pointer  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./many.exe    (timeout = 300)                                                                                                                                                  
PASS: libffi.call/many.c -O2 -fomit-frame-pointer (test for excess errors)                                                                                    
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
PASS: libffi.call/many.c -O2 -fomit-frame-pointer execution test                                                                                              
UNSUPPORTED: libffi.call/many_win32.c -O2 -fomit-frame-pointer                                                                                                
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/negint.c  -O2 -fomit-frame-pointer -O2 -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./negint.exe    (timeout = 300)                                                                                                                                           
PASS: libffi.call/negint.c -O2 -fomit-frame-pointer (test for excess errors)                                                                                  
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
1 vs 1                                                                                                                                                        
PASS: libffi.call/negint.c -O2 -fomit-frame-pointer execution test                                                                                            
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/nested_struct.c  -O2 -fomit-frame-pointer  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./nested_struct.exe    (timeout = 300)                                                                                                                                
PASS: libffi.call/nested_struct.c -O2 -fomit-frame-pointer (test for excess errors)                                                                           
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/nested_struct.c -O2 -fomit-frame-pointer execution test                                                                                     
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/nested_struct1.c  -O2 -fomit-frame-pointer  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./nested_struct1.exe    (timeout = 300)                                                                                                                              
PASS: libffi.call/nested_struct1.c -O2 -fomit-frame-pointer (test for excess errors)                                                                          
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/nested_struct1.c -O2 -fomit-frame-pointer execution test                                                                                    
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/nested_struct10.c  -O2 -fomit-frame-pointer  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./nested_struct10.exe    (timeout = 300)                                                                                                                            
PASS: libffi.call/nested_struct10.c -O2 -fomit-frame-pointer (test for excess errors)                                                                         
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/nested_struct10.c -O2 -fomit-frame-pointer execution test                                                                                   
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/nested_struct2.c  -O2 -fomit-frame-pointer  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./nested_struct2.exe    (timeout = 300)                                                                                                                              
PASS: libffi.call/nested_struct2.c -O2 -fomit-frame-pointer (test for excess errors)                                                                          
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/nested_struct2.c -O2 -fomit-frame-pointer execution test                                                                                    
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/nested_struct3.c  -O2 -fomit-frame-pointer  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./nested_struct3.exe    (timeout = 300)                                                                                                                              
PASS: libffi.call/nested_struct3.c -O2 -fomit-frame-pointer (test for excess errors)                                                                          
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/nested_struct3.c -O2 -fomit-frame-pointer execution test                                                                                    
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/nested_struct4.c  -O2 -fomit-frame-pointer  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./nested_struct4.exe    (timeout = 300)                                                                                                                              
PASS: libffi.call/nested_struct4.c -O2 -fomit-frame-pointer (test for excess errors)                                                                          
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/nested_struct4.c -O2 -fomit-frame-pointer execution test                                                                                    
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/nested_struct5.c  -O2 -fomit-frame-pointer  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./nested_struct5.exe    (timeout = 300)                                                                                                                              
PASS: libffi.call/nested_struct5.c -O2 -fomit-frame-pointer (test for excess errors)                                                                          
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/nested_struct5.c -O2 -fomit-frame-pointer execution test                                                                                    
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/nested_struct6.c  -O2 -fomit-frame-pointer  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./nested_struct6.exe    (timeout = 300)                                                                                                                              
PASS: libffi.call/nested_struct6.c -O2 -fomit-frame-pointer (test for excess errors)                                                                          
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/nested_struct6.c -O2 -fomit-frame-pointer execution test                                                                                    
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/nested_struct7.c  -O2 -fomit-frame-pointer  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./nested_struct7.exe    (timeout = 300)                                                                                                                              
PASS: libffi.call/nested_struct7.c -O2 -fomit-frame-pointer (test for excess errors)                                                                          
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/nested_struct7.c -O2 -fomit-frame-pointer execution test                                                                                    
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/nested_struct8.c  -O2 -fomit-frame-pointer  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./nested_struct8.exe    (timeout = 300)                                                                                                                              
PASS: libffi.call/nested_struct8.c -O2 -fomit-frame-pointer (test for excess errors)                                                                          
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/nested_struct8.c -O2 -fomit-frame-pointer execution test                                                                                    
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/nested_struct9.c  -O2 -fomit-frame-pointer  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./nested_struct9.exe    (timeout = 300)                                                                                                                              
PASS: libffi.call/nested_struct9.c -O2 -fomit-frame-pointer (test for excess errors)                                                                          
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/nested_struct9.c -O2 -fomit-frame-pointer execution test                                                                                    
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/problem1.c  -O2 -fomit-frame-pointer  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./problem1.exe    (timeout = 300)                                                                                                                                          
PASS: libffi.call/problem1.c -O2 -fomit-frame-pointer (test for excess errors)                                                                                
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.call/problem1.c -O2 -fomit-frame-pointer execution test                                                                                          
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/promotion.c  -O2 -fomit-frame-pointer  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./promotion.exe    (timeout = 300)                                                                                                                                        
PASS: libffi.call/promotion.c -O2 -fomit-frame-pointer (test for excess errors)                                                                               
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
1383096 promotion tests run                                                                                                                                   
PASS: libffi.call/promotion.c -O2 -fomit-frame-pointer execution test                                                                                         
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/pyobjc-tc.c  -O2 -fomit-frame-pointer  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./pyobjc-tc.exe    (timeout = 300)                                                                                                                                        
PASS: libffi.call/pyobjc-tc.c -O2 -fomit-frame-pointer (test for excess errors)                                                                               
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
CALLING WITH 0 myMethod {1.000000 2.000000} {{9.000000 10.000000} {-1.000000 -2.000000}} 42                                                                   
CALLED WITH 0 myMethod {1.000000 2.000000} {{9.000000 10.000000} {-1.000000 -2.000000}} 42                                                                    
The result is 42                                                                                                                                              
PASS: libffi.call/pyobjc-tc.c -O2 -fomit-frame-pointer execution test                                                                                         
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/return_dbl.c  -O2 -fomit-frame-pointer  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./return_dbl.exe    (timeout = 300)                                                                                                                                      
PASS: libffi.call/return_dbl.c -O2 -fomit-frame-pointer (test for excess errors)                                                                              
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
-254.600000 vs -254.600000                                                                                                                                    
-252.600000 vs -252.600000                                                                                                                                    
-250.600000 vs -250.600000                                                                                                                                    
-248.600000 vs -248.600000                                                                                                                                    
-246.600000 vs -246.600000                                                                                                                                    
-244.600000 vs -244.600000                                                                                                                                    
-242.600000 vs -242.600000                                                                                                                                    
-240.600000 vs -240.600000                                                                                                                                    
-238.600000 vs -238.600000                                                                                                                                    
-236.600000 vs -236.600000                                                                                                                                    
-234.600000 vs -234.600000                                                                                                                                    
-232.600000 vs -232.600000                                                                                                                                    
-230.600000 vs -230.600000                                                                                                                                    
-228.600000 vs -228.600000                                                                                                                                    
-226.600000 vs -226.600000                                                                                                                                    
-224.600000 vs -224.600000                                                                                                                                    
-222.600000 vs -222.600000                                                                                                                                    
-220.600000 vs -220.600000                                                                                                                                    
-218.600000 vs -218.600000                                                                                                                                    
-216.600000 vs -216.600000                                                                                                                                    
-214.600000 vs -214.600000                                                                                                                                    
-212.600000 vs -212.600000                                                                                                                                    
-210.600000 vs -210.600000                                                                                                                                    
-208.600000 vs -208.600000                                                                                                                                    
-206.600000 vs -206.600000                                                                                                                                    
-204.600000 vs -204.600000                                                                                                                                    
-202.600000 vs -202.600000                                                                                                                                    
-200.600000 vs -200.600000                                                                                                                                    
-198.600000 vs -198.600000                                                                                                                                    
-196.600000 vs -196.600000                                                                                                                                    
-194.600000 vs -194.600000                                                                                                                                    
-192.600000 vs -192.600000                                                                                                                                    
-190.600000 vs -190.600000                                                                                                                                    
-188.600000 vs -188.600000                                                                                                                                    
-186.600000 vs -186.600000                                                                                                                                    
-184.600000 vs -184.600000                                                                                                                                    
-182.600000 vs -182.600000                                                                                                                                    
-180.600000 vs -180.600000                                                                                                                                    
-178.600000 vs -178.600000                                                                                                                                    
-176.600000 vs -176.600000                                                                                                                                    
-174.600000 vs -174.600000                                                                                                                                    
-172.600000 vs -172.600000                                                                                                                                    
-170.600000 vs -170.600000                                                                                                                                    
-168.600000 vs -168.600000                                                                                                                                    
-166.600000 vs -166.600000                                                                                                                                    
-164.600000 vs -164.600000                                                                                                                                    
-162.600000 vs -162.600000                                                                                                                                    
-160.600000 vs -160.600000                                                                                                                                    
-158.600000 vs -158.600000                                                                                                                                    
-156.600000 vs -156.600000                                                                                                                                    
-154.600000 vs -154.600000                                                                                                                                    
-152.600000 vs -152.600000                                                                                                                                    
-150.600000 vs -150.600000                                                                                                                                    
-148.600000 vs -148.600000                                                                                                                                    
-146.600000 vs -146.600000                                                                                                                                    
-144.600000 vs -144.600000                                                                                                                                    
-142.600000 vs -142.600000                                                                                                                                    
-140.600000 vs -140.600000                                                                                                                                    
-138.600000 vs -138.600000                                                                                                                                    
-136.600000 vs -136.600000                                                                                                                                    
-134.600000 vs -134.600000                                                                                                                                    
-132.600000 vs -132.600000                                                                                                                                    
-130.600000 vs -130.600000                                                                                                                                    
-128.600000 vs -128.600000                                                                                                                                    
-126.600000 vs -126.600000                                                                                                                                    
-124.600000 vs -124.600000                                                                                                                                    
-122.600000 vs -122.600000                                                                                                                                    
-120.600000 vs -120.600000                                                                                                                                    
-118.600000 vs -118.600000                                                                                                                                    
-116.600000 vs -116.600000                                                                                                                                    
-114.600000 vs -114.600000                                                                                                                                    
-112.600000 vs -112.600000                                                                                                                                    
-110.600000 vs -110.600000                                                                                                                                    
-108.600000 vs -108.600000                                                                                                                                    
-106.600000 vs -106.600000                                                                                                                                    
-104.600000 vs -104.600000                                                                                                                                    
-102.600000 vs -102.600000                                                                                                                                    
-100.600000 vs -100.600000                                                                                                                                    
-98.600000 vs -98.600000                                                                                                                                      
-96.600000 vs -96.600000                                                                                                                                      
-94.600000 vs -94.600000                                                                                                                                      
-92.600000 vs -92.600000                                                                                                                                      
-90.600000 vs -90.600000                                                                                                                                      
-88.600000 vs -88.600000                                                                                                                                      
-86.600000 vs -86.600000                                                                                                                                      
-84.600000 vs -84.600000                                                                                                                                      
-82.600000 vs -82.600000                                                                                                                                      
-80.600000 vs -80.600000                                                                                                                                      
-78.600000 vs -78.600000                                                                                                                                      
-76.600000 vs -76.600000                                                                                                                                      
-74.600000 vs -74.600000                                                                                                                                      
-72.600000 vs -72.600000                                                                                                                                      
-70.600000 vs -70.600000                                                                                                                                      
-68.600000 vs -68.600000                                                                                                                                      
-66.600000 vs -66.600000                                                                                                                                      
-64.600000 vs -64.600000                                                                                                                                      
-62.600000 vs -62.600000                                                                                                                                      
-60.600000 vs -60.600000                                                                                                                                      
-58.600000 vs -58.600000                                                                                                                                      
-56.600000 vs -56.600000                                                                                                                                      
-54.600000 vs -54.600000                                                                                                                                      
-52.600000 vs -52.600000                                                                                                                                      
-50.600000 vs -50.600000                                                                                                                                      
-48.600000 vs -48.600000                                                                                                                                      
-46.600000 vs -46.600000                                                                                                                                      
-44.600000 vs -44.600000                                                                                                                                      
-42.600000 vs -42.600000                                                                                                                                      
-40.600000 vs -40.600000                                                                                                                                      
-38.600000 vs -38.600000                                                                                                                                      
-36.600000 vs -36.600000                                                                                                                                      
-34.600000 vs -34.600000                                                                                                                                      
-32.600000 vs -32.600000                                                                                                                                      
-30.600000 vs -30.600000                                                                                                                                      
-28.600000 vs -28.600000                                                                                                                                      
-26.600000 vs -26.600000                                                                                                                                      
-24.600000 vs -24.600000                                                                                                                                      
-22.600000 vs -22.600000                                                                                                                                      
-20.600000 vs -20.600000                                                                                                                                      
-18.600000 vs -18.600000                                                                                                                                      
-16.600000 vs -16.600000                                                                                                                                      
-14.600000 vs -14.600000                                                                                                                                      
-12.600000 vs -12.600000                                                                                                                                      
-10.600000 vs -10.600000                                                                                                                                      
-8.600000 vs -8.600000                                                                                                                                        
-6.600000 vs -6.600000                                                                                                                                        
-4.600000 vs -4.600000                                                                                                                                        
-2.600000 vs -2.600000                                                                                                                                        
-0.600000 vs -0.600000                                                                                                                                        
1.400000 vs 1.400000                                                                                                                                          
3.400000 vs 3.400000                                                                                                                                          
5.400000 vs 5.400000                                                                                                                                          
7.400000 vs 7.400000                                                                                                                                          
9.400000 vs 9.400000                                                                                                                                          
11.400000 vs 11.400000                                                                                                                                        
13.400000 vs 13.400000                                                                                                                                        
15.400000 vs 15.400000                                                                                                                                        
17.400000 vs 17.400000                                                                                                                                        
19.400000 vs 19.400000                                                                                                                                        
21.400000 vs 21.400000                                                                                                                                        
23.400000 vs 23.400000                                                                                                                                        
25.400000 vs 25.400000                                                                                                                                        
27.400000 vs 27.400000                                                                                                                                        
29.400000 vs 29.400000                                                                                                                                        
31.400000 vs 31.400000                                                                                                                                        
33.400000 vs 33.400000                                                                                                                                        
35.400000 vs 35.400000                                                                                                                                        
37.400000 vs 37.400000                                                                                                                                        
39.400000 vs 39.400000                                                                                                                                        
41.400000 vs 41.400000                                                                                                                                        
43.400000 vs 43.400000                                                                                                                                        
45.400000 vs 45.400000                                                                                                                                        
47.400000 vs 47.400000                                                                                                                                        
49.400000 vs 49.400000                                                                                                                                        
51.400000 vs 51.400000                                                                                                                                        
53.400000 vs 53.400000                                                                                                                                        
55.400000 vs 55.400000                                                                                                                                        
57.400000 vs 57.400000                                                                                                                                        
59.400000 vs 59.400000                                                                                                                                        
61.400000 vs 61.400000                                                                                                                                        
63.400000 vs 63.400000                                                                                                                                        
65.400000 vs 65.400000                                                                                                                                        
67.400000 vs 67.400000                                                                                                                                        
69.400000 vs 69.400000                                                                                                                                        
71.400000 vs 71.400000                                                                                                                                        
73.400000 vs 73.400000                                                                                                                                        
75.400000 vs 75.400000                                                                                                                                        
77.400000 vs 77.400000                                                                                                                                        
79.400000 vs 79.400000                                                                                                                                        
81.400000 vs 81.400000                                                                                                                                        
83.400000 vs 83.400000                                                                                                                                        
85.400000 vs 85.400000                                                                                                                                        
87.400000 vs 87.400000                                                                                                                                        
89.400000 vs 89.400000                                                                                                                                        
91.400000 vs 91.400000                                                                                                                                        
93.400000 vs 93.400000                                                                                                                                        
95.400000 vs 95.400000                                                                                                                                        
97.400000 vs 97.400000                                                                                                                                        
99.400000 vs 99.400000                                                                                                                                        
101.400000 vs 101.400000                                                                                                                                      
103.400000 vs 103.400000                                                                                                                                      
105.400000 vs 105.400000                                                                                                                                      
107.400000 vs 107.400000                                                                                                                                      
109.400000 vs 109.400000                                                                                                                                      
111.400000 vs 111.400000                                                                                                                                      
113.400000 vs 113.400000                                                                                                                                      
115.400000 vs 115.400000                                                                                                                                      
117.400000 vs 117.400000                                                                                                                                      
119.400000 vs 119.400000                                                                                                                                      
121.400000 vs 121.400000                                                                                                                                      
123.400000 vs 123.400000                                                                                                                                      
125.400000 vs 125.400000                                                                                                                                      
127.400000 vs 127.400000                                                                                                                                      
129.400000 vs 129.400000                                                                                                                                      
131.400000 vs 131.400000                                                                                                                                      
133.400000 vs 133.400000                                                                                                                                      
135.400000 vs 135.400000                                                                                                                                      
137.400000 vs 137.400000                                                                                                                                      
139.400000 vs 139.400000                                                                                                                                      
141.400000 vs 141.400000                                                                                                                                      
143.400000 vs 143.400000                                                                                                                                      
145.400000 vs 145.400000                                                                                                                                      
147.400000 vs 147.400000                                                                                                                                      
149.400000 vs 149.400000                                                                                                                                      
151.400000 vs 151.400000                                                                                                                                      
153.400000 vs 153.400000                                                                                                                                      
155.400000 vs 155.400000                                                                                                                                      
157.400000 vs 157.400000                                                                                                                                      
159.400000 vs 159.400000                                                                                                                                      
161.400000 vs 161.400000                                                                                                                                      
163.400000 vs 163.400000                                                                                                                                      
165.400000 vs 165.400000                                                                                                                                      
167.400000 vs 167.400000                                                                                                                                      
169.400000 vs 169.400000                                                                                                                                      
171.400000 vs 171.400000                                                                                                                                      
173.400000 vs 173.400000                                                                                                                                      
175.400000 vs 175.400000                                                                                                                                      
177.400000 vs 177.400000                                                                                                                                      
179.400000 vs 179.400000                                                                                                                                      
181.400000 vs 181.400000                                                                                                                                      
183.400000 vs 183.400000                                                                                                                                      
185.400000 vs 185.400000                                                                                                                                      
187.400000 vs 187.400000                                                                                                                                      
189.400000 vs 189.400000                                                                                                                                      
191.400000 vs 191.400000                                                                                                                                      
193.400000 vs 193.400000                                                                                                                                      
195.400000 vs 195.400000                                                                                                                                      
197.400000 vs 197.400000                                                                                                                                      
199.400000 vs 199.400000                                                                                                                                      
201.400000 vs 201.400000                                                                                                                                      
203.400000 vs 203.400000                                                                                                                                      
205.400000 vs 205.400000                                                                                                                                      
207.400000 vs 207.400000                                                                                                                                      
209.400000 vs 209.400000                                                                                                                                      
211.400000 vs 211.400000                                                                                                                                      
213.400000 vs 213.400000                                                                                                                                      
215.400000 vs 215.400000                                                                                                                                      
217.400000 vs 217.400000                                                                                                                                      
219.400000 vs 219.400000                                                                                                                                      
221.400000 vs 221.400000                                                                                                                                      
223.400000 vs 223.400000                                                                                                                                      
225.400000 vs 225.400000                                                                                                                                      
227.400000 vs 227.400000                                                                                                                                      
229.400000 vs 229.400000                                                                                                                                      
231.400000 vs 231.400000                                                                                                                                      
233.400000 vs 233.400000                                                                                                                                      
235.400000 vs 235.400000                                                                                                                                      
237.400000 vs 237.400000                                                                                                                                      
239.400000 vs 239.400000                                                                                                                                      
241.400000 vs 241.400000                                                                                                                                      
243.400000 vs 243.400000                                                                                                                                      
245.400000 vs 245.400000                                                                                                                                      
247.400000 vs 247.400000                                                                                                                                      
249.400000 vs 249.400000                                                                                                                                      
251.400000 vs 251.400000                                                                                                                                      
253.400000 vs 253.400000                                                                                                                                      
PASS: libffi.call/return_dbl.c -O2 -fomit-frame-pointer execution test                                                                                        
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/return_dbl1.c  -O2 -fomit-frame-pointer  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./return_dbl1.exe    (timeout = 300)                                                                                                                                    
PASS: libffi.call/return_dbl1.c -O2 -fomit-frame-pointer (test for excess errors)                                                                             
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
1022.700000 vs 1022.700000                                                                                                                                    
PASS: libffi.call/return_dbl1.c -O2 -fomit-frame-pointer execution test                                                                                       
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/return_dbl2.c  -O2 -fomit-frame-pointer  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./return_dbl2.exe    (timeout = 300)                                                                                                                                    
PASS: libffi.call/return_dbl2.c -O2 -fomit-frame-pointer (test for excess errors)                                                                             
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
1022.700000 vs 1022.700000                                                                                                                                    
PASS: libffi.call/return_dbl2.c -O2 -fomit-frame-pointer execution test                                                                                       
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/return_fl.c  -O2 -fomit-frame-pointer  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./return_fl.exe    (timeout = 300)                                                                                                                                        
PASS: libffi.call/return_fl.c -O2 -fomit-frame-pointer (test for excess errors)                                                                               
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
-254.000000 vs -254.000000                                                                                                                                    
-252.000000 vs -252.000000                                                                                                                                    
-250.000000 vs -250.000000                                                                                                                                    
-248.000000 vs -248.000000                                                                                                                                    
-246.000000 vs -246.000000                                                                                                                                    
-244.000000 vs -244.000000                                                                                                                                    
-242.000000 vs -242.000000                                                                                                                                    
-240.000000 vs -240.000000                                                                                                                                    
-238.000000 vs -238.000000                                                                                                                                    
-236.000000 vs -236.000000                                                                                                                                    
-234.000000 vs -234.000000                                                                                                                                    
-232.000000 vs -232.000000                                                                                                                                    
-230.000000 vs -230.000000                                                                                                                                    
-228.000000 vs -228.000000                                                                                                                                    
-226.000000 vs -226.000000                                                                                                                                    
-224.000000 vs -224.000000                                                                                                                                    
-222.000000 vs -222.000000                                                                                                                                    
-220.000000 vs -220.000000                                                                                                                                    
-218.000000 vs -218.000000                                                                                                                                    
-216.000000 vs -216.000000                                                                                                                                    
-214.000000 vs -214.000000                                                                                                                                    
-212.000000 vs -212.000000                                                                                                                                    
-210.000000 vs -210.000000                                                                                                                                    
-208.000000 vs -208.000000                                                                                                                                    
-206.000000 vs -206.000000                                                                                                                                    
-204.000000 vs -204.000000                                                                                                                                    
-202.000000 vs -202.000000                                                                                                                                    
-200.000000 vs -200.000000                                                                                                                                    
-198.000000 vs -198.000000                                                                                                                                    
-196.000000 vs -196.000000                                                                                                                                    
-194.000000 vs -194.000000                                                                                                                                    
-192.000000 vs -192.000000                                                                                                                                    
-190.000000 vs -190.000000                                                                                                                                    
-188.000000 vs -188.000000                                                                                                                                    
-186.000000 vs -186.000000                                                                                                                                    
-184.000000 vs -184.000000                                                                                                                                    
-182.000000 vs -182.000000                                                                                                                                    
-180.000000 vs -180.000000                                                                                                                                    
-178.000000 vs -178.000000                                                                                                                                    
-176.000000 vs -176.000000                                                                                                                                    
-174.000000 vs -174.000000                                                                                                                                    
-172.000000 vs -172.000000                                                                                                                                    
-170.000000 vs -170.000000                                                                                                                                    
-168.000000 vs -168.000000                                                                                                                                    
-166.000000 vs -166.000000                                                                                                                                    
-164.000000 vs -164.000000                                                                                                                                    
-162.000000 vs -162.000000                                                                                                                                    
-160.000000 vs -160.000000                                                                                                                                    
-158.000000 vs -158.000000                                                                                                                                    
-156.000000 vs -156.000000                                                                                                                                    
-154.000000 vs -154.000000                                                                                                                                    
-152.000000 vs -152.000000                                                                                                                                    
-150.000000 vs -150.000000                                                                                                                                    
-148.000000 vs -148.000000                                                                                                                                    
-146.000000 vs -146.000000                                                                                                                                    
-144.000000 vs -144.000000                                                                                                                                    
-142.000000 vs -142.000000                                                                                                                                    
-140.000000 vs -140.000000                                                                                                                                    
-138.000000 vs -138.000000                                                                                                                                    
-136.000000 vs -136.000000                                                                                                                                    
-134.000000 vs -134.000000                                                                                                                                    
-132.000000 vs -132.000000                                                                                                                                    
-130.000000 vs -130.000000                                                                                                                                    
-128.000000 vs -128.000000                                                                                                                                    
-126.000000 vs -126.000000                                                                                                                                    
-124.000000 vs -124.000000                                                                                                                                    
-122.000000 vs -122.000000                                                                                                                                    
-120.000000 vs -120.000000                                                                                                                                    
-118.000000 vs -118.000000                                                                                                                                    
-116.000000 vs -116.000000                                                                                                                                    
-114.000000 vs -114.000000                                                                                                                                    
-112.000000 vs -112.000000                                                                                                                                    
-110.000000 vs -110.000000                                                                                                                                    
-108.000000 vs -108.000000                                                                                                                                    
-106.000000 vs -106.000000                                                                                                                                    
-104.000000 vs -104.000000                                                                                                                                    
-102.000000 vs -102.000000                                                                                                                                    
-100.000000 vs -100.000000                                                                                                                                    
-98.000000 vs -98.000000                                                                                                                                      
-96.000000 vs -96.000000                                                                                                                                      
-94.000000 vs -94.000000                                                                                                                                      
-92.000000 vs -92.000000                                                                                                                                      
-90.000000 vs -90.000000                                                                                                                                      
-88.000000 vs -88.000000                                                                                                                                      
-86.000000 vs -86.000000                                                                                                                                      
-84.000000 vs -84.000000                                                                                                                                      
-82.000000 vs -82.000000                                                                                                                                      
-80.000000 vs -80.000000                                                                                                                                      
-78.000000 vs -78.000000                                                                                                                                      
-76.000000 vs -76.000000                                                                                                                                      
-74.000000 vs -74.000000                                                                                                                                      
-72.000000 vs -72.000000                                                                                                                                      
-70.000000 vs -70.000000                                                                                                                                      
-68.000000 vs -68.000000                                                                                                                                      
-66.000000 vs -66.000000                                                                                                                                      
-64.000000 vs -64.000000                                                                                                                                      
-62.000000 vs -62.000000                                                                                                                                      
-60.000000 vs -60.000000                                                                                                                                      
-58.000000 vs -58.000000                                                                                                                                      
-56.000000 vs -56.000000                                                                                                                                      
-54.000000 vs -54.000000                                                                                                                                      
-52.000000 vs -52.000000                                                                                                                                      
-50.000000 vs -50.000000                                                                                                                                      
-48.000000 vs -48.000000                                                                                                                                      
-46.000000 vs -46.000000                                                                                                                                      
-44.000000 vs -44.000000                                                                                                                                      
-42.000000 vs -42.000000                                                                                                                                      
-40.000000 vs -40.000000                                                                                                                                      
-38.000000 vs -38.000000                                                                                                                                      
-36.000000 vs -36.000000                                                                                                                                      
-34.000000 vs -34.000000                                                                                                                                      
-32.000000 vs -32.000000                                                                                                                                      
-30.000000 vs -30.000000                                                                                                                                      
-28.000000 vs -28.000000                                                                                                                                      
-26.000000 vs -26.000000                                                                                                                                      
-24.000000 vs -24.000000                                                                                                                                      
-22.000000 vs -22.000000                                                                                                                                      
-20.000000 vs -20.000000                                                                                                                                      
-18.000000 vs -18.000000                                                                                                                                      
-16.000000 vs -16.000000                                                                                                                                      
-14.000000 vs -14.000000                                                                                                                                      
-12.000000 vs -12.000000                                                                                                                                      
-10.000000 vs -10.000000                                                                                                                                      
-8.000000 vs -8.000000                                                                                                                                        
-6.000000 vs -6.000000                                                                                                                                        
-4.000000 vs -4.000000                                                                                                                                        
-2.000000 vs -2.000000                                                                                                                                        
0.000000 vs 0.000000                                                                                                                                          
2.000000 vs 2.000000                                                                                                                                          
4.000000 vs 4.000000                                                                                                                                          
6.000000 vs 6.000000                                                                                                                                          
8.000000 vs 8.000000                                                                                                                                          
10.000000 vs 10.000000                                                                                                                                        
12.000000 vs 12.000000                                                                                                                                        
14.000000 vs 14.000000                                                                                                                                        
16.000000 vs 16.000000                                                                                                                                        
18.000000 vs 18.000000                                                                                                                                        
20.000000 vs 20.000000                                                                                                                                        
22.000000 vs 22.000000                                                                                                                                        
24.000000 vs 24.000000                                                                                                                                        
26.000000 vs 26.000000                                                                                                                                        
28.000000 vs 28.000000                                                                                                                                        
30.000000 vs 30.000000                                                                                                                                        
32.000000 vs 32.000000                                                                                                                                        
34.000000 vs 34.000000                                                                                                                                        
36.000000 vs 36.000000                                                                                                                                        
38.000000 vs 38.000000                                                                                                                                        
40.000000 vs 40.000000                                                                                                                                        
42.000000 vs 42.000000                                                                                                                                        
44.000000 vs 44.000000                                                                                                                                        
46.000000 vs 46.000000                                                                                                                                        
48.000000 vs 48.000000                                                                                                                                        
50.000000 vs 50.000000                                                                                                                                        
52.000000 vs 52.000000                                                                                                                                        
54.000000 vs 54.000000                                                                                                                                        
56.000000 vs 56.000000                                                                                                                                        
58.000000 vs 58.000000                                                                                                                                        
60.000000 vs 60.000000                                                                                                                                        
62.000000 vs 62.000000                                                                                                                                        
64.000000 vs 64.000000                                                                                                                                        
66.000000 vs 66.000000                                                                                                                                        
68.000000 vs 68.000000                                                                                                                                        
70.000000 vs 70.000000                                                                                                                                        
72.000000 vs 72.000000                                                                                                                                        
74.000000 vs 74.000000                                                                                                                                        
76.000000 vs 76.000000                                                                                                                                        
78.000000 vs 78.000000                                                                                                                                        
80.000000 vs 80.000000                                                                                                                                        
82.000000 vs 82.000000                                                                                                                                        
84.000000 vs 84.000000                                                                                                                                        
86.000000 vs 86.000000                                                                                                                                        
88.000000 vs 88.000000                                                                                                                                        
90.000000 vs 90.000000                                                                                                                                        
92.000000 vs 92.000000                                                                                                                                        
94.000000 vs 94.000000                                                                                                                                        
96.000000 vs 96.000000                                                                                                                                        
98.000000 vs 98.000000                                                                                                                                        
100.000000 vs 100.000000                                                                                                                                      
102.000000 vs 102.000000                                                                                                                                      
104.000000 vs 104.000000                                                                                                                                      
106.000000 vs 106.000000                                                                                                                                      
108.000000 vs 108.000000                                                                                                                                      
110.000000 vs 110.000000                                                                                                                                      
112.000000 vs 112.000000                                                                                                                                      
114.000000 vs 114.000000                                                                                                                                      
116.000000 vs 116.000000                                                                                                                                      
118.000000 vs 118.000000                                                                                                                                      
120.000000 vs 120.000000                                                                                                                                      
122.000000 vs 122.000000                                                                                                                                      
124.000000 vs 124.000000                                                                                                                                      
126.000000 vs 126.000000                                                                                                                                      
128.000000 vs 128.000000                                                                                                                                      
130.000000 vs 130.000000                                                                                                                                      
132.000000 vs 132.000000                                                                                                                                      
134.000000 vs 134.000000                                                                                                                                      
136.000000 vs 136.000000                                                                                                                                      
138.000000 vs 138.000000                                                                                                                                      
140.000000 vs 140.000000                                                                                                                                      
142.000000 vs 142.000000                                                                                                                                      
144.000000 vs 144.000000                                                                                                                                      
146.000000 vs 146.000000                                                                                                                                      
148.000000 vs 148.000000                                                                                                                                      
150.000000 vs 150.000000                                                                                                                                      
152.000000 vs 152.000000                                                                                                                                      
154.000000 vs 154.000000                                                                                                                                      
156.000000 vs 156.000000                                                                                                                                      
158.000000 vs 158.000000                                                                                                                                      
160.000000 vs 160.000000                                                                                                                                      
162.000000 vs 162.000000                                                                                                                                      
164.000000 vs 164.000000                                                                                                                                      
166.000000 vs 166.000000                                                                                                                                      
168.000000 vs 168.000000                                                                                                                                      
170.000000 vs 170.000000                                                                                                                                      
172.000000 vs 172.000000                                                                                                                                      
174.000000 vs 174.000000                                                                                                                                      
176.000000 vs 176.000000                                                                                                                                      
178.000000 vs 178.000000                                                                                                                                      
180.000000 vs 180.000000                                                                                                                                      
182.000000 vs 182.000000                                                                                                                                      
184.000000 vs 184.000000                                                                                                                                      
186.000000 vs 186.000000                                                                                                                                      
188.000000 vs 188.000000                                                                                                                                      
190.000000 vs 190.000000                                                                                                                                      
192.000000 vs 192.000000                                                                                                                                      
194.000000 vs 194.000000                                                                                                                                      
196.000000 vs 196.000000                                                                                                                                      
198.000000 vs 198.000000                                                                                                                                      
200.000000 vs 200.000000                                                                                                                                      
202.000000 vs 202.000000                                                                                                                                      
204.000000 vs 204.000000                                                                                                                                      
206.000000 vs 206.000000                                                                                                                                      
208.000000 vs 208.000000                                                                                                                                      
210.000000 vs 210.000000                                                                                                                                      
212.000000 vs 212.000000                                                                                                                                      
214.000000 vs 214.000000                                                                                                                                      
216.000000 vs 216.000000                                                                                                                                      
218.000000 vs 218.000000                                                                                                                                      
220.000000 vs 220.000000                                                                                                                                      
222.000000 vs 222.000000                                                                                                                                      
224.000000 vs 224.000000                                                                                                                                      
226.000000 vs 226.000000                                                                                                                                      
228.000000 vs 228.000000                                                                                                                                      
230.000000 vs 230.000000                                                                                                                                      
232.000000 vs 232.000000                                                                                                                                      
234.000000 vs 234.000000                                                                                                                                      
236.000000 vs 236.000000                                                                                                                                      
238.000000 vs 238.000000                                                                                                                                      
240.000000 vs 240.000000                                                                                                                                      
242.000000 vs 242.000000                                                                                                                                      
244.000000 vs 244.000000                                                                                                                                      
246.000000 vs 246.000000                                                                                                                                      
248.000000 vs 248.000000                                                                                                                                      
250.000000 vs 250.000000                                                                                                                                      
252.000000 vs 252.000000                                                                                                                                      
PASS: libffi.call/return_fl.c -O2 -fomit-frame-pointer execution test                                                                                         
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/return_fl1.c  -O2 -fomit-frame-pointer  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./return_fl1.exe    (timeout = 300)                                                                                                                                      
PASS: libffi.call/return_fl1.c -O2 -fomit-frame-pointer (test for excess errors)                                                                              
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
255.000000 vs 255.000000                                                                                                                                      
PASS: libffi.call/return_fl1.c -O2 -fomit-frame-pointer execution test                                                                                        
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/return_fl2.c  -O2 -fomit-frame-pointer  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./return_fl2.exe    (timeout = 300)                                                                                                                                      
PASS: libffi.call/return_fl2.c -O2 -fomit-frame-pointer (test for excess errors)                                                                              
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
1022.800049 vs 1022.800049                                                                                                                                    
PASS: libffi.call/return_fl2.c -O2 -fomit-frame-pointer execution test                                                                                        
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/return_fl3.c  -O2 -fomit-frame-pointer  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./return_fl3.exe    (timeout = 300)                                                                                                                                      
PASS: libffi.call/return_fl3.c -O2 -fomit-frame-pointer (test for excess errors)                                                                              
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
1022.700012 vs 1022.700012                                                                                                                                    
PASS: libffi.call/return_fl3.c -O2 -fomit-frame-pointer execution test                                                                                        
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/return_ldl.c  -O2 -fomit-frame-pointer  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./return_ldl.exe    (timeout = 300)                                                                                                                                      
PASS: libffi.call/return_ldl.c -O2 -fomit-frame-pointer (test for excess errors)                                                                              
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
PASS: libffi.call/return_ldl.c -O2 -fomit-frame-pointer execution test                                                                                        
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/return_ll.c  -O2 -fomit-frame-pointer  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./return_ll.exe    (timeout = 300)                                                                                                                                        
PASS: libffi.call/return_ll.c -O2 -fomit-frame-pointer (test for excess errors)                                                                               
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
PASS: libffi.call/return_ll.c -O2 -fomit-frame-pointer execution test                                                                                         
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/return_ll1.c  -O2 -fomit-frame-pointer  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./return_ll1.exe    (timeout = 300)                                                                                                                                      
PASS: libffi.call/return_ll1.c -O2 -fomit-frame-pointer (test for excess errors)                                                                              
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
res: 11111133333222, 11111133333222                                                                                                                           
PASS: libffi.call/return_ll1.c -O2 -fomit-frame-pointer execution test                                                                                        
PASS: libffi.call/return_ll1.c -O2 -fomit-frame-pointer output pattern test, res: 11111133333222, 11111133333222                                              
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/return_sc.c  -O2 -fomit-frame-pointer  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./return_sc.exe    (timeout = 300)                                                                                                                                        
PASS: libffi.call/return_sc.c -O2 -fomit-frame-pointer (test for excess errors)                                                                               
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
PASS: libffi.call/return_sc.c -O2 -fomit-frame-pointer execution test                                                                                         
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/return_sl.c  -O2 -fomit-frame-pointer  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./return_sl.exe    (timeout = 300)                                                                                                                                        
PASS: libffi.call/return_sl.c -O2 -fomit-frame-pointer (test for excess errors)                                                                               
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
res: -1, -1                                                                                                                                                   
PASS: libffi.call/return_sl.c -O2 -fomit-frame-pointer execution test                                                                                         
PASS: libffi.call/return_sl.c -O2 -fomit-frame-pointer output pattern test, res: -1, -1                                                                       
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/return_uc.c  -O2 -fomit-frame-pointer  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./return_uc.exe    (timeout = 300)                                                                                                                                        
PASS: libffi.call/return_uc.c -O2 -fomit-frame-pointer (test for excess errors)                                                                               
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
PASS: libffi.call/return_uc.c -O2 -fomit-frame-pointer execution test                                                                                         
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/return_ul.c  -O2 -fomit-frame-pointer  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./return_ul.exe    (timeout = 300)                                                                                                                                        
PASS: libffi.call/return_ul.c -O2 -fomit-frame-pointer (test for excess errors)                                                                               
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
res: 2147483647, 2147483647                                                                                                                                   
PASS: libffi.call/return_ul.c -O2 -fomit-frame-pointer execution test                                                                                         
PASS: libffi.call/return_ul.c -O2 -fomit-frame-pointer output pattern test, res: 2147483647, 2147483647                                                       
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/strlen.c  -O2 -fomit-frame-pointer  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./strlen.exe    (timeout = 300)                                                                                                                                              
PASS: libffi.call/strlen.c -O2 -fomit-frame-pointer (test for excess errors)                                                                                  
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
PASS: libffi.call/strlen.c -O2 -fomit-frame-pointer execution test                                                                                            
UNSUPPORTED: libffi.call/strlen_win32.c -O2 -fomit-frame-pointer                                                                                              
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/struct1.c  -O2 -fomit-frame-pointer  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./struct1.exe    (timeout = 300)                                                                                                                                            
PASS: libffi.call/struct1.c -O2 -fomit-frame-pointer (test for excess errors)                                                                                 
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
PASS: libffi.call/struct1.c -O2 -fomit-frame-pointer execution test                                                                                           
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/struct2.c  -O2 -fomit-frame-pointer  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./struct2.exe    (timeout = 300)                                                                                                                                            
PASS: libffi.call/struct2.c -O2 -fomit-frame-pointer (test for excess errors)                                                                                 
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
5.55                                                                                                                                                          
6.66                                                                                                                                                          
4.55                                                                                                                                                          
5.66                                                                                                                                                          
PASS: libffi.call/struct2.c -O2 -fomit-frame-pointer execution test                                                                                           
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/struct3.c  -O2 -fomit-frame-pointer  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./struct3.exe    (timeout = 300)                                                                                                                                            
PASS: libffi.call/struct3.c -O2 -fomit-frame-pointer (test for excess errors)                                                                                 
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
246 246                                                                                                                                                       
PASS: libffi.call/struct3.c -O2 -fomit-frame-pointer execution test                                                                                           
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/struct4.c  -O2 -fomit-frame-pointer  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./struct4.exe    (timeout = 300)                                                                                                                                            
PASS: libffi.call/struct4.c -O2 -fomit-frame-pointer (test for excess errors)                                                                                 
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
PASS: libffi.call/struct4.c -O2 -fomit-frame-pointer execution test                                                                                           
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/struct5.c  -O2 -fomit-frame-pointer  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./struct5.exe    (timeout = 300)                                                                                                                                            
PASS: libffi.call/struct5.c -O2 -fomit-frame-pointer (test for excess errors)                                                                                 
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
PASS: libffi.call/struct5.c -O2 -fomit-frame-pointer execution test                                                                                           
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/struct6.c  -O2 -fomit-frame-pointer  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./struct6.exe    (timeout = 300)                                                                                                                                            
PASS: libffi.call/struct6.c -O2 -fomit-frame-pointer (test for excess errors)                                                                                 
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
5.55                                                                                                                                                          
6.66                                                                                                                                                          
PASS: libffi.call/struct6.c -O2 -fomit-frame-pointer execution test                                                                                           
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/struct7.c  -O2 -fomit-frame-pointer  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./struct7.exe    (timeout = 300)                                                                                                                                            
PASS: libffi.call/struct7.c -O2 -fomit-frame-pointer (test for excess errors)                                                                                 
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
5.55                                                                                                                                                          
55.5                                                                                                                                                          
6.66                                                                                                                                                          
6.55                                                                                                                                                          
56.5                                                                                                                                                          
7.66                                                                                                                                                          
PASS: libffi.call/struct7.c -O2 -fomit-frame-pointer execution test                                                                                           
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/struct8.c  -O2 -fomit-frame-pointer  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./struct8.exe    (timeout = 300)                                                                                                                                            
PASS: libffi.call/struct8.c -O2 -fomit-frame-pointer (test for excess errors)                                                                                 
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
5.55                                                                                                                                                          
55.5                                                                                                                                                          
-5.55                                                                                                                                                         
-55.5                                                                                                                                                         
6.55                                                                                                                                                          
56.5                                                                                                                                                          
-4.55                                                                                                                                                         
-54.5                                                                                                                                                         
PASS: libffi.call/struct8.c -O2 -fomit-frame-pointer execution test                                                                                           
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.call/struct9.c  -O2 -fomit-frame-pointer  -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./struct9.exe    (timeout = 300)                                                                                                                                            
PASS: libffi.call/struct9.c -O2 -fomit-frame-pointer (test for excess errors)                                                                                 
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
5.55                                                                                                                                                          
5                                                                                                                                                             
6.55                                                                                                                                                          
6                                                                                                                                                             
PASS: libffi.call/struct9.c -O2 -fomit-frame-pointer execution test                                                                                           
testcase /root/libffi-3.0.9rc1/testsuite/libffi.call/call.exp completed in 724 seconds                                                                        
Running /root/libffi-3.0.9rc1/testsuite/libffi.special/special.exp ...                                                                                        
set_ld_library_path_env_vars: ld_library_path=.::/root/libffi-3.0.9rc1/testsuite/../.libs                                                                     
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.special/unwindtest.cc   -shared-libgcc -lstdc++ -O0 -W -Wall -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./unwindtest.exe    (timeout = 300)                                                                                                                      
PASS: libffi.special/unwindtest.cc  -shared-libgcc -lstdc++ (test for excess errors)                                                                          
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.special/unwindtest.cc  -shared-libgcc -lstdc++ execution test                                                                                    
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.special/unwindtest_ffi_call.cc   -shared-libgcc -lstdc++ -O0 -W -Wall -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./unwindtest_ffi_call.exe    (timeout = 300)                                                                                                    
PASS: libffi.special/unwindtest_ffi_call.cc  -shared-libgcc -lstdc++ (test for excess errors)                                                                 
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs                                            
FAIL: libffi.special/unwindtest_ffi_call.cc  -shared-libgcc -lstdc++ execution test                                                                           
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.special/unwindtest.cc   -shared-libgcc -lstdc++ -O2 -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./unwindtest.exe    (timeout = 300)
PASS: libffi.special/unwindtest.cc  -shared-libgcc -lstdc++ (test for excess errors)
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs
FAIL: libffi.special/unwindtest.cc  -shared-libgcc -lstdc++ execution test
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.special/unwindtest_ffi_call.cc   -shared-libgcc -lstdc++ -O2 -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./unwindtest_ffi_call.exe    (timeout = 300)
PASS: libffi.special/unwindtest_ffi_call.cc  -shared-libgcc -lstdc++ (test for excess errors)
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs
FAIL: libffi.special/unwindtest_ffi_call.cc  -shared-libgcc -lstdc++ execution test
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.special/unwindtest.cc   -shared-libgcc -lstdc++ -O3 -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./unwindtest.exe    (timeout = 300)
PASS: libffi.special/unwindtest.cc  -shared-libgcc -lstdc++ (test for excess errors)
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs
FAIL: libffi.special/unwindtest.cc  -shared-libgcc -lstdc++ execution test
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.special/unwindtest_ffi_call.cc   -shared-libgcc -lstdc++ -O3 -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./unwindtest_ffi_call.exe    (timeout = 300)
PASS: libffi.special/unwindtest_ffi_call.cc  -shared-libgcc -lstdc++ (test for excess errors)
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs
FAIL: libffi.special/unwindtest_ffi_call.cc  -shared-libgcc -lstdc++ execution test
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.special/unwindtest.cc   -shared-libgcc -lstdc++ -Os -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./unwindtest.exe    (timeout = 300)
PASS: libffi.special/unwindtest.cc  -shared-libgcc -lstdc++ (test for excess errors)
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs
FAIL: libffi.special/unwindtest.cc  -shared-libgcc -lstdc++ execution test
Executing on host: gcc /root/libffi-3.0.9rc1/testsuite/libffi.special/unwindtest_ffi_call.cc   -shared-libgcc -lstdc++ -Os -I/root/libffi-3.0.9rc1/testsuite/../include -I/root/libffi-3.0.9rc1/testsuite/../include  -I/root/libffi-3.0.9rc1/testsuite/../include/.. -L/root/libffi-3.0.9rc1/testsuite/../.libs  -lffi -lm   -o ./unwindtest_ffi_call.exe    (timeout = 300)
PASS: libffi.special/unwindtest_ffi_call.cc  -shared-libgcc -lstdc++ (test for excess errors)
Setting LD_LIBRARY_PATH to .::/root/libffi-3.0.9rc1/testsuite/../.libs:.::/root/libffi-3.0.9rc1/testsuite/../.libs
FAIL: libffi.special/unwindtest_ffi_call.cc  -shared-libgcc -lstdc++ execution test
testcase /root/libffi-3.0.9rc1/testsuite/libffi.special/special.exp completed in 14 seconds

                === libffi Summary ===

# of expected passes            693
# of unexpected failures        348
# of unsupported tests          15
runtest completed at Mon Oct  5 18:12:19 2009
make "AR_FLAGS="  "CC_FOR_BUILD="  "CFLAGS=-g -O2"  "CXXFLAGS=-g -O2"
"CFLAGS_FOR_BUILD="  "CFLAGS_FOR_TARGET="  "INSTALL=/usr/bin/install -c"
"INSTALL_DATA=/usr/bin/install -c -m 644"  "INSTALL_PROGRAM=/usr/bin/install
-c"  "INSTALL_SCRIPT=/usr/bin/install -c"  "JC1FLAGS="  "LDFLAGS="
"LIBCFLAGS="  "LIBCFLAGS_FOR_TARGET="  "MAKE=make"  "MAKEINFO=/bin/bash
/root/libffi-3.0.9rc1/missing --run makeinfo "  "PICFLAG="
"PICFLAG_FOR_TARGET="  "RUNTESTFLAGS="  "SHELL=/bin/bash"
"exec_prefix=/usr/local"  "infodir=/usr/local/share/info"
"libdir=/usr/local/lib"  "prefix=/usr/local"  "AR=ar"  "AS=as"  "CC=gcc"
"CXX=g++"  "LD=ld"  "NM="  "RANLIB=ranlib"  "DESTDIR=" all-recursive                                                                                                            
Making all in include                                                                                                                                         
Making all in testsuite                                                                                                                                       
Making all in man                                                                                                                                             
depbase=`echo src/debug.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;  if /bin/bash
./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H  -I. -I. -I.  -I.
-I./include -Iinclude -I./src   -Wall -g -fexceptions -g -O2 -MT src/debug.lo
-MD -MP -MF "$depbase.Tpo" -c -o src/debug.lo src/debug.c;  then mv -f
"$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi                                                                                                          
mkdir src/.libs                                                                                                                                               
 gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./include -Iinclude -I./src -Wall -g
 -fexceptions -g -O2 -MT src/debug.lo -MD -MP -MF src/.deps/debug.Tpo -c
 src/debug.c  -fPIC -DPIC -o src/.libs/debug.o                                                                                                                           
  gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./include -Iinclude -I./src -Wall -g
  -fexceptions -g -O2 -MT src/debug.lo -MD -MP -MF src/.deps/debug.Tpo -c
  src/debug.c -o src/debug.o >/dev/null 2>&1                                                                                                                              
  depbase=`echo src/prep_cif.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;  if
  /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H  -I. -I. -I.
  -I. -I./include -Iinclude -I./src   -Wall -g -fexceptions -g -O2 -MT
  src/prep_cif.lo -MD -MP -MF "$depbase.Tpo" -c -o src/prep_cif.lo
  src/prep_cif.c;  then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f
  "$depbase.Tpo"; exit 1; fi                                                                                              
   gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./include -Iinclude -I./src -Wall -g
   -fexceptions -g -O2 -MT src/prep_cif.lo -MD -MP -MF src/.deps/prep_cif.Tpo
   -c src/prep_cif.c  -fPIC -DPIC -o src/.libs/prep_cif.o                                                                                                               
    gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./include -Iinclude -I./src -Wall -g
    -fexceptions -g -O2 -MT src/prep_cif.lo -MD -MP -MF src/.deps/prep_cif.Tpo
    -c src/prep_cif.c -o src/prep_cif.o >/dev/null 2>&1                                                                                                                  
    depbase=`echo src/types.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;  if
    /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H  -I. -I.
    -I.  -I. -I./include -Iinclude -I./src   -Wall -g -fexceptions -g -O2 -MT
    src/types.lo -MD -MP -MF "$depbase.Tpo" -c -o src/types.lo src/types.c;
    then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit
    1; fi                                                                                                          
     gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./include -Iinclude -I./src -Wall
     -g -fexceptions -g -O2 -MT src/types.lo -MD -MP -MF src/.deps/types.Tpo
     -c src/types.c  -fPIC -DPIC -o src/.libs/types.o                                                                                                                           
      gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./include -Iinclude -I./src -Wall
      -g -fexceptions -g -O2 -MT src/types.lo -MD -MP -MF src/.deps/types.Tpo
      -c src/types.c -o src/types.o >/dev/null 2>&1                                                                                                                              
      depbase=`echo src/raw_api.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;  if
      /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H  -I. -I.
      -I.  -I. -I./include -Iinclude -I./src   -Wall -g -fexceptions -g -O2
      -MT src/raw_api.lo -MD -MP -MF "$depbase.Tpo" -c -o src/raw_api.lo
      src/raw_api.c;  then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f
      "$depbase.Tpo"; exit 1; fi                                                                                                  
       gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./include -Iinclude -I./src -Wall
       -g -fexceptions -g -O2 -MT src/raw_api.lo -MD -MP -MF
       src/.deps/raw_api.Tpo -c src/raw_api.c  -fPIC -DPIC -o
       src/.libs/raw_api.o                                                                                                                   
        gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./include -Iinclude -I./src
	-Wall -g -fexceptions -g -O2 -MT src/raw_api.lo -MD -MP -MF
	src/.deps/raw_api.Tpo -c src/raw_api.c -o src/raw_api.o >/dev/null
	2>&1                                                                                                                      
	depbase=`echo src/java_raw_api.lo | sed
	's|[^/]*$|.deps/&|;s|\.lo$||'`;  if /bin/bash ./libtool --tag=CC
	--mode=compile gcc -DHAVE_CONFIG_H  -I. -I. -I.  -I. -I./include
	-Iinclude -I./src   -Wall -g -fexceptions -g -O2 -MT
	src/java_raw_api.lo -MD -MP -MF "$depbase.Tpo" -c -o
	src/java_raw_api.lo src/java_raw_api.c;  then mv -f "$depbase.Tpo"
	"$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi                                                                              
	 gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./include -Iinclude -I./src
	 -Wall -g -fexceptions -g -O2 -MT src/java_raw_api.lo -MD -MP -MF
	 src/.deps/java_raw_api.Tpo -c src/java_raw_api.c  -fPIC -DPIC -o
	 src/.libs/java_raw_api.o                                                                                               
	  gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./include -Iinclude -I./src
	  -Wall -g -fexceptions -g -O2 -MT src/java_raw_api.lo -MD -MP -MF
	  src/.deps/java_raw_api.Tpo -c src/java_raw_api.c -o
	  src/java_raw_api.o >/dev/null 2>&1                                                                                                  
	  depbase=`echo src/closures.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;
	  if /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
	  -I. -I. -I.  -I. -I./include -Iinclude -I./src   -Wall -g
	  -fexceptions -g -O2 -MT src/closures.lo -MD -MP -MF "$depbase.Tpo"
	  -c -o src/closures.lo src/closures.c;  then mv -f "$depbase.Tpo"
	  "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi                                                                                              
	   gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./include -Iinclude -I./src
	   -Wall -g -fexceptions -g -O2 -MT src/closures.lo -MD -MP -MF
	   src/.deps/closures.Tpo -c src/closures.c  -fPIC -DPIC -o
	   src/.libs/closures.o                                                                                                               
	    gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./include -Iinclude -I./src
	    -Wall -g -fexceptions -g -O2 -MT src/closures.lo -MD -MP -MF
	    src/.deps/closures.Tpo -c src/closures.c -o src/closures.o
	    >/dev/null 2>&1                                                                                                                  
	    depbase=`echo src/sparc/ffi.lo | sed
	    's|[^/]*$|.deps/&|;s|\.lo$||'`;  if /bin/bash ./libtool --tag=CC
	    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I. -I.  -I. -I./include
	    -Iinclude -I./src   -Wall -g -fexceptions -g -O2 -MT
	    src/sparc/ffi.lo -MD -MP -MF "$depbase.Tpo" -c -o src/sparc/ffi.lo
	    src/sparc/ffi.c;  then mv -f "$depbase.Tpo" "$depbase.Plo"; else
	    rm -f "$depbase.Tpo"; exit 1; fi                                                                                          
	    mkdir src/sparc/.libs                                                                                                                                         
	     gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./include -Iinclude -I./src
	     -Wall -g -fexceptions -g -O2 -MT src/sparc/ffi.lo -MD -MP -MF
	     src/sparc/.deps/ffi.Tpo -c src/sparc/ffi.c  -fPIC -DPIC -o
	     src/sparc/.libs/ffi.o                                                                                                           
	      gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./include -Iinclude
	      -I./src -Wall -g -fexceptions -g -O2 -MT src/sparc/ffi.lo -MD
	      -MP -MF src/sparc/.deps/ffi.Tpo -c src/sparc/ffi.c -o
	      src/sparc/ffi.o >/dev/null 2>&1                                                                                                              
	      /bin/bash ./libtool --mode=compile gcc -I. -I./include -Iinclude
	      -I./src  -g -O2 -c -o src/sparc/v8.lo src/sparc/v8.S                                         
	       gcc -I. -I./include -Iinclude -I./src -g -O2 -c src/sparc/v8.S
	       -fPIC -DPIC -o src/sparc/.libs/v8.o                                                          
	        gcc -I. -I./include -Iinclude -I./src -g -O2 -c src/sparc/v8.S
		-o src/sparc/v8.o >/dev/null 2>&1                                                             
		/bin/bash ./libtool --mode=compile gcc -I. -I./include
		-Iinclude -I./src  -g -O2 -c -o src/sparc/v9.lo src/sparc/v9.S                                         
		 gcc -I. -I./include -Iinclude -I./src -g -O2 -c
		 src/sparc/v9.S  -fPIC -DPIC -o src/sparc/.libs/v9.o                                                          
		  gcc -I. -I./include -Iinclude -I./src -g -O2 -c
		  src/sparc/v9.S -o src/sparc/v9.o >/dev/null 2>&1                                                             
		  /bin/bash ./libtool --tag=CC --mode=link gcc -Wall -g
		  -fexceptions -g -O2    -o libffi.la -rpath /usr/local/lib
		  -version-info `grep -v '^#' ./libtool-version` src/debug.lo
		  src/prep_cif.lo src/types.lo  src/raw_api.lo
		  src/java_raw_api.lo src/closures.lo
		  src/sparc/ffi.lo src/sparc/v8.lo  src/sparc/v9.lo                                                                                                                                                                   
		  mkdir .libs                                                                                                                                                   
		  gcc -shared  src/.libs/debug.o src/.libs/prep_cif.o
		  src/.libs/types.o src/.libs/raw_api.o
		  src/.libs/java_raw_api.o src/.libs/closures.o
		  src/sparc/.libs/ffi.o src/sparc/.libs/v8.o
		  src/sparc/.libs/v9.o   -Wl,-soname -Wl,libffi.so.5 -o
		  .libs/libffi.so.5                                                                  
		  (cd .libs && rm -f libffi.so && ln -s libffi.so.5 libffi.so)                                                                                                  
		  (cd .libs && rm -f libffi.so && ln -s libffi.so.5 libffi.so)                                                                                                  
		  ar cru .libs/libffi.a  src/debug.o src/prep_cif.o
		  src/types.o src/raw_api.o src/java_raw_api.o src/closures.o
		  src/sparc/ffi.o src/sparc/v8.o src/sparc/v9.o   
		  ranlib .libs/libffi.a                                                                                                                                         
		  creating libffi.la                                                                                                                                            
		  (cd .libs && rm -f libffi.la && ln -s ../libffi.la
		  libffi.la)                                                                                                 
		  /bin/bash ./libtool --tag=CC --mode=link gcc -Wall -g
		  -fexceptions -g -O2    -o libffi_convenience.la
		  src/debug.lo src/prep_cif.lo src/types.lo  src/raw_api.lo
		  src/java_raw_api.lo src/closures.lo
		  src/sparc/ffi.lo src/sparc/v8.lo  src/sparc/v9.lo                                                            
		  ar cru .libs/libffi_convenience.a src/.libs/debug.o
		  src/.libs/prep_cif.o src/.libs/types.o src/.libs/raw_api.o
		  src/.libs/java_raw_api.o src/.libs/closures.o
		  src/sparc/.libs/ffi.o src/sparc/.libs/v8.o
		  src/sparc/.libs/v9.o                                                                                                
		  ranlib .libs/libffi_convenience.a                                                                                                                             
		  creating libffi_convenience.la                                                                                                                                
		  (cd .libs && rm -f libffi_convenience.la && ln -s
		  ../libffi_convenience.la libffi_convenience.la)                                                             
		  Making check in include                                                                                                                                       
		  Making check in testsuite                                                                                                                                     
		  make  check-DEJAGNU                                                                                                                                           
		  Making a new site.exp file...                                                                                                                                 
		  srcdir=`CDPATH="${ZSH_VERSION+.}:" && cd . && pwd`; export
		  srcdir;  EXPECT=`if [ -f ../../expect/expect ] ; then  echo
		  ../../expect/expect ;  else echo expect ; fi`; export
		  EXPECT;  runtest=`if [ -f ../../dejagnu/runtest ] ; then
		  echo ../../dejagnu/runtest ;  else echo runtest; fi`;  if
		  /bin/bash -c "$runtest --version" > /dev/null 2>&1; then
		  l='libffi'; for tool in $l; do  $runtest  --tool $tool
		  --srcdir $srcdir ;  done;  else echo "WARNING: could not
		  find \`runtest'" 1>&2; :; fi                                                                                                                                                 
		  WARNING: Couldn't find the global config file.                                                                                                                
		  WARNING: Couldn't find tool init file                                                                                                                         
		  Test Run By root on Mon Oct  5 18:00:01 2009                                                                                                                  
		  Native configuration is sparc64-unknown-freebsd6.2                                                                                                            

		                  === libffi tests ===

				  Schedule of variations:
				      unix               

				      Running target unix
				      Using
				      /usr/share/dejagnu/baseboards/unix.exp
				      as board description file for target.
				      Using /usr/share/dejagnu/config/unix.exp
				      as generic interface file for target.    
				      Using
				      /root/libffi-3.0.9rc1/testsuite/config/default.exp
				      as tool-and-target-specific interface
				      file.
				      Running
				      /root/libffi-3.0.9rc1/testsuite/libffi.call/call.exp
				      ...                                    
				      FAIL: libffi.call/closure_fn0.c -O0 -W
				      -Wall execution test                                         
				      FAIL: libffi.call/closure_fn1.c -O0 -W
				      -Wall execution test                                         
				      FAIL: libffi.call/closure_fn2.c -O0 -W
				      -Wall execution test                                         
				      FAIL: libffi.call/closure_fn3.c -O0 -W
				      -Wall execution test                                         
				      FAIL: libffi.call/closure_fn4.c -O0 -W
				      -Wall execution test                                         
				      FAIL: libffi.call/closure_fn5.c -O0 -W
				      -Wall execution test                                         
				      FAIL: libffi.call/closure_fn6.c -O0 -W
				      -Wall execution test                                         
				      FAIL: libffi.call/cls_12byte.c -O0 -W
				      -Wall execution test                                          
				      FAIL: libffi.call/cls_16byte.c -O0 -W
				      -Wall execution test                                          
				      FAIL: libffi.call/cls_18byte.c -O0 -W
				      -Wall execution test                                          
				      FAIL: libffi.call/cls_19byte.c -O0 -W
				      -Wall execution test                                          
				      FAIL: libffi.call/cls_1_1byte.c -O0 -W
				      -Wall execution test                                         
				      FAIL: libffi.call/cls_20byte.c -O0 -W
				      -Wall execution test                                          
				      FAIL: libffi.call/cls_20byte1.c -O0 -W
				      -Wall execution test                                         
				      FAIL: libffi.call/cls_24byte.c -O0 -W
				      -Wall execution test                                          
				      FAIL: libffi.call/cls_2byte.c -O0 -W
				      -Wall execution test                                           
				      FAIL: libffi.call/cls_3_1byte.c -O0 -W
				      -Wall execution test                                         
				      FAIL: libffi.call/cls_3byte1.c -O0 -W
				      -Wall execution test                                          
				      FAIL: libffi.call/cls_3byte2.c -O0 -W
				      -Wall execution test                                          
				      FAIL: libffi.call/cls_4_1byte.c -O0 -W
				      -Wall execution test                                         
				      FAIL: libffi.call/cls_4byte.c -O0 -W
				      -Wall execution test                                           
				      FAIL: libffi.call/cls_5_1_byte.c -O0 -W
				      -Wall execution test                                        
				      FAIL: libffi.call/cls_5byte.c -O0 -W
				      -Wall execution test                                           
				      FAIL: libffi.call/cls_64byte.c -O0 -W
				      -Wall execution test                                          
				      FAIL: libffi.call/cls_6_1_byte.c -O0 -W
				      -Wall execution test                                        
				      FAIL: libffi.call/cls_6byte.c -O0 -W
				      -Wall execution test                                           
				      FAIL: libffi.call/cls_7_1_byte.c -O0 -W
				      -Wall execution test                                        
				      FAIL: libffi.call/cls_7byte.c -O0 -W
				      -Wall execution test                                           
				      FAIL: libffi.call/cls_8byte.c -O0 -W
				      -Wall execution test                                           
				      FAIL: libffi.call/cls_9byte1.c -O0 -W
				      -Wall execution test                                          
				      FAIL: libffi.call/cls_9byte2.c -O0 -W
				      -Wall execution test                                          
				      FAIL: libffi.call/cls_align_double.c -O0
				      -W -Wall execution test                                    
				      FAIL: libffi.call/cls_align_float.c -O0
				      -W -Wall execution test                                     
				      FAIL: libffi.call/cls_align_longdouble.c
				      -O0 -W -Wall execution test                                
				      FAIL: libffi.call/cls_align_pointer.c
				      -O0 -W -Wall execution test                                   
				      FAIL: libffi.call/cls_align_sint16.c -O0
				      -W -Wall execution test                                    
				      FAIL: libffi.call/cls_align_sint32.c -O0
				      -W -Wall execution test                                    
				      FAIL: libffi.call/cls_align_sint64.c -O0
				      -W -Wall execution test                                    
				      FAIL: libffi.call/cls_align_uint16.c -O0
				      -W -Wall execution test                                    
				      FAIL: libffi.call/cls_align_uint32.c -O0
				      -W -Wall execution test                                    
				      FAIL: libffi.call/cls_align_uint64.c -O0
				      -W -Wall execution test                                    
				      FAIL: libffi.call/cls_double.c -O0 -W
				      -Wall execution test                                          
				      FAIL: libffi.call/cls_float.c -O0 -W
				      -Wall execution test                                           
				      FAIL: libffi.call/cls_multi_schar.c -O0
				      -W -Wall execution test                                     
				      FAIL: libffi.call/cls_multi_sshort.c -O0
				      -W -Wall execution test                                    
				      FAIL: libffi.call/cls_multi_sshortchar.c
				      -O0 -W -Wall execution test                                
				      FAIL: libffi.call/cls_multi_uchar.c -O0
				      -W -Wall execution test                                     
				      FAIL: libffi.call/cls_multi_ushort.c -O0
				      -W -Wall execution test                                    
				      FAIL: libffi.call/cls_multi_ushortchar.c
				      -O0 -W -Wall execution test                                
				      FAIL: libffi.call/cls_schar.c -O0 -W
				      -Wall execution test                                           
				      FAIL: libffi.call/cls_sint.c -O0 -W
				      -Wall execution test                                            
				      FAIL: libffi.call/cls_sshort.c -O0 -W
				      -Wall execution test                                          
				      FAIL: libffi.call/cls_uchar.c -O0 -W
				      -Wall execution test                                           
				      FAIL: libffi.call/cls_uint.c -O0 -W
				      -Wall execution test                                            
				      FAIL: libffi.call/cls_ulonglong.c -O0 -W
				      -Wall execution test                                       
				      FAIL: libffi.call/cls_ushort.c -O0 -W
				      -Wall execution test                                          
				      FAIL: libffi.call/nested_struct.c -O0 -W
				      -Wall execution test                                       
				      FAIL: libffi.call/nested_struct1.c -O0
				      -W -Wall execution test                                      
				      FAIL: libffi.call/nested_struct10.c -O0
				      -W -Wall execution test                                     
				      FAIL: libffi.call/nested_struct2.c -O0
				      -W -Wall execution test                                      
				      FAIL: libffi.call/nested_struct3.c -O0
				      -W -Wall execution test                                      
				      FAIL: libffi.call/nested_struct4.c -O0
				      -W -Wall execution test                                      
				      FAIL: libffi.call/nested_struct5.c -O0
				      -W -Wall execution test                                      
				      FAIL: libffi.call/nested_struct6.c -O0
				      -W -Wall execution test                                      
				      FAIL: libffi.call/nested_struct7.c -O0
				      -W -Wall execution test                                      
				      FAIL: libffi.call/nested_struct8.c -O0
				      -W -Wall execution test                                      
				      FAIL: libffi.call/nested_struct9.c -O0
				      -W -Wall execution test                                      
				      FAIL: libffi.call/problem1.c -O0 -W
				      -Wall execution test                                            
				      FAIL: libffi.call/closure_fn0.c -O2
				      execution test                                                  
				      FAIL: libffi.call/closure_fn1.c -O2
				      execution test                                                  
				      FAIL: libffi.call/closure_fn2.c -O2
				      execution test                                                  
				      FAIL: libffi.call/closure_fn3.c -O2
				      execution test                                                  
				      FAIL: libffi.call/closure_fn4.c -O2
				      execution test                                                  
				      FAIL: libffi.call/closure_fn5.c -O2
				      execution test                                                  
				      FAIL: libffi.call/closure_fn6.c -O2
				      execution test                                                  
				      FAIL: libffi.call/cls_12byte.c -O2
				      execution test                                                   
				      FAIL: libffi.call/cls_16byte.c -O2
				      execution test                                                   
				      FAIL: libffi.call/cls_18byte.c -O2
				      execution test                                                   
				      FAIL: libffi.call/cls_19byte.c -O2
				      execution test                                                   
				      FAIL: libffi.call/cls_1_1byte.c -O2
				      execution test                                                  
				      FAIL: libffi.call/cls_20byte.c -O2
				      execution test                                                   
				      FAIL: libffi.call/cls_20byte1.c -O2
				      execution test                                                  
				      FAIL: libffi.call/cls_24byte.c -O2
				      execution test                                                   
				      FAIL: libffi.call/cls_2byte.c -O2
				      execution test                                                    
				      FAIL: libffi.call/cls_3_1byte.c -O2
				      execution test                                                  
				      FAIL: libffi.call/cls_3byte1.c -O2
				      execution test                                                   
				      FAIL: libffi.call/cls_3byte2.c -O2
				      execution test                                                   
				      FAIL: libffi.call/cls_4_1byte.c -O2
				      execution test                                                  
				      FAIL: libffi.call/cls_4byte.c -O2
				      execution test                                                    
				      FAIL: libffi.call/cls_5_1_byte.c -O2
				      execution test                                                 
				      FAIL: libffi.call/cls_5byte.c -O2
				      execution test                                                    
				      FAIL: libffi.call/cls_64byte.c -O2
				      execution test                                                   
				      FAIL: libffi.call/cls_6_1_byte.c -O2
				      execution test                                                 
				      FAIL: libffi.call/cls_6byte.c -O2
				      execution test                                                    
				      FAIL: libffi.call/cls_7_1_byte.c -O2
				      execution test                                                 
				      FAIL: libffi.call/cls_7byte.c -O2
				      execution test                                                    
				      FAIL: libffi.call/cls_8byte.c -O2
				      execution test                                                    
				      FAIL: libffi.call/cls_9byte1.c -O2
				      execution test                                                   
				      FAIL: libffi.call/cls_9byte2.c -O2
				      execution test                                                   
				      FAIL: libffi.call/cls_align_double.c -O2
				      execution test                                             
				      FAIL: libffi.call/cls_align_float.c -O2
				      execution test                                              
				      FAIL: libffi.call/cls_align_longdouble.c
				      -O2 execution test                                         
				      FAIL: libffi.call/cls_align_pointer.c
				      -O2 execution test                                            
				      FAIL: libffi.call/cls_align_sint16.c -O2
				      execution test                                             
				      FAIL: libffi.call/cls_align_sint32.c -O2
				      execution test                                             
				      FAIL: libffi.call/cls_align_sint64.c -O2
				      execution test                                             
				      FAIL: libffi.call/cls_align_uint16.c -O2
				      execution test                                             
				      FAIL: libffi.call/cls_align_uint32.c -O2
				      execution test                                             
				      FAIL: libffi.call/cls_align_uint64.c -O2
				      execution test                                             
				      FAIL: libffi.call/cls_double.c -O2
				      execution test                                                   
				      FAIL: libffi.call/cls_float.c -O2
				      execution test                                                    
				      FAIL: libffi.call/cls_multi_schar.c -O2
				      execution test                                              
				      FAIL: libffi.call/cls_multi_sshort.c -O2
				      execution test                                             
				      FAIL: libffi.call/cls_multi_sshortchar.c
				      -O2 execution test                                         
				      FAIL: libffi.call/cls_multi_uchar.c -O2
				      execution test                                              
				      FAIL: libffi.call/cls_multi_ushort.c -O2
				      execution test                                             
				      FAIL: libffi.call/cls_multi_ushortchar.c
				      -O2 execution test                                         
				      FAIL: libffi.call/cls_schar.c -O2
				      execution test                                                    
				      FAIL: libffi.call/cls_sint.c -O2
				      execution test                                                     
				      FAIL: libffi.call/cls_sshort.c -O2
				      execution test                                                   
				      FAIL: libffi.call/cls_uchar.c -O2
				      execution test                                                    
				      FAIL: libffi.call/cls_uint.c -O2
				      execution test                                                     
				      FAIL: libffi.call/cls_ulonglong.c -O2
				      execution test                                                
				      FAIL: libffi.call/cls_ushort.c -O2
				      execution test                                                   
				      FAIL: libffi.call/nested_struct.c -O2
				      execution test                                                
				      FAIL: libffi.call/nested_struct1.c -O2
				      execution test                                               
				      FAIL: libffi.call/nested_struct10.c -O2
				      execution test                                              
				      FAIL: libffi.call/nested_struct2.c -O2
				      execution test                                               
				      FAIL: libffi.call/nested_struct3.c -O2
				      execution test                                               
				      FAIL: libffi.call/nested_struct4.c -O2
				      execution test                                               
				      FAIL: libffi.call/nested_struct5.c -O2
				      execution test                                               
				      FAIL: libffi.call/nested_struct6.c -O2
				      execution test                                               
				      FAIL: libffi.call/nested_struct7.c -O2
				      execution test                                               
				      FAIL: libffi.call/nested_struct8.c -O2
				      execution test                                               
				      FAIL: libffi.call/nested_struct9.c -O2
				      execution test                                               
				      FAIL: libffi.call/problem1.c -O2
				      execution test                                                     
				      FAIL: libffi.call/closure_fn0.c -O3
				      execution test                                                  
				      FAIL: libffi.call/closure_fn1.c -O3
				      execution test                                                  
				      FAIL: libffi.call/closure_fn2.c -O3
				      execution test                                                  
				      FAIL: libffi.call/closure_fn3.c -O3
				      execution test                                                  
				      FAIL: libffi.call/closure_fn4.c -O3
				      execution test                                                  
				      FAIL: libffi.call/closure_fn5.c -O3
				      execution test                                                  
				      FAIL: libffi.call/closure_fn6.c -O3
				      execution test                                                  
				      FAIL: libffi.call/cls_12byte.c -O3
				      execution test                                                   
				      FAIL: libffi.call/cls_16byte.c -O3
				      execution test                                                   
				      FAIL: libffi.call/cls_18byte.c -O3
				      execution test                                                   
				      FAIL: libffi.call/cls_19byte.c -O3
				      execution test                                                   
				      FAIL: libffi.call/cls_1_1byte.c -O3
				      execution test                                                  
				      FAIL: libffi.call/cls_20byte.c -O3
				      execution test                                                   
				      FAIL: libffi.call/cls_20byte1.c -O3
				      execution test                                                  
				      FAIL: libffi.call/cls_24byte.c -O3
				      execution test                                                   
				      FAIL: libffi.call/cls_2byte.c -O3
				      execution test                                                    
				      FAIL: libffi.call/cls_3_1byte.c -O3
				      execution test                                                  
				      FAIL: libffi.call/cls_3byte1.c -O3
				      execution test                                                   
				      FAIL: libffi.call/cls_3byte2.c -O3
				      execution test                                                   
				      FAIL: libffi.call/cls_4_1byte.c -O3
				      execution test                                                  
				      FAIL: libffi.call/cls_4byte.c -O3
				      execution test                                                    
				      FAIL: libffi.call/cls_5_1_byte.c -O3
				      execution test                                                 
				      FAIL: libffi.call/cls_5byte.c -O3
				      execution test                                                    
				      FAIL: libffi.call/cls_64byte.c -O3
				      execution test                                                   
				      FAIL: libffi.call/cls_6_1_byte.c -O3
				      execution test                                                 
				      FAIL: libffi.call/cls_6byte.c -O3
				      execution test                                                    
				      FAIL: libffi.call/cls_7_1_byte.c -O3
				      execution test                                                 
				      FAIL: libffi.call/cls_7byte.c -O3
				      execution test                                                    
				      FAIL: libffi.call/cls_8byte.c -O3
				      execution test                                                    
				      FAIL: libffi.call/cls_9byte1.c -O3
				      execution test                                                   
				      FAIL: libffi.call/cls_9byte2.c -O3
				      execution test                                                   
				      FAIL: libffi.call/cls_align_double.c -O3
				      execution test                                             
				      FAIL: libffi.call/cls_align_float.c -O3
				      execution test                                              
				      FAIL: libffi.call/cls_align_longdouble.c
				      -O3 execution test                                         
				      FAIL: libffi.call/cls_align_pointer.c
				      -O3 execution test                                            
				      FAIL: libffi.call/cls_align_sint16.c -O3
				      execution test                                             
				      FAIL: libffi.call/cls_align_sint32.c -O3
				      execution test                                             
				      FAIL: libffi.call/cls_align_sint64.c -O3
				      execution test                                             
				      FAIL: libffi.call/cls_align_uint16.c -O3
				      execution test                                             
				      FAIL: libffi.call/cls_align_uint32.c -O3
				      execution test                                             
				      FAIL: libffi.call/cls_align_uint64.c -O3
				      execution test                                             
				      FAIL: libffi.call/cls_double.c -O3
				      execution test                                                   
				      FAIL: libffi.call/cls_float.c -O3
				      execution test                                                    
				      FAIL: libffi.call/cls_multi_schar.c -O3
				      execution test                                              
				      FAIL: libffi.call/cls_multi_sshort.c -O3
				      execution test                                             
				      FAIL: libffi.call/cls_multi_sshortchar.c
				      -O3 execution test                                         
				      FAIL: libffi.call/cls_multi_uchar.c -O3
				      execution test                                              
				      FAIL: libffi.call/cls_multi_ushort.c -O3
				      execution test                                             
				      FAIL: libffi.call/cls_multi_ushortchar.c
				      -O3 execution test                                         
				      FAIL: libffi.call/cls_schar.c -O3
				      execution test                                                    
				      FAIL: libffi.call/cls_sint.c -O3
				      execution test                                                     
				      FAIL: libffi.call/cls_sshort.c -O3
				      execution test                                                   
				      FAIL: libffi.call/cls_uchar.c -O3
				      execution test                                                    
				      FAIL: libffi.call/cls_uint.c -O3
				      execution test                                                     
				      FAIL: libffi.call/cls_ulonglong.c -O3
				      execution test                                                
				      FAIL: libffi.call/cls_ushort.c -O3
				      execution test                                                   
				      FAIL: libffi.call/nested_struct.c -O3
				      execution test                                                
				      FAIL: libffi.call/nested_struct1.c -O3
				      execution test                                               
				      FAIL: libffi.call/nested_struct10.c -O3
				      execution test                                              
				      FAIL: libffi.call/nested_struct2.c -O3
				      execution test                                               
				      FAIL: libffi.call/nested_struct3.c -O3
				      execution test                                               
				      FAIL: libffi.call/nested_struct4.c -O3
				      execution test                                               
				      FAIL: libffi.call/nested_struct5.c -O3
				      execution test                                               
				      FAIL: libffi.call/nested_struct6.c -O3
				      execution test                                               
				      FAIL: libffi.call/nested_struct7.c -O3
				      execution test                                               
				      FAIL: libffi.call/nested_struct8.c -O3
				      execution test                                               
				      FAIL: libffi.call/nested_struct9.c -O3
				      execution test                                               
				      FAIL: libffi.call/problem1.c -O3
				      execution test                                                     
				      FAIL: libffi.call/closure_fn0.c -Os
				      execution test                                                  
				      FAIL: libffi.call/closure_fn1.c -Os
				      execution test                                                  
				      FAIL: libffi.call/closure_fn2.c -Os
				      execution test                                                  
				      FAIL: libffi.call/closure_fn3.c -Os
				      execution test                                                  
				      FAIL: libffi.call/closure_fn4.c -Os
				      execution test                                                  
				      FAIL: libffi.call/closure_fn5.c -Os
				      execution test                                                  
				      FAIL: libffi.call/closure_fn6.c -Os
				      execution test                                                  
				      FAIL: libffi.call/cls_12byte.c -Os
				      execution test                                                   
				      FAIL: libffi.call/cls_16byte.c -Os
				      execution test                                                   
				      FAIL: libffi.call/cls_18byte.c -Os
				      execution test                                                   
				      FAIL: libffi.call/cls_19byte.c -Os
				      execution test                                                   
				      FAIL: libffi.call/cls_1_1byte.c -Os
				      execution test                                                  
				      FAIL: libffi.call/cls_20byte.c -Os
				      execution test                                                   
				      FAIL: libffi.call/cls_20byte1.c -Os
				      execution test                                                  
				      FAIL: libffi.call/cls_24byte.c -Os
				      execution test                                                   
				      FAIL: libffi.call/cls_2byte.c -Os
				      execution test                                                    
				      FAIL: libffi.call/cls_3_1byte.c -Os
				      execution test                                                  
				      FAIL: libffi.call/cls_3byte1.c -Os
				      execution test                                                   
				      FAIL: libffi.call/cls_3byte2.c -Os
				      execution test                                                   
				      FAIL: libffi.call/cls_4_1byte.c -Os
				      execution test                                                  
				      FAIL: libffi.call/cls_4byte.c -Os
				      execution test                                                    
				      FAIL: libffi.call/cls_5_1_byte.c -Os
				      execution test                                                 
				      FAIL: libffi.call/cls_5byte.c -Os
				      execution test                                                    
				      FAIL: libffi.call/cls_64byte.c -Os
				      execution test                                                   
				      FAIL: libffi.call/cls_6_1_byte.c -Os
				      execution test                                                 
				      FAIL: libffi.call/cls_6byte.c -Os
				      execution test                                                    
				      FAIL: libffi.call/cls_7_1_byte.c -Os
				      execution test                                                 
				      FAIL: libffi.call/cls_7byte.c -Os
				      execution test                                                    
				      FAIL: libffi.call/cls_8byte.c -Os
				      execution test                                                    
				      FAIL: libffi.call/cls_9byte1.c -Os
				      execution test                                                   
				      FAIL: libffi.call/cls_9byte2.c -Os
				      execution test                                                   
				      FAIL: libffi.call/cls_align_double.c -Os
				      execution test                                             
				      FAIL: libffi.call/cls_align_float.c -Os
				      execution test                                              
				      FAIL: libffi.call/cls_align_longdouble.c
				      -Os execution test                                         
				      FAIL: libffi.call/cls_align_pointer.c
				      -Os execution test                                            
				      FAIL: libffi.call/cls_align_sint16.c -Os
				      execution test                                             
				      FAIL: libffi.call/cls_align_sint32.c -Os
				      execution test                                             
				      FAIL: libffi.call/cls_align_sint64.c -Os
				      execution test                                             
				      FAIL: libffi.call/cls_align_uint16.c -Os
				      execution test                                             
				      FAIL: libffi.call/cls_align_uint32.c -Os
				      execution test                                             
				      FAIL: libffi.call/cls_align_uint64.c -Os
				      execution test                                             
				      FAIL: libffi.call/cls_double.c -Os
				      execution test                                                   
				      FAIL: libffi.call/cls_float.c -Os
				      execution test                                                    
				      FAIL: libffi.call/cls_multi_schar.c -Os
				      execution test                                              
				      FAIL: libffi.call/cls_multi_sshort.c -Os
				      execution test                                             
				      FAIL: libffi.call/cls_multi_sshortchar.c
				      -Os execution test                                         
				      FAIL: libffi.call/cls_multi_uchar.c -Os
				      execution test                                              
				      FAIL: libffi.call/cls_multi_ushort.c -Os
				      execution test                                             
				      FAIL: libffi.call/cls_multi_ushortchar.c
				      -Os execution test                                         
				      FAIL: libffi.call/cls_schar.c -Os
				      execution test                                                    
				      FAIL: libffi.call/cls_sint.c -Os
				      execution test                                                     
				      FAIL: libffi.call/cls_sshort.c -Os
				      execution test                                                   
				      FAIL: libffi.call/cls_uchar.c -Os
				      execution test                                                    
				      FAIL: libffi.call/cls_uint.c -Os
				      execution test                                                     
				      FAIL: libffi.call/cls_ulonglong.c -Os
				      execution test                                                
				      FAIL: libffi.call/cls_ushort.c -Os
				      execution test                                                   
				      FAIL: libffi.call/nested_struct.c -Os
				      execution test                                                
				      FAIL: libffi.call/nested_struct1.c -Os
				      execution test                                               
				      FAIL: libffi.call/nested_struct10.c -Os
				      execution test                                              
				      FAIL: libffi.call/nested_struct2.c -Os
				      execution test                                               
				      FAIL: libffi.call/nested_struct3.c -Os
				      execution test                                               
				      FAIL: libffi.call/nested_struct4.c -Os
				      execution test                                               
				      FAIL: libffi.call/nested_struct5.c -Os
				      execution test                                               
				      FAIL: libffi.call/nested_struct6.c -Os
				      execution test                                               
				      FAIL: libffi.call/nested_struct7.c -Os
				      execution test                                               
				      FAIL: libffi.call/nested_struct8.c -Os
				      execution test                                               
				      FAIL: libffi.call/nested_struct9.c -Os
				      execution test                                               
				      FAIL: libffi.call/problem1.c -Os
				      execution test                                                     
				      FAIL: libffi.call/closure_fn0.c -O2
				      -fomit-frame-pointer execution test                             
				      FAIL: libffi.call/closure_fn1.c -O2
				      -fomit-frame-pointer execution test                             
				      FAIL: libffi.call/closure_fn2.c -O2
				      -fomit-frame-pointer execution test                             
				      FAIL: libffi.call/closure_fn3.c -O2
				      -fomit-frame-pointer execution test                             
				      FAIL: libffi.call/closure_fn4.c -O2
				      -fomit-frame-pointer execution test                             
				      FAIL: libffi.call/closure_fn5.c -O2
				      -fomit-frame-pointer execution test                             
				      FAIL: libffi.call/closure_fn6.c -O2
				      -fomit-frame-pointer execution test                             
				      FAIL: libffi.call/cls_12byte.c -O2
				      -fomit-frame-pointer execution test                              
				      FAIL: libffi.call/cls_16byte.c -O2
				      -fomit-frame-pointer execution test                              
				      FAIL: libffi.call/cls_18byte.c -O2
				      -fomit-frame-pointer execution test                              
				      FAIL: libffi.call/cls_19byte.c -O2
				      -fomit-frame-pointer execution test                              
				      FAIL: libffi.call/cls_1_1byte.c -O2
				      -fomit-frame-pointer execution test                             
				      FAIL: libffi.call/cls_20byte.c -O2
				      -fomit-frame-pointer execution test                              
				      FAIL: libffi.call/cls_20byte1.c -O2
				      -fomit-frame-pointer execution test                             
				      FAIL: libffi.call/cls_24byte.c -O2
				      -fomit-frame-pointer execution test                              
				      FAIL: libffi.call/cls_2byte.c -O2
				      -fomit-frame-pointer execution test                               
				      FAIL: libffi.call/cls_3_1byte.c -O2
				      -fomit-frame-pointer execution test                             
				      FAIL: libffi.call/cls_3byte1.c -O2
				      -fomit-frame-pointer execution test                              
				      FAIL: libffi.call/cls_3byte2.c -O2
				      -fomit-frame-pointer execution test                              
				      FAIL: libffi.call/cls_4_1byte.c -O2
				      -fomit-frame-pointer execution test                             
				      FAIL: libffi.call/cls_4byte.c -O2
				      -fomit-frame-pointer execution test                               
				      FAIL: libffi.call/cls_5_1_byte.c -O2
				      -fomit-frame-pointer execution test                            
				      FAIL: libffi.call/cls_5byte.c -O2
				      -fomit-frame-pointer execution test                               
				      FAIL: libffi.call/cls_64byte.c -O2
				      -fomit-frame-pointer execution test                              
				      FAIL: libffi.call/cls_6_1_byte.c -O2
				      -fomit-frame-pointer execution test                            
				      FAIL: libffi.call/cls_6byte.c -O2
				      -fomit-frame-pointer execution test                               
				      FAIL: libffi.call/cls_7_1_byte.c -O2
				      -fomit-frame-pointer execution test                            
				      FAIL: libffi.call/cls_7byte.c -O2
				      -fomit-frame-pointer execution test                               
				      FAIL: libffi.call/cls_8byte.c -O2
				      -fomit-frame-pointer execution test                               
				      FAIL: libffi.call/cls_9byte1.c -O2
				      -fomit-frame-pointer execution test                              
				      FAIL: libffi.call/cls_9byte2.c -O2
				      -fomit-frame-pointer execution test                              
				      FAIL: libffi.call/cls_align_double.c -O2
				      -fomit-frame-pointer execution test                        
				      FAIL: libffi.call/cls_align_float.c -O2
				      -fomit-frame-pointer execution test                         
				      FAIL: libffi.call/cls_align_longdouble.c
				      -O2 -fomit-frame-pointer execution test                    
				      FAIL: libffi.call/cls_align_pointer.c
				      -O2 -fomit-frame-pointer execution test                       
				      FAIL: libffi.call/cls_align_sint16.c -O2
				      -fomit-frame-pointer execution test                        
				      FAIL: libffi.call/cls_align_sint32.c -O2
				      -fomit-frame-pointer execution test                        
				      FAIL: libffi.call/cls_align_sint64.c -O2
				      -fomit-frame-pointer execution test                        
				      FAIL: libffi.call/cls_align_uint16.c -O2
				      -fomit-frame-pointer execution test                        
				      FAIL: libffi.call/cls_align_uint32.c -O2
				      -fomit-frame-pointer execution test                        
				      FAIL: libffi.call/cls_align_uint64.c -O2
				      -fomit-frame-pointer execution test                        
				      FAIL: libffi.call/cls_double.c -O2
				      -fomit-frame-pointer execution test                              
				      FAIL: libffi.call/cls_float.c -O2
				      -fomit-frame-pointer execution test                               
				      FAIL: libffi.call/cls_multi_schar.c -O2
				      -fomit-frame-pointer execution test                         
				      FAIL: libffi.call/cls_multi_sshort.c -O2
				      -fomit-frame-pointer execution test                        
				      FAIL: libffi.call/cls_multi_sshortchar.c
				      -O2 -fomit-frame-pointer execution test                    
				      FAIL: libffi.call/cls_multi_uchar.c -O2
				      -fomit-frame-pointer execution test                         
				      FAIL: libffi.call/cls_multi_ushort.c -O2
				      -fomit-frame-pointer execution test                        
				      FAIL: libffi.call/cls_multi_ushortchar.c
				      -O2 -fomit-frame-pointer execution test                    
				      FAIL: libffi.call/cls_schar.c -O2
				      -fomit-frame-pointer execution test                               
				      FAIL: libffi.call/cls_sint.c -O2
				      -fomit-frame-pointer execution test
				      FAIL: libffi.call/cls_sshort.c -O2
				      -fomit-frame-pointer execution test
				      FAIL: libffi.call/cls_uchar.c -O2
				      -fomit-frame-pointer execution test
				      FAIL: libffi.call/cls_uint.c -O2
				      -fomit-frame-pointer execution test
				      FAIL: libffi.call/cls_ulonglong.c -O2
				      -fomit-frame-pointer execution test
				      FAIL: libffi.call/cls_ushort.c -O2
				      -fomit-frame-pointer execution test
				      FAIL: libffi.call/nested_struct.c -O2
				      -fomit-frame-pointer execution test
				      FAIL: libffi.call/nested_struct1.c -O2
				      -fomit-frame-pointer execution test
				      FAIL: libffi.call/nested_struct10.c -O2
				      -fomit-frame-pointer execution test
				      FAIL: libffi.call/nested_struct2.c -O2
				      -fomit-frame-pointer execution test
				      FAIL: libffi.call/nested_struct3.c -O2
				      -fomit-frame-pointer execution test
				      FAIL: libffi.call/nested_struct4.c -O2
				      -fomit-frame-pointer execution test
				      FAIL: libffi.call/nested_struct5.c -O2
				      -fomit-frame-pointer execution test
				      FAIL: libffi.call/nested_struct6.c -O2
				      -fomit-frame-pointer execution test
				      FAIL: libffi.call/nested_struct7.c -O2
				      -fomit-frame-pointer execution test
				      FAIL: libffi.call/nested_struct8.c -O2
				      -fomit-frame-pointer execution test
				      FAIL: libffi.call/nested_struct9.c -O2
				      -fomit-frame-pointer execution test
				      FAIL: libffi.call/problem1.c -O2
				      -fomit-frame-pointer execution test
				      Running
				      /root/libffi-3.0.9rc1/testsuite/libffi.special/special.exp
				      ...
				      FAIL: libffi.special/unwindtest.cc
				      -shared-libgcc -lstdc++ execution test
				      FAIL:
				      libffi.special/unwindtest_ffi_call.cc
				      -shared-libgcc -lstdc++ execution test
				      FAIL: libffi.special/unwindtest.cc
				      -shared-libgcc -lstdc++ execution test
				      FAIL:
				      libffi.special/unwindtest_ffi_call.cc
				      -shared-libgcc -lstdc++ execution test
				      FAIL: libffi.special/unwindtest.cc
				      -shared-libgcc -lstdc++ execution test
				      FAIL:
				      libffi.special/unwindtest_ffi_call.cc
				      -shared-libgcc -lstdc++ execution test
				      FAIL: libffi.special/unwindtest.cc
				      -shared-libgcc -lstdc++ execution test
				      FAIL:
				      libffi.special/unwindtest_ffi_call.cc
				      -shared-libgcc -lstdc++ execution test

				                      === libffi Summary ===

						      # of expected passes
						      # 693
						      # of unexpected failures
						      # 348
						      # of unsupported tests
						      # 15
						      *** Error code 1

						      Stop in
						      /root/libffi-3.0.9rc1/testsuite.
						      *** Error code 1

						      Stop in
						      /root/libffi-3.0.9rc1/testsuite.
						      *** Error code 1

						      Stop in
						      /root/libffi-3.0.9rc1.

Using built-in specs.
Target: sparc64-gentoo-freebsd7.2
Configured with:
/var/tmp/portage/sys-devel/gcc-4.2.4-r1/work/gcc-4.2.4/configure --prefix=/usr
--bindir=/usr/sparc64-gentoo-freebsd7.2/gcc-bin/4.2.4
--includedir=/usr/lib/gcc/sparc64-gentoo-freebsd7.2/4.2.4/include
--datadir=/usr/share/gcc-data/sparc64-gentoo-freebsd7.2/4.2.4
--mandir=/usr/share/gcc-data/sparc64-gentoo-freebsd7.2/4.2.4/man
--infodir=/usr/share/gcc-data/sparc64-gentoo-freebsd7.2/4.2.4/info
--with-gxx-include-dir=/usr/lib/gcc/sparc64-gentoo-freebsd7.2/4.2.4/include/g++-v4
--host=sparc64-gentoo-freebsd7.2 --build=sparc64-gentoo-freebsd7.2
--disable-altivec --enable-nls --without-included-gettext --with-system-zlib
--disable-checking --disable-werror --enable-secureplt --disable-libmudflap
--disable-libssp --disable-libgomp --disable-libgcj
--enable-languages=c,c++,treelang --enable-shared --enable-threads=posix
--enable-__cxa_atexit
Thread model: posix
gcc version 4.2.4 (Gentoo 4.2.4-r1 p1.0)

FreeBSD sparcy 6.2-RELEASE FreeBSD Gentoo 6.2-r4 #3: Sat Dec 13 15:24:59 Local
time zone must be set--see zic manual page 2008
root@sparcy:/usr/src/sys-6.2-r4/sparc64/compile/GENERIC  sparc64

Portage 2.2_rc33 (default/bsd/fbsd/sparc/7.2, gcc-4.2.4,
freebsd-lib-6.2-r4,freebsd-lib-7.2-r0, 6.2-RELEASE sparc64)
=================================================================                                                   
System uname: FreeBSD-6.2-RELEASE-sparc64-64bit-ELF                                                                 
Timestamp of tree: Mon, 05 Oct 2009 04:45:01 +0000                                                                  
distcc 3.1 sparc64-gentoo-freebsd6.2 [disabled]                                                                     
app-shells/bash:     4.0_p24                                                                                        
dev-lang/python:     2.6.2                                                                                          
sys-apps/baselayout: 2.0.1                                                                                          
sys-apps/openrc:     0.3.0-r1                                                                                       
sys-devel/autoconf:  2.13, 2.63-r1                                                                                  
sys-devel/automake:  1.10.2                                                                                         
sys-devel/binutils:  2.19.1-r1                                                                                      
sys-devel/gcc-config: 1.4.1                                                                                         
sys-devel/libtool:   2.2.6a                                                                                         
virtual/os-headers:  6.2-r4, 7.2                                                                                    
ACCEPT_KEYWORDS="sparc-fbsd ~sparc-fbsd"                                                                            
ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file
hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug
rate route share shm softvol"                                                                                                                                   
APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm
authn_default authn_file authz_dbm authz_default authz_groupfile authz_host
authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir
disk_cache env expires ext_filter file_cache filter headers include info
log_config logio mem_cache mime mime_magic negotiation rewrite setenvif
speling status unique_id userdir usertrack vhost_alias"                                                    
ARCH="sparc-fbsd"                                                                                                                                             
AUTOCLEAN="yes"                                                                                                                                               
CBUILD="sparc64-gentoo-freebsd7.2"                                                                                                                            
CFLAGS="-O2 -mcpu=ultrasparc -pipe"                                                                                                                           
CHOST="sparc64-gentoo-freebsd7.2"                                                                                                                             
CLEAN_DELAY="5"                                                                                                                                               
CLICOLOR="1"                                                                                                                                                  
COLLISION_IGNORE="/lib/modules"                                                                                                                               
CONFIG_PROTECT="/etc"                                                                                                                                         
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/gconf
/etc/gentoo-release /etc/revdep-rebuild /etc/terminfo"                                   
CVS_RSH="ssh"                                                                                                                                                 
CXXFLAGS="-O2 -mcpu=ultrasparc -pipe"                                                                                                                         
DCCC_PATH="/usr/lib/distcc/bin"                                                                                                                               
DISTCC_LOG=""                                                                                                                                                 
DISTCC_VERBOSE="0"                                                                                                                                            
DISTDIR="/mnt/distfiles"                                                                                                                                      
EDITOR="/bin/nano"                                                                                                                                            
ELIBC="FreeBSD"                                                                                                                                               
EMERGE_DEFAULT_OPTS="--with-bdeps=y --verbose --keep-going"                                                                                                   
EMERGE_WARNING_DELAY="10"                                                                                                                                     
FEATURES="buildpkg buildsyspkg chflags collision-protect distlocks fixpackages
parallel-fetch preserve-libs protect-owned sfperms strict test unmerge-orphans
userfetch userpriv"                                                                                                                                           
FETCHCOMMAND="/usr/bin/wget -t 5 -T 60 --passive-ftp -O "${DISTDIR}/${FILE}"
"${URI}""                                                                        
GCC_SPECS=""                                                                                                                                                  
GENTOO_MIRRORS="http://distfiles.gentoo.org
http://distro.ibiblio.org/pub/linux/distributions/gentoo";                                                         
HOME="/root"                                                                                                                                                  
INFOPATH="/usr/share/info:/usr/share/binutils-data/sparc64-gentoo-freebsd7.2/2.19.1/info:/usr/share/gcc-data/sparc64-gentoo-freebsd6.2/4.2.4/info:/usr/share/gcc-data/sparc64-gentoo-freebsd7.2/4.2.4/info"                                                                                                                 
INPUT_DEVICES="keyboard mouse"                                                                                                                                
KERNEL="FreeBSD"                                                                                                                                              
LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses
text"                                                                           
LDFLAGS=""                                                                                                                                                    
LESS="-R -M --shift 5"                                                                                                                                        
LESSOPEN="|lesspipe.sh %s"                                                                                                                                    
LOGNAME="root"                                                                                                                                                
MAIL="/var/mail/root"                                                                                                                                         
MAKE="gmake"                                                                                                                                                  
MAKEOPTS="-j2"                                                                                                                                                
MANPATH="/usr/local/share/man:/usr/share/man:/usr/share/binutils-data/sparc64-gentoo-freebsd7.2/2.19.1/man:/usr/share/gcc-data/sparc64-gentoo-freebsd6.2/4.2.4/man:/usr/share/gcc-data/sparc64-gentoo-freebsd7.2/4.2.4/man"                                                                                                 
NETBEANS="apisupport cnd groovy gsf harness ide identity j2ee java mobility nb
php profiler soa visualweb webcommon websvccommon xml"                         
OLDPWD="/root/libffi-3.0.9rc1"                                                                                                                                
PAGER="/usr/bin/less"                                                                                                                                         
PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/bin:/usr/sparc64-gentoo-freebsd6.2/gcc-bin/4.2.4:/usr/sparc64-gentoo-freebsd7.2/gcc-bin/4.2.4"                                                                                                                                                      
PKGDIR="/mnt/packages"                                                                                                                                        
PORTAGE_ARCHLIST="ppc x86-openbsd ppc-openbsd ppc64 x86-winnt x86-fbsd ppc-aix
alpha arm x86-freebsd s390 amd64 x86-macos x64-openbsd ia64-hpux hppa
x86-netbsd amd64-linux ia64-linux x86 sparc-solaris x64-freebsd
sparc64-solaris x86-linux x64-macos sparc m68k-mint ia64 mips ppc-macos
x86-interix hppa-hpux amd64-fbsd x64-solaris mips-irix m68k sh x86-solaris
sparc-fbsd"                                                                                                       
PORTAGE_BINHOST_CHUNKSIZE="3000"                                                                                                                              
PORTAGE_BIN_PATH="/usr/lib/portage/bin"                                                                                                                       
PORTAGE_COMPRESS_EXCLUDE_SUFFIXES="css gif htm[l]? jp[e]?g js pdf png"                                                                                        
PORTAGE_CONFIGROOT="/"                                                                                                                                        
PORTAGE_DEBUG="0"                                                                                                                                             
PORTAGE_DEPCACHEDIR="/var/cache/edb/dep"                                                                                                                      
PORTAGE_ELOG_CLASSES="warn error log"                                                                                                                         
PORTAGE_ELOG_MAILFROM="portage@localhost"                                                                                                                     
PORTAGE_ELOG_MAILSUBJECT="[portage] ebuild log for ${PACKAGE} on ${HOST}"                                                                                     
PORTAGE_ELOG_MAILURI="root"                                                                                                                                   
PORTAGE_ELOG_SYSTEM="save_summary echo"                                                                                                                       
PORTAGE_FETCH_CHECKSUM_TRY_MIRRORS="5"                                                                                                                        
PORTAGE_FETCH_RESUME_MIN_SIZE="350K"                                                                                                                          
PORTAGE_GID="250"                                                                                                                                             
PORTAGE_INST_GID="0"
PORTAGE_INST_UID="0"
PORTAGE_PYM_PATH="/usr/lib/portage/pym"
PORTAGE_RO_DISTDIRS="/mnt/portage/distfiles"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times
--compress --force --whole-file --delete --stats --timeout=180
--exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_RSYNC_RETRIES="3"
PORTAGE_TMPDIR="/var/tmp"
PORTAGE_VERBOSE="1"
PORTAGE_WORKDIR_MODE="0700"
PORTDIR="/mnt/portage"
PORTDIR_OVERLAY="/usr/local/portage"
PROFILE_ONLY_VARIABLES="ARCH ELIBC KERNEL USERLAND"
PWD="/root/libffi-3.0.9rc1/testsuite"
RESUMECOMMAND="/usr/bin/wget -c -t 5 -T 60 --passive-ftp -O
"${DISTDIR}/${FILE}" "${URI}""
ROOT="/"
ROOTPATH="/opt/bin:/usr/sparc64-gentoo-freebsd6.2/gcc-bin/4.2.4:/usr/sparc64-gentoo-freebsd7.2/gcc-bin/4.2.4"
RPMDIR="/usr/portage/rpm"
SHELL="/bin/bash"
SHLVL="1"


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]