trap invalid opcode (libffi-3.2.1 execution test error)

Hi all. I just finished building a Linux From Scratch 8.1 - System V
edition. Everything was correct. On the other hand, Beyond Linux From
Scratch 8.1 - System V edition libffi-3.2.1 run into trouble. The
pachage tests fail. I do not know how to fix it. I need your help.


make output:


MAKE x86_64-pc-linux-gnu : 0 * all-all

make[1]: Entering directory \
'/home/jamenson/libffi/x86_64-pc-linux-gnu'

make 'AR_FLAGS=' 'CC_FOR_BUILD=' 'CFLAGS=-O3 -fomit-frame-pointer \
-fstrict-aliasing -ffast-math -march=corei7-avx  -Wall \
-fexceptions' '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/sh /home/jamenson/libffi/missing makeinfo ' \
'PICFLAG=' 'PICFLAG_FOR_TARGET=' 'RUNTESTFLAGS=' 'SHELL=/bin/sh' \
'exec_prefix=/usr' 'infodir=/usr/share/info' 'libdir=/usr/lib' \
'mandir=/usr/share/man' 'prefix=/usr' 'AR=ar' 'AS=as' 'CC=gcc' \
'CXX=g++' 'LD=/usr/bin/ld' 'NM=/usr/bin/nm -B' 'RANLIB=ranlib' \
'DESTDIR=' all-recursive

make[2]: Entering directory \
'/home/jamenson/libffi/x86_64-pc-linux-gnu'

Making all in include

make[3]: Entering directory \
'/home/jamenson/libffi/x86_64-pc-linux-gnu/include'

make[3]: Nothing to be done for 'all'.

make[3]: Leaving directory \
'/home/jamenson/libffi/x86_64-pc-linux-gnu/include'

Making all in testsuite

make[3]: Entering directory \
'/home/jamenson/libffi/x86_64-pc-linux-gnu/testsuite'

make[3]: Nothing to be done for 'all'.

make[3]: Leaving directory \
'/home/jamenson/libffi/x86_64-pc-linux-gnu/testsuite'

Making all in man

make[3]: Entering directory \
'/home/jamenson/libffi/x86_64-pc-linux-gnu/man'

make[3]: Nothing to be done for 'all'.

make[3]: Leaving directory \
'/home/jamenson/libffi/x86_64-pc-linux-gnu/man'

Making all in doc

make[3]: Entering directory \
'/home/jamenson/libffi/x86_64-pc-linux-gnu/doc'

restore=: && backupdir=".am$$" && \

am__cwd=`pwd` && CDPATH="${ZSH_VERSION+.}:" && cd ../../doc && \

rm -rf $backupdir && mkdir $backupdir && \

if (/bin/sh /home/jamenson/libffi/missing makeinfo \
  --version) >/dev/null 2>&1; then \

  for f in ../../doc/libffi.info ../../doc/libffi.info-[0-9] \
  ../../doc/libffi.info-[0-9][0-9] ../../doc/libffi.i[0-9] \
 ../../doc/libffi.i[0-9][0-9]; do \

    if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \

  done; \

else :; fi && \

cd "$am__cwd"; \

if /bin/sh /home/jamenson/libffi/missing makeinfo     -I ../../doc \

 -o ../../doc/libffi.info ../../doc/libffi.texi; \

then \

  rc=0; \

  CDPATH="${ZSH_VERSION+.}:" && cd ../../doc; \

else \

  rc=$?; \

  CDPATH="${ZSH_VERSION+.}:" && cd ../../doc && \

  $restore $backupdir/* `echo "./../../doc/libffi.info" \
  | sed 's|[^/]*$||'`; \

fi; \

rm -rf $backupdir; exit $rc

make[3]: Leaving directory \
'/home/jamenson/libffi/x86_64-pc-linux-gnu/doc'

make[3]: Entering directory \
'/home/jamenson/libffi/x86_64-pc-linux-gnu'

depbase=`echo src/prep_cif.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\

/bin/sh ./libtool  --tag=CC   --mode=compile gcc \
-DHAVE_CONFIG_H -I. -I..  -I. -I../include -Iinclude -I../src   \
-O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math \
-march=corei7-avx  -Wall -fexceptions -MT src/prep_cif.lo \
-MD -MP -MF $depbase.Tpo -c -o src/prep_cif.lo ../src/prep_cif.c &&\

mv -f $depbase.Tpo $depbase.Plo

libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include \
-Iinclude -I../src -O3 -fomit-frame-pointer -fstrict-aliasing \
-ffast-math -march=corei7-avx -Wall -fexceptions -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

depbase=`echo src/types.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\

/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H \
-I. -I..  -I. -I../include -Iinclude -I../src   -O3 \
-fomit-frame-pointer -fstrict-aliasing -ffast-math -march=corei7-avx \
 -Wall -fexceptions -MT src/types.lo -MD -MP -MF $depbase.Tpo \
 -c -o src/types.lo ../src/types.c &&\

mv -f $depbase.Tpo $depbase.Plo

libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include \
-Iinclude -I../src -O3 -fomit-frame-pointer -fstrict-aliasing \
-ffast-math -march=corei7-avx -Wall -fexceptions -MT src/types.lo \
-MD -MP -MF src/.deps/types.Tpo -c ../src/types.c  -fPIC -DPIC -o \
src/.libs/types.o

depbase=`echo src/raw_api.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\

/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. \
-I..  -I. -I../include -Iinclude -I../src   -O3 -fomit-frame-pointer \
-fstrict-aliasing -ffast-math -march=corei7-avx  -Wall -fexceptions \
-MT src/raw_api.lo -MD -MP -MF $depbase.Tpo -c -o src/raw_api.lo \
../src/raw_api.c &&\

mv -f $depbase.Tpo $depbase.Plo

libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include \
-Iinclude -I../src -O3 -fomit-frame-pointer -fstrict-aliasing \
-ffast-math -march=corei7-avx -Wall -fexceptions -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

depbase=`echo src/java_raw_api.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\

/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. \
-I..  -I. -I../include -Iinclude -I../src   -O3 -fomit-frame-pointer \
-fstrict-aliasing -ffast-math -march=corei7-avx  -Wall -fexceptions \
-MT src/java_raw_api.lo -MD -MP -MF $depbase.Tpo -c \
-o src/java_raw_api.lo ../src/java_raw_api.c &&\

mv -f $depbase.Tpo $depbase.Plo

libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include \
-Iinclude -I../src -O3 -fomit-frame-pointer -fstrict-aliasing \
-ffast-math -march=corei7-avx -Wall -fexceptions \
-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

depbase=`echo src/closures.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\

/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. \
-I..  -I. -I../include -Iinclude -I../src   -O3 -fomit-frame-pointer \
-fstrict-aliasing -ffast-math -march=corei7-avx  -Wall -fexceptions \
-MT src/closures.lo -MD -MP -MF $depbase.Tpo -c -o src/closures.lo \
../src/closures.c &&\

mv -f $depbase.Tpo $depbase.Plo

libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include \
-Iinclude -I../src -O3 -fomit-frame-pointer -fstrict-aliasing \
-ffast-math -march=corei7-avx -Wall -fexceptions -MT src/closures.lo \
-MD -MP -MF src/.deps/closures.Tpo -c ../src/closures.c  -fPIC -DPIC \
-o src/.libs/closures.o

depbase=`echo src/x86/ffi64.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\

/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. \
-I..  -I. -I../include -Iinclude -I../src   -O3 -fomit-frame-pointer \
-fstrict-aliasing -ffast-math -march=corei7-avx  -Wall -fexceptions \
-MT src/x86/ffi64.lo -MD -MP -MF $depbase.Tpo -c -o src/x86/ffi64.lo \
../src/x86/ffi64.c &&\

mv -f $depbase.Tpo $depbase.Plo

libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include \
-Iinclude -I../src -O3 -fomit-frame-pointer -fstrict-aliasing \
-ffast-math -march=corei7-avx -Wall -fexceptions \
-MT src/x86/ffi64.lo -MD -MP -MF src/x86/.deps/ffi64.Tpo \
-c ../src/x86/ffi64.c  -fPIC -DPIC -o src/x86/.libs/ffi64.o

depbase=`echo src/x86/unix64.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\

/bin/sh ./libtool    --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. \
 -I. -I../include -Iinclude -I../src  -I. -I../include \
 -Iinclude -I../src  -MT src/x86/unix64.lo -MD -MP \
 -MF $depbase.Tpo -c -o src/x86/unix64.lo ../src/x86/unix64.S &&\

mv -f $depbase.Tpo $depbase.Plo

libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include \
-Iinclude -I../src -I. -I../include -Iinclude -I../src \
-MT src/x86/unix64.lo -MD -MP -MF src/x86/.deps/unix64.Tpo \
-c ../src/x86/unix64.S  -fPIC -DPIC -o src/x86/.libs/unix64.o

depbase=`echo src/x86/ffiw64.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\

/bin/sh ./libtool  --tag=CC   --mode=compile gcc \
-DHAVE_CONFIG_H -I. -I..  -I. -I../include -Iinclude -I../src   \
-O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math \
-march=corei7-avx  -Wall -fexceptions -MT src/x86/ffiw64.lo -MD \
-MP -MF $depbase.Tpo -c -o src/x86/ffiw64.lo ../src/x86/ffiw64.c &&\

mv -f $depbase.Tpo $depbase.Plo

libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include \
-Iinclude -I../src -O3 -fomit-frame-pointer -fstrict-aliasing \
-ffast-math -march=corei7-avx -Wall -fexceptions \
-MT src/x86/ffiw64.lo -MD -MP -MF src/x86/.deps/ffiw64.Tpo \
-c ../src/x86/ffiw64.c  -fPIC -DPIC -o src/x86/.libs/ffiw64.o

depbase=`echo src/x86/win64.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\

/bin/sh ./libtool    --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  \
-I. -I../include -Iinclude -I../src  -I. -I../include -Iinclude \
-I../src  -MT src/x86/win64.lo -MD -MP -MF $depbase.Tpo -c \
-o src/x86/win64.lo ../src/x86/win64.S &&\

mv -f $depbase.Tpo $depbase.Plo

libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include \
-Iinclude -I../src -I. -I../include -Iinclude -I../src \
-MT src/x86/win64.lo -MD -MP -MF src/x86/.deps/win64.Tpo \
-c ../src/x86/win64.S  -fPIC -DPIC -o src/x86/.libs/win64.o

gcc -DHAVE_CONFIG_H -I. -I..  -I. -I../include -Iinclude -I../src   \
-O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math \
-march=corei7-avx  -Wall -fexceptions -DX86_64 -E \
-x assembler-with-cpp -o libffi.map ../libffi.map.in

/bin/sh ./libtool  --tag=CC   --mode=link gcc  -O3 \
-fomit-frame-pointer -fstrict-aliasing -ffast-math -march=corei7-avx \
-Wall -fexceptions   -o libffi_convenience.la  src/prep_cif.lo \
src/types.lo src/raw_api.lo src/java_raw_api.lo src/closures.lo \
src/x86/ffi64.lo src/x86/unix64.lo src/x86/ffiw64.lo src/x86/win64.lo

libtool: link: ar cru .libs/libffi_convenience.a \
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/x86/.libs/ffi64.o \
src/x86/.libs/unix64.o src/x86/.libs/ffiw64.o src/x86/.libs/win64.o

libtool: link: ranlib .libs/libffi_convenience.a

libtool: link: ( cd ".libs" && rm -f \
"libffi_convenience.la" && ln -s "../libffi_convenience.la" \
"libffi_convenience.la" )

/bin/sh ./libtool  --tag=CC   --mode=link gcc  \
-O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math \
-march=corei7-avx  -Wall -fexceptions -no-undefined \
-version-info `grep -v '^#' ../libtool-version` \
-Wl,--version-script,libffi.map    -o libffi.la \
-rpath /usr/lib/../lib src/prep_cif.lo src/types.lo \
src/raw_api.lo src/java_raw_api.lo src/closures.lo  \
src/x86/ffi64.lo src/x86/unix64.lo src/x86/ffiw64.lo src/x86/win64.lo

libtool: link: gcc -shared  -fPIC -DPIC  \
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/x86/.libs/ffi64.o src/x86/.libs/unix64.o \
src/x86/.libs/ffiw64.o src/x86/.libs/win64.o \
   -O3 -march=corei7-avx -Wl,--version-script \
   -Wl,libffi.map   -Wl,-soname -Wl,libffi.so.7 -o \
  .libs/libffi.so.7.1.0

libtool: link: (cd ".libs" && rm -f "libffi.so.7" && \
ln -s "libffi.so.7.1.0" "libffi.so.7")

libtool: link: (cd ".libs" && rm -f "libffi.so" && \
ln -s "libffi.so.7.1.0" "libffi.so")

libtool: link: ( cd ".libs" && rm -f "libffi.la" && \
ln -s "../libffi.la" "libffi.la" )

make[3]: Leaving directory \
'/home/jamenson/libffi/x86_64-pc-linux-gnu'

make[2]: Leaving directory \
'/home/jamenson/libffi/x86_64-pc-linux-gnu'

make[1]: Leaving directory \
'/home/jamenson/libffi/x86_64-pc-linux-gnu'


= = = = = = = = = =
= = = = = = = = = =


make check output:


MAKE x86_64-unknown-linux-gnu : 0 * check

make[1]: Entering directory \
'/home/jamenson/libffi-3.2.1/x86_64-unknown-linux-gnu'

Making check in include

make[2]: Entering directory \
'/home/jamenson/libffi-3.2.1/x86_64-unknown-linux-gnu/include'

make[2]: Nothing to be done for 'check'.

make[2]: Leaving directory \
'/home/jamenson/libffi-3.2.1/x86_64-unknown-linux-gnu/include'

Making check in testsuite

make[2]: Entering directory \
'/home/jamenson/libffi-3.2.1/x86_64-unknown-linux-gnu/testsuite'

make check-DEJAGNU

make[3]: Entering directory \
'/home/jamenson/libffi-3.2.1/x86_64-unknown-linux-gnu/testsuite'

Making a new site.exp file ...

srcdir='../../testsuite'; export srcdir; \

EXPECT=expect; export EXPECT; \

if /bin/sh -c "runtest --version" > /dev/null 2>&1; then \

  exit_status=0; l='libffi'; for tool in $l; do \

    if runtest --tool $tool --srcdir $srcdir ; \

    then :; else exit_status=1; fi; \

  done; \

else echo "WARNING: could not find 'runtest'" 1>&2; :;\

fi; \

exit $exit_status

WARNING: Couldn't find the global config file.

Test run by jamenson on Thu Dec 28 00:57:16 2017

Native configuration is x86_64-unknown-linux-gnu



=== 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 ../../testsuite/config/default.exp as tool-and-target-specific \
interface file.

Running ../../testsuite/libffi.call/call.exp ...

FAIL: libffi.call/closure_fn0.c -W -Wall -Wno-psabi -O0 execution test

FAIL: libffi.call/closure_fn0.c -W -Wall -Wno-psabi -O2 execution test

FAIL: libffi.call/closure_fn0.c -W -Wall -Wno-psabi -O3 execution test

FAIL: libffi.call/closure_fn0.c -W -Wall -Wno-psabi -Os execution test

FAIL: libffi.call/closure_fn0.c -W -Wall -Wno-psabi -O2 \
-fomit-frame-pointer execution test

FAIL: libffi.call/closure_fn1.c -W -Wall -Wno-psabi -O0 execution test

FAIL: libffi.call/closure_fn1.c -W -Wall -Wno-psabi -O2 execution test

FAIL: libffi.call/closure_fn1.c -W -Wall -Wno-psabi -O3 execution test

FAIL: libffi.call/closure_fn1.c -W -Wall -Wno-psabi -Os execution test

FAIL: libffi.call/closure_fn1.c -W -Wall -Wno-psabi -O2 \
-fomit-frame-pointer execution test

FAIL: libffi.call/closure_fn2.c -W -Wall -Wno-psabi -O0 execution test

FAIL: libffi.call/closure_fn2.c -W -Wall -Wno-psabi -O2 execution test

FAIL: libffi.call/closure_fn2.c -W -Wall -Wno-psabi -O3 execution test

FAIL: libffi.call/closure_fn2.c -W -Wall -Wno-psabi -Os execution test

FAIL: libffi.call/closure_fn2.c -W -Wall -Wno-psabi -O2 \
-fomit-frame-pointer execution test

FAIL: libffi.call/closure_fn3.c -W -Wall -Wno-psabi -O0 execution test

FAIL: libffi.call/closure_fn3.c -W -Wall -Wno-psabi -O2 execution test

FAIL: libffi.call/closure_fn3.c -W -Wall -Wno-psabi -O3 execution test

FAIL: libffi.call/closure_fn3.c -W -Wall -Wno-psabi -Os execution test

FAIL: libffi.call/closure_fn3.c -W -Wall -Wno-psabi -O2 \
-fomit-frame-pointer execution test

FAIL: libffi.call/closure_fn4.c -W -Wall -Wno-psabi -O0 execution test

FAIL: libffi.call/closure_fn4.c -W -Wall -Wno-psabi -O2 execution test

FAIL: libffi.call/closure_fn4.c -W -Wall -Wno-psabi -O3 execution test

FAIL: libffi.call/closure_fn4.c -W -Wall -Wno-psabi -Os execution test

FAIL: libffi.call/closure_fn4.c -W -Wall -Wno-psabi -O2 \
-fomit-frame-pointer execution test

FAIL: libffi.call/closure_fn5.c -W -Wall -Wno-psabi -O0 execution test

FAIL: libffi.call/closure_fn5.c -W -Wall -Wno-psabi -O2 execution test

FAIL: libffi.call/closure_fn5.c -W -Wall -Wno-psabi -O3 execution test

FAIL: libffi.call/closure_fn5.c -W -Wall -Wno-psabi -Os execution test

FAIL: libffi.call/closure_fn5.c -W -Wall -Wno-psabi -O2 \
-fomit-frame-pointer execution test

FAIL: libffi.call/closure_fn6.c -W -Wall -Wno-psabi -O0 execution test

FAIL: libffi.call/closure_fn6.c -W -Wall -Wno-psabi -O2 execution test

FAIL: libffi.call/closure_fn6.c -W -Wall -Wno-psabi -O3 execution test

FAIL: libffi.call/closure_fn6.c -W -Wall -Wno-psabi -Os execution test

FAIL: libffi.call/closure_fn6.c -W -Wall -Wno-psabi -O2 \
-fomit-frame-pointer execution test

FAIL: libffi.call/closure_loc_fn0.c -W -Wall -Wno-psabi -O0 \
execution test

FAIL: libffi.call/closure_loc_fn0.c -W -Wall -Wno-psabi -O2 \
execution test

FAIL: libffi.call/closure_loc_fn0.c -W -Wall -Wno-psabi -O3 \
execution test

FAIL: libffi.call/closure_loc_fn0.c -W -Wall -Wno-psabi -Os \
execution test

FAIL: libffi.call/closure_loc_fn0.c -W -Wall -Wno-psabi -O2 \
-fomit-frame-pointer execution test

FAIL: libffi.call/closure_simple.c -W -Wall -Wno-psabi -O0 \
execution test

FAIL: libffi.call/closure_simple.c -W -Wall -Wno-psabi -O2 \
execution test

FAIL: libffi.call/closure_simple.c -W -Wall -Wno-psabi -O3 \
execution test

FAIL: libffi.call/closure_simple.c -W -Wall -Wno-psabi -Os \
execution test

FAIL: libffi.call/closure_simple.c -W -Wall -Wno-psabi -O2 \
-fomit-frame-pointer execution test

FAIL: libffi.call/cls_12byte.c -W -Wall -Wno-psabi -O0 execution test

FAIL: libffi.call/cls_12byte.c -W -Wall -Wno-psabi -O2 execution test

FAIL: libffi.call/cls_12byte.c -W -Wall -Wno-psabi -O3 execution test

FAIL: libffi.call/cls_12byte.c -W -Wall -Wno-psabi -Os execution test

FAIL: libffi.call/cls_12byte.c -W -Wall -Wno-psabi -O2 \
-fomit-frame-pointer execution test

FAIL: libffi.call/cls_16byte.c -W -Wall -Wno-psabi -O0 execution test

FAIL: libffi.call/cls_16byte.c -W -Wall -Wno-psabi -O2 execution test

FAIL: libffi.call/cls_16byte.c -W -Wall -Wno-psabi -O3 execution test

FAIL: libffi.call/cls_16byte.c -W -Wall -Wno-psabi -Os execution test

FAIL: libffi.call/cls_16byte.c -W -Wall -Wno-psabi -O2 \
-fomit-frame-pointer execution test

FAIL: libffi.call/cls_18byte.c -W -Wall -Wno-psabi -O0 execution test

FAIL: libffi.call/cls_18byte.c -W -Wall -Wno-psabi -O2 execution test

FAIL: libffi.call/cls_18byte.c -W -Wall -Wno-psabi -O3 execution test

FAIL: libffi.call/cls_18byte.c -W -Wall -Wno-psabi -Os execution test

FAIL: libffi.call/cls_18byte.c -W -Wall -Wno-psabi -O2 \
-fomit-frame-pointer execution test

FAIL: libffi.call/cls_19byte.c -W -Wall -Wno-psabi -O0 execution test

FAIL: libffi.call/cls_19byte.c -W -Wall -Wno-psabi -O2 execution test

FAIL: libffi.call/cls_19byte.c -W -Wall -Wno-psabi -O3 execution test

FAIL: libffi.call/cls_19byte.c -W -Wall -Wno-psabi -Os execution test

FAIL: libffi.call/cls_19byte.c -W -Wall -Wno-psabi -O2 \
-fomit-frame-pointer execution test

FAIL: libffi.call/cls_1_1byte.c -W -Wall -Wno-psabi -O0 execution test

FAIL: libffi.call/cls_1_1byte.c -W -Wall -Wno-psabi -O2 execution test

FAIL: libffi.call/cls_1_1byte.c -W -Wall -Wno-psabi -O3 execution test

FAIL: libffi.call/cls_1_1byte.c -W -Wall -Wno-psabi -Os execution test

FAIL: libffi.call/cls_1_1byte.c -W -Wall -Wno-psabi -O2 \
-fomit-frame-pointer execution test

FAIL: libffi.call/cls_20byte.c -W -Wall -Wno-psabi -O0 execution test

FAIL: libffi.call/cls_20byte.c -W -Wall -Wno-psabi -O2 execution test

FAIL: libffi.call/cls_20byte.c -W -Wall -Wno-psabi -O3 execution test

FAIL: libffi.call/cls_20byte.c -W -Wall -Wno-psabi -Os execution test

FAIL: libffi.call/cls_20byte.c -W -Wall -Wno-psabi -O2 \
-fomit-frame-pointer execution test

FAIL: libffi.call/cls_20byte1.c -W -Wall -Wno-psabi -O0 execution test

FAIL: libffi.call/cls_20byte1.c -W -Wall -Wno-psabi -O2 execution test

FAIL: libffi.call/cls_20byte1.c -W -Wall -Wno-psabi -O3 execution test

FAIL: libffi.call/cls_20byte1.c -W -Wall -Wno-psabi -Os execution test

FAIL: libffi.call/cls_20byte1.c -W -Wall -Wno-psabi -O2 \
-fomit-frame-pointer execution test

FAIL: libffi.call/cls_24byte.c -W -Wall -Wno-psabi -O0 execution test

FAIL: libffi.call/cls_24byte.c -W -Wall -Wno-psabi -O2 execution test

FAIL: libffi.call/cls_24byte.c -W -Wall -Wno-psabi -O3 execution test

FAIL: libffi.call/cls_24byte.c -W -Wall -Wno-psabi -Os execution test

FAIL: libffi.call/cls_24byte.c -W -Wall -Wno-psabi -O2 \
-fomit-frame-pointer execution test

FAIL: libffi.call/cls_2byte.c -W -Wall -Wno-psabi -O0 execution test

FAIL: libffi.call/cls_2byte.c -W -Wall -Wno-psabi -O2 execution test

FAIL: libffi.call/cls_2byte.c -W -Wall -Wno-psabi -O3 execution test

FAIL: libffi.call/cls_2byte.c -W -Wall -Wno-psabi -Os execution test

FAIL: libffi.call/cls_2byte.c -W -Wall -Wno-psabi -O2 \
-fomit-frame-pointer execution test

FAIL: libffi.call/cls_3_1byte.c -W -Wall -Wno-psabi -O0 execution test

FAIL: libffi.call/cls_3_1byte.c -W -Wall -Wno-psabi -O2 execution test

FAIL: libffi.call/cls_3_1byte.c -W -Wall -Wno-psabi -O3 execution test

FAIL: libffi.call/cls_3_1byte.c -W -Wall -Wno-psabi -Os execution test

FAIL: libffi.call/cls_3_1byte.c -W -Wall -Wno-psabi -O2 \
-fomit-frame-pointer execution test

FAIL: libffi.call/cls_3byte1.c -W -Wall -Wno-psabi -O0 execution test

FAIL: libffi.call/cls_3byte1.c -W -Wall -Wno-psabi -O2 execution test

FAIL: libffi.call/cls_3byte1.c -W -Wall -Wno-psabi -O3 execution test

FAIL: libffi.call/cls_3byte1.c -W -Wall -Wno-psabi -Os execution test

FAIL: libffi.call/cls_3byte1.c -W -Wall -Wno-psabi -O2 \
-fomit-frame-pointer execution test

FAIL: libffi.call/cls_3byte2.c -W -Wall -Wno-psabi -O0 execution test

FAIL: libffi.call/cls_3byte2.c -W -Wall -Wno-psabi -O2 execution test

FAIL: libffi.call/cls_3byte2.c -W -Wall -Wno-psabi -O3 execution test

FAIL: libffi.call/cls_3byte2.c -W -Wall -Wno-psabi -Os execution test

FAIL: libffi.call/cls_3byte2.c -W -Wall -Wno-psabi -O2 \
-fomit-frame-pointer execution test

FAIL: libffi.call/cls_4_1byte.c -W -Wall -Wno-psabi -O0 execution test

FAIL: libffi.call/cls_4_1byte.c -W -Wall -Wno-psabi -O2 execution test

FAIL: libffi.call/cls_4_1byte.c -W -Wall -Wno-psabi -O3 execution test

FAIL: libffi.call/cls_4_1byte.c -W -Wall -Wno-psabi -Os execution test

FAIL: libffi.call/cls_4_1byte.c -W -Wall -Wno-psabi -O2 \
-fomit-frame-pointer execution test

FAIL: libffi.call/cls_4byte.c -W -Wall -Wno-psabi -O0 execution test

FAIL: libffi.call/cls_4byte.c -W -Wall -Wno-psabi -O2 execution test

FAIL: libffi.call/cls_4byte.c -W -Wall -Wno-psabi -O3 execution test

FAIL: libffi.call/cls_4byte.c -W -Wall -Wno-psabi -Os execution test

FAIL: libffi.call/cls_4byte.c -W -Wall -Wno-psabi -O2 \
-fomit-frame-pointer execution test

FAIL: libffi.call/cls_5_1_byte.c -W -Wall -Wno-psabi -O0 execution \
test

FAIL: libffi.call/cls_5_1_byte.c -W -Wall -Wno-psabi -O2 execution \
test

FAIL: libffi.call/cls_5_1_byte.c -W -Wall -Wno-psabi -O3 execution \
test

FAIL: libffi.call/cls_5_1_byte.c -W -Wall -Wno-psabi -Os execution \
test

FAIL: libffi.call/cls_5_1_byte.c -W -Wall -Wno-psabi -O2 \
-fomit-frame-pointer execution test

FAIL: libffi.call/cls_5byte.c -W -Wall -Wno-psabi -O0 execution test

FAIL: libffi.call/cls_5byte.c -W -Wall -Wno-psabi -O2 execution test

FAIL: libffi.call/cls_5byte.c -W -Wall -Wno-psabi -O3 execution test

FAIL: libffi.call/cls_5byte.c -W -Wall -Wno-psabi -Os execution test

FAIL: libffi.call/cls_5byte.c -W -Wall -Wno-psabi -O2 \
-fomit-frame-pointer execution test

FAIL: libffi.call/cls_64byte.c -W -Wall -Wno-psabi -O0 execution test

FAIL: libffi.call/cls_64byte.c -W -Wall -Wno-psabi -O2 execution test

FAIL: libffi.call/cls_64byte.c -W -Wall -Wno-psabi -O3 execution test

FAIL: libffi.call/cls_64byte.c -W -Wall -Wno-psabi -Os execution test

FAIL: libffi.call/cls_64byte.c -W -Wall -Wno-psabi -O2 \
-fomit-frame-pointer execution test

FAIL: libffi.call/cls_6_1_byte.c -W -Wall -Wno-psabi -O0 execution \
test

FAIL: libffi.call/cls_6_1_byte.c -W -Wall -Wno-psabi -O2 execution \
test

FAIL: libffi.call/cls_6_1_byte.c -W -Wall -Wno-psabi -O3 execution \
test

FAIL: libffi.call/cls_6_1_byte.c -W -Wall -Wno-psabi -Os execution \
test

FAIL: libffi.call/cls_6_1_byte.c -W -Wall -Wno-psabi -O2 \
-fomit-frame-pointer execution test

FAIL: libffi.call/cls_6byte.c -W -Wall -Wno-psabi -O0 execution test

FAIL: libffi.call/cls_6byte.c -W -Wall -Wno-psabi -O2 execution test

FAIL: libffi.call/cls_6byte.c -W -Wall -Wno-psabi -O3 execution test

FAIL: libffi.call/cls_6byte.c -W -Wall -Wno-psabi -Os execution test

FAIL: libffi.call/cls_6byte.c -W -Wall -Wno-psabi -O2 \
-fomit-frame-pointer execution test

FAIL: libffi.call/cls_7_1_byte.c -W -Wall -Wno-psabi -O0 execution \
test

FAIL: libffi.call/cls_7_1_byte.c -W -Wall -Wno-psabi -O2 execution \
test

FAIL: libffi.call/cls_7_1_byte.c -W -Wall -Wno-psabi -O3 execution \
test

FAIL: libffi.call/cls_7_1_byte.c -W -Wall -Wno-psabi -Os execution \
test

FAIL: libffi.call/cls_7_1_byte.c -W -Wall -Wno-psabi -O2 \
-fomit-frame-pointer execution test

FAIL: libffi.call/cls_7byte.c -W -Wall -Wno-psabi -O0 execution test

FAIL: libffi.call/cls_7byte.c -W -Wall -Wno-psabi -O2 execution test

FAIL: libffi.call/cls_7byte.c -W -Wall -Wno-psabi -O3 execution test

FAIL: libffi.call/cls_7byte.c -W -Wall -Wno-psabi -Os execution test

FAIL: libffi.call/cls_7byte.c -W -Wall -Wno-psabi -O2 \
-fomit-frame-pointer execution test

FAIL: libffi.call/cls_8byte.c -W -Wall -Wno-psabi -O0 execution test

FAIL: libffi.call/cls_8byte.c -W -Wall -Wno-psabi -O2 execution test

FAIL: libffi.call/cls_8byte.c -W -Wall -Wno-psabi -O3 execution test

FAIL: libffi.call/cls_8byte.c -W -Wall -Wno-psabi -Os execution test

FAIL: libffi.call/cls_8byte.c -W -Wall -Wno-psabi -O2 \
-fomit-frame-pointer execution test

FAIL: libffi.call/cls_9byte1.c -W -Wall -Wno-psabi -O0 execution test

FAIL: libffi.call/cls_9byte1.c -W -Wall -Wno-psabi -O2 execution test

FAIL: libffi.call/cls_9byte1.c -W -Wall -Wno-psabi -O3 execution test

FAIL: libffi.call/cls_9byte1.c -W -Wall -Wno-psabi -Os execution test

FAIL: libffi.call/cls_9byte1.c -W -Wall -Wno-psabi -O2 \
-fomit-frame-pointer execution test

FAIL: libffi.call/cls_9byte2.c -W -Wall -Wno-psabi -O0 execution test

FAIL: libffi.call/cls_9byte2.c -W -Wall -Wno-psabi -O2 execution test

FAIL: libffi.call/cls_9byte2.c -W -Wall -Wno-psabi -O3 execution test

FAIL: libffi.call/cls_9byte2.c -W -Wall -Wno-psabi -Os execution test

FAIL: libffi.call/cls_9byte2.c -W -Wall -Wno-psabi -O2 \
-fomit-frame-pointer execution test

FAIL: libffi.call/cls_align_double.c -W -Wall -Wno-psabi -O0 \
execution test

FAIL: libffi.call/cls_align_double.c -W -Wall -Wno-psabi -O2 \
execution test

FAIL: libffi.call/cls_align_double.c -W -Wall -Wno-psabi -O3 \
execution test

FAIL: libffi.call/cls_align_double.c -W -Wall -Wno-psabi -Os \
execution test

FAIL: libffi.call/cls_align_double.c -W -Wall -Wno-psabi -O2 \
-fomit-frame-pointer execution test

FAIL: libffi.call/cls_align_float.c -W -Wall -Wno-psabi -O0 \
execution test

FAIL: libffi.call/cls_align_float.c -W -Wall -Wno-psabi -O2 \
execution test

FAIL: libffi.call/cls_align_float.c -W -Wall -Wno-psabi -O3 \
execution test

FAIL: libffi.call/cls_align_float.c -W -Wall -Wno-psabi -Os \
execution test

FAIL: libffi.call/cls_align_float.c -W -Wall -Wno-psabi -O2 \
-fomit-frame-pointer execution test

FAIL: libffi.call/cls_align_longdouble.c -W -Wall -Wno-psabi -O0 \
execution test

FAIL: libffi.call/cls_align_longdouble.c -W -Wall -Wno-psabi -O2 \
execution test

FAIL: libffi.call/cls_align_longdouble.c -W -Wall -Wno-psabi -O3 \
execution test

FAIL: libffi.call/cls_align_longdouble.c -W -Wall -Wno-psabi -Os \
execution test

FAIL: libffi.call/cls_align_longdouble.c -W -Wall -Wno-psabi -O2 \
-fomit-frame-pointer execution test

FAIL: libffi.call/cls_align_longdouble_split.c -W -Wall -Wno-psabi \
-O0 execution test

FAIL: libffi.call/cls_align_longdouble_split.c -W -Wall -Wno-psabi \
-O2 execution test

FAIL: libffi.call/cls_align_longdouble_split.c -W -Wall -Wno-psabi \
-O3 execution test

FAIL: libffi.call/cls_align_longdouble_split.c -W -Wall -Wno-psabi \
-Os execution test

FAIL: libffi.call/cls_align_longdouble_split.c -W -Wall -Wno-psabi \
-O2 -fomit-frame-pointer execution test

FAIL: libffi.call/cls_align_longdouble_split2.c -W -Wall -Wno-psabi \
-O0 execution test

FAIL: libffi.call/cls_align_longdouble_split2.c -W -Wall -Wno-psabi \
-O2 execution test

FAIL: libffi.call/cls_align_longdouble_split2.c -W -Wall -Wno-psabi \
-O3 execution test

FAIL: libffi.call/cls_align_longdouble_split2.c -W -Wall -Wno-psabi \
-Os execution test

FAIL: libffi.call/cls_align_longdouble_split2.c -W -Wall -Wno-psabi \
-O2 -fomit-frame-pointer execution test

FAIL: libffi.call/cls_align_pointer.c -W -Wall -Wno-psabi -O0 \
execution test

FAIL: libffi.call/cls_align_pointer.c -W -Wall -Wno-psabi -O2 \
execution test

FAIL: libffi.call/cls_align_pointer.c -W -Wall -Wno-psabi -O3 \
execution test

FAIL: libffi.call/cls_align_pointer.c -W -Wall -Wno-psabi -Os \
execution test

FAIL: libffi.call/cls_align_pointer.c -W -Wall -Wno-psabi -O2 \
-fomit-frame-pointer execution test

FAIL: libffi.call/cls_align_sint16.c -W -Wall -Wno-psabi -O0 \
execution test

FAIL: libffi.call/cls_align_sint16.c -W -Wall -Wno-psabi -O2 \
execution test

FAIL: libffi.call/cls_align_sint16.c -W -Wall -Wno-psabi -O3 \
execution test

FAIL: libffi.call/cls_align_sint16.c -W -Wall -Wno-psabi -Os \
execution test

FAIL: libffi.call/cls_align_sint16.c -W -Wall -Wno-psabi -O2 \
-fomit-frame-pointer execution test

FAIL: libffi.call/cls_align_sint32.c -W -Wall -Wno-psabi -O0 \
execution test

FAIL: libffi.call/cls_align_sint32.c -W -Wall -Wno-psabi -O2 \
execution test

FAIL: libffi.call/cls_align_sint32.c -W -Wall -Wno-psabi -O3 \
execution test

FAIL: libffi.call/cls_align_sint32.c -W -Wall -Wno-psabi -Os \
execution test

FAIL: libffi.call/cls_align_sint32.c -W -Wall -Wno-psabi -O2 \
-fomit-frame-pointer execution test

FAIL: libffi.call/cls_align_sint64.c -W -Wall -Wno-psabi -O0 \
execution test

FAIL: libffi.call/cls_align_sint64.c -W -Wall -Wno-psabi -O2 \
execution test

FAIL: libffi.call/cls_align_sint64.c -W -Wall -Wno-psabi -O3 \
execution test

FAIL: libffi.call/cls_align_sint64.c -W -Wall -Wno-psabi -Os \
execution test

FAIL: libffi.call/cls_align_sint64.c -W -Wall -Wno-psabi -O2 \
-fomit-frame-pointer execution test

FAIL: libffi.call/cls_align_uint16.c -W -Wall -Wno-psabi -O0 \
execution test

FAIL: libffi.call/cls_align_uint16.c -W -Wall -Wno-psabi -O2 \
execution test

FAIL: libffi.call/cls_align_uint16.c -W -Wall -Wno-psabi -O3 \
execution test

FAIL: libffi.call/cls_align_uint16.c -W -Wall -Wno-psabi -Os \
execution test

FAIL: libffi.call/cls_align_uint16.c -W -Wall -Wno-psabi -O2 \
-fomit-frame-pointer execution test

FAIL: libffi.call/cls_align_uint32.c -W -Wall -Wno-psabi -O0 \
execution test

FAIL: libffi.call/cls_align_uint32.c -W -Wall -Wno-psabi -O2 \
execution test

FAIL: libffi.call/cls_align_uint32.c -W -Wall -Wno-psabi -O3 \
execution test

FAIL: libffi.call/cls_align_uint32.c -W -Wall -Wno-psabi -Os \
execution test

FAIL: libffi.call/cls_align_uint32.c -W -Wall -Wno-psabi -O2 \
-fomit-frame-pointer execution test

FAIL: libffi.call/cls_align_uint64.c -W -Wall -Wno-psabi -O0 \
execution test

FAIL: libffi.call/cls_align_uint64.c -W -Wall -Wno-psabi -O2 \
execution test

FAIL: libffi.call/cls_align_uint64.c -W -Wall -Wno-psabi -O3 \
execution test

FAIL: libffi.call/cls_align_uint64.c -W -Wall -Wno-psabi -Os \
execution test

FAIL: libffi.call/cls_align_uint64.c -W -Wall -Wno-psabi -O2 \
-fomit-frame-pointer execution test

FAIL: libffi.call/cls_dbls_struct.c -W -Wall -Wno-psabi -O0 \
execution test

FAIL: libffi.call/cls_dbls_struct.c -W -Wall -Wno-psabi -O2 \
execution test

FAIL: libffi.call/cls_dbls_struct.c -W -Wall -Wno-psabi -O3 \
execution test

FAIL: libffi.call/cls_dbls_struct.c -W -Wall -Wno-psabi -Os \
execution test

FAIL: libffi.call/cls_dbls_struct.c -W -Wall -Wno-psabi -O2 \
-fomit-frame-pointer execution test

FAIL: libffi.call/cls_double.c -W -Wall -Wno-psabi -O0 execution test

FAIL: libffi.call/cls_double.c -W -Wall -Wno-psabi -O2 execution test

FAIL: libffi.call/cls_double.c -W -Wall -Wno-psabi -O3 execution test

FAIL: libffi.call/cls_double.c -W -Wall -Wno-psabi -Os execution test

FAIL: libffi.call/cls_double.c -W -Wall -Wno-psabi -O2 \
-fomit-frame-pointer execution test

FAIL: libffi.call/cls_double_va.c -W -Wall -Wno-psabi -O0 \
execution test

FAIL: libffi.call/cls_double_va.c -W -Wall -Wno-psabi -O2 \
execution test

FAIL: libffi.call/cls_double_va.c -W -Wall -Wno-psabi -O3 \
execution test

FAIL: libffi.call/cls_double_va.c -W -Wall -Wno-psabi -Os \
execution test

FAIL: libffi.call/cls_double_va.c -W -Wall -Wno-psabi -O2 \
-fomit-frame-pointer execution test

FAIL: libffi.call/cls_float.c -W -Wall -Wno-psabi -O0 execution test

FAIL: libffi.call/cls_float.c -W -Wall -Wno-psabi -O2 execution test

FAIL: libffi.call/cls_float.c -W -Wall -Wno-psabi -O3 execution test

FAIL: libffi.call/cls_float.c -W -Wall -Wno-psabi -Os execution test

FAIL: libffi.call/cls_float.c -W -Wall -Wno-psabi -O2 \
-fomit-frame-pointer execution test

FAIL: libffi.call/cls_longdouble.c -W -Wall -Wno-psabi \
-O0 execution test

FAIL: libffi.call/cls_longdouble.c -W -Wall -Wno-psabi \
-O2 execution test

FAIL: libffi.call/cls_longdouble.c -W -Wall -Wno-psabi \
-O3 execution test

FAIL: libffi.call/cls_longdouble.c -W -Wall -Wno-psabi \
-Os execution test

FAIL: libffi.call/cls_longdouble.c -W -Wall -Wno-psabi -O2 \
-fomit-frame-pointer execution test

FAIL: libffi.call/cls_longdouble_va.c -W -Wall -Wno-psabi -O0 \
execution test

FAIL: libffi.call/cls_longdouble_va.c -W -Wall -Wno-psabi -O2 \
execution test

FAIL: libffi.call/cls_longdouble_va.c -W -Wall -Wno-psabi -O3 \
execution test

FAIL: libffi.call/cls_longdouble_va.c -W -Wall -Wno-psabi -Os \
execution test

FAIL: libffi.call/cls_longdouble_va.c -W -Wall -Wno-psabi -O2 \
-fomit-frame-pointer execution test

FAIL: libffi.call/cls_multi_schar.c -W -Wall -Wno-psabi -O0 \
execution test

FAIL: libffi.call/cls_multi_schar.c -W -Wall -Wno-psabi -O2 \
execution test

FAIL: libffi.call/cls_multi_schar.c -W -Wall -Wno-psabi -O3 \
execution test

FAIL: libffi.call/cls_multi_schar.c -W -Wall -Wno-psabi -Os \
execution test

FAIL: libffi.call/cls_multi_schar.c -W -Wall -Wno-psabi -O2 \
-fomit-frame-pointer execution test

FAIL: libffi.call/cls_multi_sshort.c -W -Wall -Wno-psabi -O0 \
execution test

FAIL: libffi.call/cls_multi_sshort.c -W -Wall -Wno-psabi -O2 \
execution test

FAIL: libffi.call/cls_multi_sshort.c -W -Wall -Wno-psabi -O3 \
execution test

FAIL: libffi.call/cls_multi_sshort.c -W -Wall -Wno-psabi -Os \
execution test

FAIL: libffi.call/cls_multi_sshort.c -W -Wall -Wno-psabi -O2 \
-fomit-frame-pointer execution test

FAIL: libffi.call/cls_multi_sshortchar.c -W -Wall -Wno-psabi -O0 \
execution test

FAIL: libffi.call/cls_multi_sshortchar.c -W -Wall -Wno-psabi -O2 \
execution test

FAIL: libffi.call/cls_multi_sshortchar.c -W -Wall -Wno-psabi -O3 \
execution test

FAIL: libffi.call/cls_multi_sshortchar.c -W -Wall -Wno-psabi -Os \
execution test

FAIL: libffi.call/cls_multi_sshortchar.c -W -Wall -Wno-psabi -O2 \
-fomit-frame-pointer execution test

FAIL: libffi.call/cls_multi_uchar.c -W -Wall -Wno-psabi -O0 \
execution test

FAIL: libffi.call/cls_multi_uchar.c -W -Wall -Wno-psabi -O2 \
execution test

FAIL: libffi.call/cls_multi_uchar.c -W -Wall -Wno-psabi -O3 \
execution test

FAIL: libffi.call/cls_multi_uchar.c -W -Wall -Wno-psabi -Os \
execution test

FAIL: libffi.call/cls_multi_uchar.c -W -Wall -Wno-psabi -O2 \
-fomit-frame-pointer execution test

FAIL: libffi.call/cls_multi_ushort.c -W -Wall -Wno-psabi -O0 \
execution test

FAIL: libffi.call/cls_multi_ushort.c -W -Wall -Wno-psabi -O2 \
execution test

FAIL: libffi.call/cls_multi_ushort.c -W -Wall -Wno-psabi -O3 \
execution test

FAIL: libffi.call/cls_multi_ushort.c -W -Wall -Wno-psabi -Os \
execution test

FAIL: libffi.call/cls_multi_ushort.c -W -Wall -Wno-psabi -O2 \
-fomit-frame-pointer execution test

FAIL: libffi.call/cls_multi_ushortchar.c -W -Wall -Wno-psabi -O0 \
execution test

FAIL: libffi.call/cls_multi_ushortchar.c -W -Wall -Wno-psabi -O2 \
execution test

FAIL: libffi.call/cls_multi_ushortchar.c -W -Wall -Wno-psabi -O3 \
execution test

FAIL: libffi.call/cls_multi_ushortchar.c -W -Wall -Wno-psabi -Os \
execution test

FAIL: libffi.call/cls_multi_ushortchar.c -W -Wall -Wno-psabi -O2 \
-fomit-frame-pointer execution test

FAIL: libffi.call/cls_pointer.c -W -Wall -Wno-psabi -O0 \
execution test

FAIL: libffi.call/cls_pointer.c -W -Wall -Wno-psabi -O2 \
execution test

FAIL: libffi.call/cls_pointer.c -W -Wall -Wno-psabi -O3 \
execution test

FAIL: libffi.call/cls_pointer.c -W -Wall -Wno-psabi -Os \
execution test

FAIL: libffi.call/cls_pointer.c -W -Wall -Wno-psabi -O2 \
-fomit-frame-pointer execution test

FAIL: libffi.call/cls_pointer_stack.c -W -Wall -Wno-psabi -O0 \
execution test

FAIL: libffi.call/cls_pointer_stack.c -W -Wall -Wno-psabi -O2 \
execution test

FAIL: libffi.call/cls_pointer_stack.c -W -Wall -Wno-psabi -O3 \
execution test

FAIL: libffi.call/cls_pointer_stack.c -W -Wall -Wno-psabi -Os \
execution test

FAIL: libffi.call/cls_pointer_stack.c -W -Wall -Wno-psabi -O2 \
-fomit-frame-pointer execution test

FAIL: libffi.call/cls_schar.c -W -Wall -Wno-psabi -O0 \
execution test

FAIL: libffi.call/cls_schar.c -W -Wall -Wno-psabi -O2 \
execution test

FAIL: libffi.call/cls_schar.c -W -Wall -Wno-psabi -O3 \
execution test

FAIL: libffi.call/cls_schar.c -W -Wall -Wno-psabi -Os \
execution test

FAIL: libffi.call/cls_schar.c -W -Wall -Wno-psabi -O2 \
-fomit-frame-pointer execution test

FAIL: libffi.call/cls_sint.c -W -Wall -Wno-psabi -O0 execution test

FAIL: libffi.call/cls_sint.c -W -Wall -Wno-psabi -O2 execution test

FAIL: libffi.call/cls_sint.c -W -Wall -Wno-psabi -O3 execution test

FAIL: libffi.call/cls_sint.c -W -Wall -Wno-psabi -Os execution test

FAIL: libffi.call/cls_sint.c -W -Wall -Wno-psabi -O2 \
-fomit-frame-pointer execution test

FAIL: libffi.call/cls_sshort.c -W -Wall -Wno-psabi -O0 execution test

FAIL: libffi.call/cls_sshort.c -W -Wall -Wno-psabi -O2 execution test

FAIL: libffi.call/cls_sshort.c -W -Wall -Wno-psabi -O3 execution test

FAIL: libffi.call/cls_sshort.c -W -Wall -Wno-psabi -Os execution test

FAIL: libffi.call/cls_sshort.c -W -Wall -Wno-psabi -O2 \
-fomit-frame-pointer execution test

FAIL: libffi.call/cls_struct_va1.c -W -Wall -Wno-psabi -O0 \
execution test

FAIL: libffi.call/cls_struct_va1.c -W -Wall -Wno-psabi -O2 \
execution test

FAIL: libffi.call/cls_struct_va1.c -W -Wall -Wno-psabi -O3 \
execution test

FAIL: libffi.call/cls_struct_va1.c -W -Wall -Wno-psabi -Os \
execution test

FAIL: libffi.call/cls_struct_va1.c -W -Wall -Wno-psabi -O2 \
-fomit-frame-pointer execution test

FAIL: libffi.call/cls_uchar.c -W -Wall -Wno-psabi -O0 execution test

FAIL: libffi.call/cls_uchar.c -W -Wall -Wno-psabi -O2 execution test

FAIL: libffi.call/cls_uchar.c -W -Wall -Wno-psabi -O3 execution test

FAIL: libffi.call/cls_uchar.c -W -Wall -Wno-psabi -Os execution test

FAIL: libffi.call/cls_uchar.c -W -Wall -Wno-psabi -O2 \
-fomit-frame-pointer execution test

FAIL: libffi.call/cls_uchar_va.c -W -Wall -Wno-psabi -O0 \
execution test

FAIL: libffi.call/cls_uchar_va.c -W -Wall -Wno-psabi -O2 \
execution test

FAIL: libffi.call/cls_uchar_va.c -W -Wall -Wno-psabi -O3 \
execution test

FAIL: libffi.call/cls_uchar_va.c -W -Wall -Wno-psabi -Os \
execution test

FAIL: libffi.call/cls_uchar_va.c -W -Wall -Wno-psabi -O2 \
-fomit-frame-pointer execution test

FAIL: libffi.call/cls_uint.c -W -Wall -Wno-psabi -O0 execution test

FAIL: libffi.call/cls_uint.c -W -Wall -Wno-psabi -O2 execution test

FAIL: libffi.call/cls_uint.c -W -Wall -Wno-psabi -O3 execution test

FAIL: libffi.call/cls_uint.c -W -Wall -Wno-psabi -Os execution test

FAIL: libffi.call/cls_uint.c -W -Wall -Wno-psabi -O2 \
-fomit-frame-pointer execution test

FAIL: libffi.call/cls_uint_va.c -W -Wall -Wno-psabi -O0 execution test

FAIL: libffi.call/cls_uint_va.c -W -Wall -Wno-psabi -O2 execution test

FAIL: libffi.call/cls_uint_va.c -W -Wall -Wno-psabi -O3 execution test

FAIL: libffi.call/cls_uint_va.c -W -Wall -Wno-psabi -Os execution test

FAIL: libffi.call/cls_uint_va.c -W -Wall -Wno-psabi -O2 \
-fomit-frame-pointer execution test

FAIL: libffi.call/cls_ulong_va.c -W -Wall -Wno-psabi -O0 \
execution test

FAIL: libffi.call/cls_ulong_va.c -W -Wall -Wno-psabi -O2 \
execution test

FAIL: libffi.call/cls_ulong_va.c -W -Wall -Wno-psabi -O3 \
execution test

FAIL: libffi.call/cls_ulong_va.c -W -Wall -Wno-psabi -Os \
execution test

FAIL: libffi.call/cls_ulong_va.c -W -Wall -Wno-psabi -O2 \
-fomit-frame-pointer execution test

FAIL: libffi.call/cls_ulonglong.c -W -Wall -Wno-psabi -O0 \
execution test

FAIL: libffi.call/cls_ulonglong.c -W -Wall -Wno-psabi -O2 \
execution test

FAIL: libffi.call/cls_ulonglong.c -W -Wall -Wno-psabi -O3 \
execution test

FAIL: libffi.call/cls_ulonglong.c -W -Wall -Wno-psabi -Os \
execution test

FAIL: libffi.call/cls_ulonglong.c -W -Wall -Wno-psabi -O2 \
-fomit-frame-pointer execution test

FAIL: libffi.call/cls_ushort.c -W -Wall -Wno-psabi -O0 execution test

FAIL: libffi.call/cls_ushort.c -W -Wall -Wno-psabi -O2 execution test

FAIL: libffi.call/cls_ushort.c -W -Wall -Wno-psabi -O3 execution test

FAIL: libffi.call/cls_ushort.c -W -Wall -Wno-psabi -Os execution test

FAIL: libffi.call/cls_ushort.c -W -Wall -Wno-psabi -O2 \
-fomit-frame-pointer execution test

FAIL: libffi.call/cls_ushort_va.c -W -Wall -Wno-psabi -O0 \
execution test

FAIL: libffi.call/cls_ushort_va.c -W -Wall -Wno-psabi -O2 \
execution test

FAIL: libffi.call/cls_ushort_va.c -W -Wall -Wno-psabi -O3 \
execution test

FAIL: libffi.call/cls_ushort_va.c -W -Wall -Wno-psabi -Os \
execution test

FAIL: libffi.call/cls_ushort_va.c -W -Wall -Wno-psabi -O2 \
-fomit-frame-pointer execution test

FAIL: libffi.call/err_bad_abi.c -W -Wall -Wno-psabi -O0 execution test

FAIL: libffi.call/err_bad_abi.c -W -Wall -Wno-psabi -O2 execution test

FAIL: libffi.call/err_bad_abi.c -W -Wall -Wno-psabi -O3 execution test

FAIL: libffi.call/err_bad_abi.c -W -Wall -Wno-psabi -Os execution test

FAIL: libffi.call/err_bad_abi.c -W -Wall -Wno-psabi -O2 \
-fomit-frame-pointer execution test

FAIL: libffi.call/huge_struct.c -W -Wall -Wno-psabi -O0 execution test

FAIL: libffi.call/huge_struct.c -W -Wall -Wno-psabi -O2 execution test

FAIL: libffi.call/huge_struct.c -W -Wall -Wno-psabi -O3 execution test

FAIL: libffi.call/huge_struct.c -W -Wall -Wno-psabi -Os execution test

FAIL: libffi.call/huge_struct.c -W -Wall -Wno-psabi -O2 \
-fomit-frame-pointer execution test

FAIL: libffi.call/nested_struct.c -W -Wall -Wno-psabi -O0 \
execution test

FAIL: libffi.call/nested_struct.c -W -Wall -Wno-psabi -O2 \
execution test

FAIL: libffi.call/nested_struct.c -W -Wall -Wno-psabi -O3 \
execution test

FAIL: libffi.call/nested_struct.c -W -Wall -Wno-psabi -Os \
execution test

FAIL: libffi.call/nested_struct.c -W -Wall -Wno-psabi -O2 \
-fomit-frame-pointer execution test

FAIL: libffi.call/nested_struct1.c -W -Wall -Wno-psabi -O0 \
execution test

FAIL: libffi.call/nested_struct1.c -W -Wall -Wno-psabi -O2 \
execution test

FAIL: libffi.call/nested_struct1.c -W -Wall -Wno-psabi -O3 \
execution test

FAIL: libffi.call/nested_struct1.c -W -Wall -Wno-psabi -Os \
execution test

FAIL: libffi.call/nested_struct1.c -W -Wall -Wno-psabi -O2 \
-fomit-frame-pointer execution test

FAIL: libffi.call/nested_struct10.c -W -Wall -Wno-psabi -O0 \
execution test

FAIL: libffi.call/nested_struct10.c -W -Wall -Wno-psabi -O2 \
execution test

FAIL: libffi.call/nested_struct10.c -W -Wall -Wno-psabi -O3 \
execution test

FAIL: libffi.call/nested_struct10.c -W -Wall -Wno-psabi -Os \
execution test

FAIL: libffi.call/nested_struct10.c -W -Wall -Wno-psabi -O2 \
-fomit-frame-pointer execution test

FAIL: libffi.call/nested_struct2.c -W -Wall -Wno-psabi -O0 \
execution test

FAIL: libffi.call/nested_struct2.c -W -Wall -Wno-psabi -O2 \
execution test

FAIL: libffi.call/nested_struct2.c -W -Wall -Wno-psabi -O3 \
execution test

FAIL: libffi.call/nested_struct2.c -W -Wall -Wno-psabi -Os \
execution test

FAIL: libffi.call/nested_struct2.c -W -Wall -Wno-psabi -O2 \
-fomit-frame-pointer execution test

FAIL: libffi.call/nested_struct3.c -W -Wall -Wno-psabi -O0 \
execution test

FAIL: libffi.call/nested_struct3.c -W -Wall -Wno-psabi -O2 \
execution test

FAIL: libffi.call/nested_struct3.c -W -Wall -Wno-psabi -O3 \
execution test

FAIL: libffi.call/nested_struct3.c -W -Wall -Wno-psabi -Os \
execution test

FAIL: libffi.call/nested_struct3.c -W -Wall -Wno-psabi -O2 \
-fomit-frame-pointer execution test

FAIL: libffi.call/nested_struct4.c -W -Wall -Wno-psabi -O0 \
execution test

FAIL: libffi.call/nested_struct4.c -W -Wall -Wno-psabi -O2 \
execution test

FAIL: libffi.call/nested_struct4.c -W -Wall -Wno-psabi -O3 \
execution test

FAIL: libffi.call/nested_struct4.c -W -Wall -Wno-psabi -Os \
execution test

FAIL: libffi.call/nested_struct4.c -W -Wall -Wno-psabi -O2 \
-fomit-frame-pointer execution test

FAIL: libffi.call/nested_struct5.c -W -Wall -Wno-psabi -O0 \
execution test

FAIL: libffi.call/nested_struct5.c -W -Wall -Wno-psabi -O2 \
execution test

FAIL: libffi.call/nested_struct5.c -W -Wall -Wno-psabi -O3 \
execution test

FAIL: libffi.call/nested_struct5.c -W -Wall -Wno-psabi -Os \
execution test

FAIL: libffi.call/nested_struct5.c -W -Wall -Wno-psabi -O2 \
-fomit-frame-pointer execution test

FAIL: libffi.call/nested_struct6.c -W -Wall -Wno-psabi -O0 \
execution test

FAIL: libffi.call/nested_struct6.c -W -Wall -Wno-psabi -O2 \
execution test

FAIL: libffi.call/nested_struct6.c -W -Wall -Wno-psabi -O3 \
execution test

FAIL: libffi.call/nested_struct6.c -W -Wall -Wno-psabi -Os \
execution test

FAIL: libffi.call/nested_struct6.c -W -Wall -Wno-psabi -O2 \
-fomit-frame-pointer execution test

FAIL: libffi.call/nested_struct7.c -W -Wall -Wno-psabi -O0 \
execution test

FAIL: libffi.call/nested_struct7.c -W -Wall -Wno-psabi -O2 \
execution test

FAIL: libffi.call/nested_struct7.c -W -Wall -Wno-psabi -O3 \
execution test

FAIL: libffi.call/nested_struct7.c -W -Wall -Wno-psabi -Os \
execution test

FAIL: libffi.call/nested_struct7.c -W -Wall -Wno-psabi -O2 \
-fomit-frame-pointer execution test

FAIL: libffi.call/nested_struct8.c -W -Wall -Wno-psabi -O0 \
execution test

FAIL: libffi.call/nested_struct8.c -W -Wall -Wno-psabi -O2 \
execution test

FAIL: libffi.call/nested_struct8.c -W -Wall -Wno-psabi -O3 \
execution test

FAIL: libffi.call/nested_struct8.c -W -Wall -Wno-psabi -Os \
execution test

FAIL: libffi.call/nested_struct8.c -W -Wall -Wno-psabi -O2 \
-fomit-frame-pointer execution test

FAIL: libffi.call/nested_struct9.c -W -Wall -Wno-psabi -O0 \
execution test

FAIL: libffi.call/nested_struct9.c -W -Wall -Wno-psabi -O2 \
execution test

FAIL: libffi.call/nested_struct9.c -W -Wall -Wno-psabi -O3 \
execution test

FAIL: libffi.call/nested_struct9.c -W -Wall -Wno-psabi -Os \
execution test

FAIL: libffi.call/nested_struct9.c -W -Wall -Wno-psabi -O2 \
-fomit-frame-pointer execution test

FAIL: libffi.call/problem1.c -W -Wall -Wno-psabi -O0 execution test

FAIL: libffi.call/problem1.c -W -Wall -Wno-psabi -O2 execution test

FAIL: libffi.call/problem1.c -W -Wall -Wno-psabi -O3 execution test

FAIL: libffi.call/problem1.c -W -Wall -Wno-psabi -Os execution test

FAIL: libffi.call/problem1.c -W -Wall -Wno-psabi -O2 \
-fomit-frame-pointer execution test

FAIL: libffi.call/stret_large.c -W -Wall -Wno-psabi -O0 execution test

FAIL: libffi.call/stret_large.c -W -Wall -Wno-psabi -O2 execution test

FAIL: libffi.call/stret_large.c -W -Wall -Wno-psabi -O3 execution test

FAIL: libffi.call/stret_large.c -W -Wall -Wno-psabi -Os execution test

FAIL: libffi.call/stret_large.c -W -Wall -Wno-psabi -O2 \
-fomit-frame-pointer execution test

FAIL: libffi.call/stret_large2.c -W -Wall -Wno-psabi -O0 \
execution test

FAIL: libffi.call/stret_large2.c -W -Wall -Wno-psabi -O2 \
execution test

FAIL: libffi.call/stret_large2.c -W -Wall -Wno-psabi -O3 \
execution test

FAIL: libffi.call/stret_large2.c -W -Wall -Wno-psabi -Os \
execution test

FAIL: libffi.call/stret_large2.c -W -Wall -Wno-psabi -O2 \
-fomit-frame-pointer execution test

FAIL: libffi.call/stret_medium.c -W -Wall -Wno-psabi -O0 \
execution test

FAIL: libffi.call/stret_medium.c -W -Wall -Wno-psabi -O2 \
execution test

FAIL: libffi.call/stret_medium.c -W -Wall -Wno-psabi -O3 \
execution test

FAIL: libffi.call/stret_medium.c -W -Wall -Wno-psabi -Os \
execution test

FAIL: libffi.call/stret_medium.c -W -Wall -Wno-psabi -O2 \
-fomit-frame-pointer execution test

FAIL: libffi.call/stret_medium2.c -W -Wall -Wno-psabi -O0 \
execution test

FAIL: libffi.call/stret_medium2.c -W -Wall -Wno-psabi -O2 \
execution test

FAIL: libffi.call/stret_medium2.c -W -Wall -Wno-psabi -O3 \
execution test

FAIL: libffi.call/stret_medium2.c -W -Wall -Wno-psabi -Os \
execution test

FAIL: libffi.call/stret_medium2.c -W -Wall -Wno-psabi -O2 \
-fomit-frame-pointer execution test

FAIL: libffi.call/testclosure.c -W -Wall -Wno-psabi -O0 execution test

FAIL: libffi.call/testclosure.c -W -Wall -Wno-psabi -O2 execution test

FAIL: libffi.call/testclosure.c -W -Wall -Wno-psabi -O3 execution test

FAIL: libffi.call/testclosure.c -W -Wall -Wno-psabi -Os execution test

FAIL: libffi.call/testclosure.c -W -Wall -Wno-psabi -O2 \
-fomit-frame-pointer execution test

FAIL: libffi.call/unwindtest.cc -W -Wall -Wno-psabi -O0 execution test

FAIL: libffi.call/unwindtest.cc -W -Wall -Wno-psabi -O2 execution test

FAIL: libffi.call/unwindtest.cc -W -Wall -Wno-psabi -O3 execution test

FAIL: libffi.call/unwindtest.cc -W -Wall -Wno-psabi -Os execution test

FAIL: libffi.call/unwindtest.cc -W -Wall -Wno-psabi -O2 \
-fomit-frame-pointer execution test



=== libffi Summary ===



# of expected passes 965

# of unexpected failures 455

make[3]: *** [Makefile:397: check-DEJAGNU] Error 1

make[3]: Leaving directory \
'/home/jamenson/libffi-3.2.1/x86_64-unknown-linux-gnu/testsuite'

make[2]: *** [Makefile:471: check-am] Error 2

make[2]: Leaving directory \
'/home/jamenson/libffi-3.2.1/x86_64-unknown-linux-gnu/testsuite'

make[1]: *** [Makefile:1596: check-recursive] Error 1

make[1]: Leaving directory \
'/home/jamenson/libffi-3.2.1/x86_64-unknown-linux-gnu'

make: *** [Makefile:3097: check] Error 2


= = = = = = = = = = =
= = = = = = = = = = =



dmesg output:




[ 280.672611] traps: closure_fn0.exe[7512] trap invalid opcode \
ip:7fadbc885da4 sp:7fff0035f070 error:0 in \
libffi.so.7.1.0[7fadbc882000+a000]

[ 280.861571] traps: closure_fn0.exe[7521] trap invalid opcode \
ip:7fad6bedfda4 sp:7ffefbe22d30 error:0 in \
libffi.so.7.1.0[7fad6bedc000+a000]

[ 281.053196] traps: closure_fn0.exe[7530] trap invalid opcode \
ip:7ff04594ada4 sp:7fffd7372250 error:0 in \
libffi.so.7.1.0[7ff045947000+a000]

[ 281.235108] traps: closure_fn0.exe[7539] trap invalid opcode \
ip:7f6392c95da4 sp:7ffc0a896150 error:0 in \
libffi.so.7.1.0[7f6392c92000+a000]

[ 281.421747] traps: closure_fn0.exe[7548] trap invalid opcode \
ip:7f71a0006da4 sp:7ffea552dd20 error:0 in \
libffi.so.7.1.0[7f71a0003000+a000]

[ 281.584172] traps: closure_fn1.exe[7557] trap invalid opcode \
ip:7f88d4758da4 sp:7fffaaa1e8b0 error:0 in \
libffi.so.7.1.0[7f88d4755000+a000]

[ 281.772553] traps: closure_fn1.exe[7566] trap invalid opcode \
ip:7ff6d2674da4 sp:7ffed5d35e50 error:0 in \
libffi.so.7.1.0[7ff6d2671000+a000]

[ 281.964606] traps: closure_fn1.exe[7575] trap invalid opcode \
ip:7f3156afdda4 sp:7ffe1d182ee0 error:0 in \
libffi.so.7.1.0[7f3156afa000+a000]

[ 282.147793] traps: closure_fn1.exe[7584] trap invalid opcode \
ip:7f359cac5da4 sp:7fff555677b0 error:0 in \
libffi.so.7.1.0[7f359cac2000+a000]

[ 282.336853] traps: closure_fn1.exe[7593] trap invalid opcode \
ip:7f7316eb4da4 sp:7ffea13a7250 error:0 in \
libffi.so.7.1.0[7f7316eb1000+a000]

[ 285.813973] do_trap: 18 callbacks suppressed

[ 285.813978] traps: closure_fn5.exe[7764] trap invalid opcode \
ip:7fc000592da4 sp:7ffc1a59f490 error:0 in \
libffi.so.7.1.0[7fc00058f000+a000]

[ 286.005749] traps: closure_fn5.exe[7773] trap invalid opcode \
ip:7f8afcaf3da4 sp:7ffc89186ef0 error:0 in \
libffi.so.7.1.0[7f8afcaf0000+a000]

[ 286.167598] traps: closure_fn6.exe[7782] trap invalid opcode \
ip:7f21c3fc0da4 sp:7ffc9cd54880 error:0 in \
libffi.so.7.1.0[7f21c3fbd000+a000]

[ 286.357624] traps: closure_fn6.exe[7791] trap invalid opcode \
ip:7f26c0896da4 sp:7fff238088a0 error:0 in \
libffi.so.7.1.0[7f26c0893000+a000]

[ 286.550833] traps: closure_fn6.exe[7800] trap invalid opcode \
ip:7f844bc62da4 sp:7ffe0e295660 error:0 in \
libffi.so.7.1.0[7f844bc5f000+a000]

[ 286.736807] traps: closure_fn6.exe[7809] trap invalid opcode \
ip:7fbcec274da4 sp:7ffcab839360 error:0 in \
libffi.so.7.1.0[7fbcec271000+a000]

[ 286.926768] traps: closure_fn6.exe[7818] trap invalid opcode \
ip:7f30df2c4da4 sp:7fff8f869f50 error:0 in \
libffi.so.7.1.0[7f30df2c1000+a000]

[ 287.088097] traps: closure_loc_fn0[7827] trap invalid opcode \
ip:7f8e69a0eda4 sp:7fff7ae1d300 error:0 in \
libffi.so.7.1.0[7f8e69a0b000+a000]

[ 287.280684] traps: closure_loc_fn0[7836] trap invalid opcode \
ip:7f0d0b88eda4 sp:7fffd3d9de00 error:0 in \
libffi.so.7.1.0[7f0d0b88b000+a000]

[ 287.475825] traps: closure_loc_fn0[7845] trap invalid opcode \
ip:7fdf74fb4da4 sp:7ffd2a41bcd0 error:0 in \
libffi.so.7.1.0[7fdf74fb1000+a000]

[ 290.961116] do_trap: 19 callbacks suppressed

[ 290.961121] traps: cls_16byte.exe[8025] trap invalid opcode \
ip:7f1abf3ccda4 sp:7ffd44c99210 error:0 in \
libffi.so.7.1.0[7f1abf3c9000+a000]

[ 291.144626] traps: cls_16byte.exe[8034] trap invalid opcode \
ip:7f5a5e24cda4 sp:7ffda51c8630 error:0 in \
libffi.so.7.1.0[7f5a5e249000+a000]

[ 291.335351] traps: cls_16byte.exe[8043] trap invalid opcode \
ip:7fd7de2fcda4 sp:7ffffcb4d6d0 error:0 in \
libffi.so.7.1.0[7fd7de2f9000+a000]

[ 291.494445] traps: cls_18byte.exe[8052] trap invalid opcode \
ip:7f1d3853bda4 sp:7ffeeeedbaf0 error:0 in \
libffi.so.7.1.0[7f1d38538000+a000]

[ 291.684843] traps: cls_18byte.exe[8061] trap invalid opcode \
ip:7fd7b9cafda4 sp:7ffe56cec4a0 error:0 in \
libffi.so.7.1.0[7fd7b9cac000+a000]

[ 291.891386] traps: cls_18byte.exe[8070] trap invalid opcode \
ip:7fdba5179da4 sp:7fff4c55c1a0 error:0 in \
libffi.so.7.1.0[7fdba5176000+a000]

[ 292.081363] traps: cls_18byte.exe[8079] trap invalid opcode \
ip:7f5a651f4da4 sp:7ffe3e332c30 error:0 in \
libffi.so.7.1.0[7f5a651f1000+a000]

[ 292.273238] traps: cls_18byte.exe[8088] trap invalid opcode \
ip:7fddb4119da4 sp:7ffe8b1f7490 error:0 in \
libffi.so.7.1.0[7fddb4116000+a000]

[ 292.433595] traps: cls_19byte.exe[8097] trap invalid opcode \
ip:7f28fb4c8da4 sp:7ffd5efafb30 error:0 in \
libffi.so.7.1.0[7f28fb4c5000+a000]

[ 292.630445] traps: cls_19byte.exe[8106] trap invalid opcode \
ip:7f25e54ceda4 sp:7ffc3dabbcf0 error:0 in \
libffi.so.7.1.0[7f25e54cb000+a000]

[ 296.081319] do_trap: 18 callbacks suppressed

[ 296.081324] traps: cls_24byte.exe[8277] trap invalid opcode \
ip:7fd3c44efda4 sp:7fffb68844d0 error:0 in \
libffi.so.7.1.0[7fd3c44ec000+a000]

[ 296.290805] traps: cls_24byte.exe[8286] trap invalid opcode \
ip:7fed26016da4 sp:7ffdc3c4c550 error:0 in \
libffi.so.7.1.0[7fed26013000+a000]

[ 296.510757] traps: cls_24byte.exe[8295] trap invalid opcode \
ip:7fa967741da4 sp:7ffc896989e0 error:0 in \
libffi.so.7.1.0[7fa96773e000+a000]

[ 296.711596] traps: cls_24byte.exe[8304] trap invalid opcode \
ip:7fb2c6247da4 sp:7ffe8e2befe0 error:0 in \
libffi.so.7.1.0[7fb2c6244000+a000]

[ 296.919546] traps: cls_24byte.exe[8313] trap invalid opcode \
ip:7f6828dc9da4 sp:7ffde28aa1a0 error:0 in \
libffi.so.7.1.0[7f6828dc6000+a000]

[ 297.077456] traps: cls_2byte.exe[8322] trap invalid opcode \
ip:7fca91569da4 sp:7fff9d50fde0 error:0 in \
libffi.so.7.1.0[7fca91566000+a000]

[ 297.258596] traps: cls_2byte.exe[8331] trap invalid opcode \
ip:7f41dfd14da4 sp:7ffc3a7ddac0 error:0 in \
libffi.so.7.1.0[7f41dfd11000+a000]

[ 297.446381] traps: cls_2byte.exe[8340] trap invalid opcode \
ip:7f7663dc5da4 sp:7fffe872f790 error:0 in \
libffi.so.7.1.0[7f7663dc2000+a000]

[ 297.621636] traps: cls_2byte.exe[8349] trap invalid opcode \
ip:7f82656f7da4 sp:7ffcd2f5ea90 error:0 in \
libffi.so.7.1.0[7f82656f4000+a000]

[ 297.803720] traps: cls_2byte.exe[8358] trap invalid opcode \
ip:7fa68c58dda4 sp:7ffe46490210 error:0 in \
libffi.so.7.1.0[7fa68c58a000+a000]

[ 301.250459] do_trap: 18 callbacks suppressed

[ 301.250464] traps: cls_3float.exe[8529] trap invalid opcode \
ip:7f556fb68da4 sp:7ffed4ef3450 error:0 in \
libffi.so.7.1.0[7f556fb65000+a000]

[ 301.439754] traps: cls_3float.exe[8538] trap invalid opcode \
ip:7fd39343eda4 sp:7ffc06b6d0f0 error:0 in \
libffi.so.7.1.0[7fd39343b000+a000]

[ 301.598203] traps: cls_4_1byte.exe[8547] trap invalid opcode \
ip:7ff705d5fda4 sp:7ffcf45f64b0 error:0 in \
libffi.so.7.1.0[7ff705d5c000+a000]

[ 301.787039] traps: cls_4_1byte.exe[8556] trap invalid opcode \
ip:7f1590553da4 sp:7ffea994f3e0 error:0 in \
libffi.so.7.1.0[7f1590550000+a000]

[ 301.989561] traps: cls_4_1byte.exe[8565] trap invalid opcode \
ip:7f7f7e0e2da4 sp:7ffcd1224010 error:0 in \
libffi.so.7.1.0[7f7f7e0df000+a000]

[ 302.174337] traps: cls_4_1byte.exe[8574] trap invalid opcode \
ip:7fdafe694da4 sp:7fff4ffd4930 error:0 in \
libffi.so.7.1.0[7fdafe691000+a000]

[ 302.361598] traps: cls_4_1byte.exe[8583] trap invalid opcode \
ip:7fd2801e7da4 sp:7ffe0b051150 error:0 in \
libffi.so.7.1.0[7fd2801e4000+a000]

[ 302.516823] traps: cls_4byte.exe[8592] trap invalid opcode \
ip:7f67e615dda4 sp:7ffd3bafe740 error:0 in \
libffi.so.7.1.0[7f67e615a000+a000]

[ 302.696678] traps: cls_4byte.exe[8601] trap invalid opcode \
ip:7f8ef3346da4 sp:7fff75b53100 error:0 in \
libffi.so.7.1.0[7f8ef3343000+a000]

[ 302.883297] traps: cls_4byte.exe[8610] trap invalid opcode \
ip:7fe3dacc3da4 sp:7fff2d1710c0 error:0 in \
libffi.so.7.1.0[7fe3dacc0000+a000]

[ 306.270524] do_trap: 16 callbacks suppressed

[ 306.270529] traps: cls_64byte.exe[8763] trap invalid opcode \
ip:7f0b83118da4 sp:7fffba8309f0 error:0 in \
libffi.so.7.1.0[7f0b83115000+a000]

[ 306.435835] traps: cls_6_1_byte.ex[8772] trap invalid opcode \
ip:7f79b82afda4 sp:7ffd0be2b680 error:0 in \
libffi.so.7.1.0[7f79b82ac000+a000]

[ 306.654290] traps: cls_6_1_byte.ex[8781] trap invalid opcode \
ip:7f23c0af5da4 sp:7ffd8cfcd0e0 error:0 in \
libffi.so.7.1.0[7f23c0af2000+a000]

[ 306.877466] traps: cls_6_1_byte.ex[8790] trap invalid opcode \
ip:7f6544c89da4 sp:7ffefb6b6e20 error:0 in \
libffi.so.7.1.0[7f6544c86000+a000]

[ 307.084616] traps: cls_6_1_byte.ex[8799] trap invalid opcode \
ip:7f132ec82da4 sp:7ffde996d940 error:0 in \
libffi.so.7.1.0[7f132ec7f000+a000]

[ 307.298533] traps: cls_6_1_byte.ex[8808] trap invalid opcode \
ip:7fd0e6783da4 sp:7ffd83f2f300 error:0 in \
libffi.so.7.1.0[7fd0e6780000+a000]

[ 307.457570] traps: cls_6byte.exe[8817] trap invalid opcode \
ip:7f23d852fda4 sp:7ffef9cffdb0 error:0 in \
libffi.so.7.1.0[7f23d852c000+a000]

[ 307.661586] traps: cls_6byte.exe[8826] trap invalid opcode \
ip:7fcbd3e5ada4 sp:7ffc1db76f50 error:0 in \
libffi.so.7.1.0[7fcbd3e57000+a000]

[ 307.865392] traps: cls_6byte.exe[8835] trap invalid opcode \
ip:7f6475233da4 sp:7ffe717fcc90 error:0 in \
libffi.so.7.1.0[7f6475230000+a000]

[ 308.059142] traps: cls_6byte.exe[8844] trap invalid opcode \
ip:7fbdce374da4 sp:7ffd813ba500 error:0 in \
libffi.so.7.1.0[7fbdce371000+a000]

[ 311.327804] do_trap: 16 callbacks suppressed

[ 311.327809] traps: cls_9byte1.exe[8997] trap invalid opcode \
ip:7f74717b1da4 sp:7ffff7a4b5c0 error:0 in \
libffi.so.7.1.0[7f74717ae000+a000]

[ 311.512246] traps: cls_9byte1.exe[9006] trap invalid opcode \
ip:7fc85948bda4 sp:7fffe6400590 error:0 in \
libffi.so.7.1.0[7fc859488000+a000]

[ 311.702661] traps: cls_9byte1.exe[9015] trap invalid opcode \
ip:7fa8ede54da4 sp:7fffebb95990 error:0 in \
libffi.so.7.1.0[7fa8ede51000+a000]

[ 311.881603] traps: cls_9byte1.exe[9024] trap invalid opcode \
ip:7f00b431cda4 sp:7ffdbaf79970 error:0 in \
libffi.so.7.1.0[7f00b4319000+a000]

[ 312.065060] traps: cls_9byte1.exe[9033] trap invalid opcode \
ip:7f705e796da4 sp:7ffce5a86fe0 error:0 in \
libffi.so.7.1.0[7f705e793000+a000]

[ 312.221827] traps: cls_9byte2.exe[9042] trap invalid opcode \
ip:7f66b694fda4 sp:7ffdf9219e50 error:0 in \
libffi.so.7.1.0[7f66b694c000+a000]

[ 312.406805] traps: cls_9byte2.exe[9051] trap invalid opcode \
ip:7f15aa655da4 sp:7ffc31d643e0 error:0 in \
libffi.so.7.1.0[7f15aa652000+a000]

[ 312.595972] traps: cls_9byte2.exe[9060] trap invalid opcode \
ip:7f42bd3cada4 sp:7ffd97d2a820 error:0 in \
libffi.so.7.1.0[7f42bd3c7000+a000]

[ 312.778096] traps: cls_9byte2.exe[9069] trap invalid opcode \
ip:7fc72fb30da4 sp:7fffae7f6b20 error:0 in \
libffi.so.7.1.0[7fc72fb2d000+a000]

[ 312.965827] traps: cls_9byte2.exe[9078] trap invalid opcode \
ip:7f51bc85eda4 sp:7fff799c61b0 error:0 in \
libffi.so.7.1.0[7f51bc85b000+a000]

[ 316.408566] do_trap: 17 callbacks suppressed

[ 316.408571] traps: cls_align_longd[9240] trap invalid opcode \
ip:7f847e3d2da4 sp:7ffc4e14ca60 error:0 in \
libffi.so.7.1.0[7f847e3cf000+a000]

[ 316.625511] traps: cls_align_longd[9249] trap invalid opcode \
ip:7fed81971da4 sp:7ffc5c1de770 error:0 in \
libffi.so.7.1.0[7fed8196e000+a000]

[ 316.869237] traps: cls_align_longd[9258] trap invalid opcode \
ip:7f4598834da4 sp:7ffc74b66b70 error:0 in \
libffi.so.7.1.0[7f4598831000+a000]

[ 317.036455] traps: cls_align_longd[9267] trap invalid opcode \
ip:7f7f82398da4 sp:7ffea7042f90 error:0 in \
libffi.so.7.1.0[7f7f82395000+a000]

[ 317.258678] traps: cls_align_longd[9276] trap invalid opcode \
ip:7f2ba724eda4 sp:7ffdb6693eb0 error:0 in \
libffi.so.7.1.0[7f2ba724b000+a000]

[ 317.487563] traps: cls_align_longd[9285] trap invalid opcode \
ip:7f2170a3ada4 sp:7ffc90fa9990 error:0 in \
libffi.so.7.1.0[7f2170a37000+a000]

[ 317.690651] traps: cls_align_longd[9294] trap invalid opcode \
ip:7f02f8482da4 sp:7ffc1502f3d0 error:0 in \
libffi.so.7.1.0[7f02f847f000+a000]

[ 317.915477] traps: cls_align_longd[9303] trap invalid opcode \
ip:7f585a933da4 sp:7ffdc82b3550 error:0 in \
libffi.so.7.1.0[7f585a930000+a000]

[ 318.072748] traps: cls_align_point[9312] trap invalid opcode \
ip:7ff8d8b4cda4 sp:7ffcd128a310 error:0 in \
libffi.so.7.1.0[7ff8d8b49000+a000]

[ 318.266807] traps: cls_align_point[9321] trap invalid opcode \
ip:7fbea86b2da4 sp:7ffe4ca02390 error:0 in \
libffi.so.7.1.0[7fbea86af000+a000]

[ 321.421531] do_trap: 16 callbacks suppressed

[ 321.421536] traps: cls_align_sint6[9474] trap invalid opcode \
ip:7ff58008dda4 sp:7ffc3f9b5610 error:0 in \
libffi.so.7.1.0[7ff58008a000+a000]

[ 321.607669] traps: cls_align_sint6[9483] trap invalid opcode \
ip:7f4908708da4 sp:7ffdd19d8930 error:0 in \
libffi.so.7.1.0[7f4908705000+a000]

[ 321.767587] traps: cls_align_uint1[9492] trap invalid opcode \
ip:7f696acebda4 sp:7fff974ae290 error:0 in \
libffi.so.7.1.0[7f696ace8000+a000]

[ 321.962583] traps: cls_align_uint1[9501] trap invalid opcode \
ip:7f3afe640da4 sp:7ffc3a0427e0 error:0 in \
libffi.so.7.1.0[7f3afe63d000+a000]

[ 322.161416] traps: cls_align_uint1[9510] trap invalid opcode \
ip:7f2a56756da4 sp:7ffd033e74e0 error:0 in \
libffi.so.7.1.0[7f2a56753000+a000]

[ 322.355400] traps: cls_align_uint1[9519] trap invalid opcode \
ip:7f68ab957da4 sp:7ffd273ebdc0 error:0 in \
libffi.so.7.1.0[7f68ab954000+a000]

[ 322.550554] traps: cls_align_uint1[9528] trap invalid opcode \
ip:7fbd37395da4 sp:7ffebffcce80 error:0 in \
libffi.so.7.1.0[7fbd37392000+a000]

[ 322.709432] traps: cls_align_uint3[9537] trap invalid opcode \
ip:7facdbc12da4 sp:7fffa05ca4e0 error:0 in \
libffi.so.7.1.0[7facdbc0f000+a000]

[ 322.895219] traps: cls_align_uint3[9546] trap invalid opcode \
ip:7f887d495da4 sp:7fffc2068c60 error:0 in \
libffi.so.7.1.0[7f887d492000+a000]

[ 323.090446] traps: cls_align_uint3[9555] trap invalid opcode \
ip:7f2c39f5cda4 sp:7ffcbf66bee0 error:0 in \
libffi.so.7.1.0[7f2c39f59000+a000]

[ 326.517690] do_trap: 19 callbacks suppressed

[ 326.517695] traps: cls_double_va.e[9735] trap invalid opcode \
ip:7f042441eda4 sp:7ffe68d01d20 error:0 in \
libffi.so.7.1.0[7f042441b000+a000]

[ 326.687608] traps: cls_double_va.e[9744] trap invalid opcode \
ip:7f07951bcda4 sp:7ffe07ab00b0 error:0 in \
libffi.so.7.1.0[7f07951b9000+a000]

[ 326.860333] traps: cls_double_va.e[9753] trap invalid opcode \
ip:7fad8dfe5da4 sp:7ffe00c75430 error:0 in \
libffi.so.7.1.0[7fad8dfe2000+a000]

[ 327.010263] traps: cls_float.exe[9762] trap invalid opcode \
ip:7f89a06fcda4 sp:7ffe29def040 error:0 in \
libffi.so.7.1.0[7f89a06f9000+a000]

[ 327.173706] traps: cls_float.exe[9771] trap invalid opcode \
ip:7f7c30df3da4 sp:7fff814da8d0 error:0 in \
libffi.so.7.1.0[7f7c30df0000+a000]

[ 327.341521] traps: cls_float.exe[9780] trap invalid opcode \
ip:7f517d0d5da4 sp:7ffe30ab2690 error:0 in \
libffi.so.7.1.0[7f517d0d2000+a000]

[ 327.504053] traps: cls_float.exe[9789] trap invalid opcode \
ip:7f4cfb919da4 sp:7ffc44be60b0 error:0 in \
libffi.so.7.1.0[7f4cfb916000+a000]

[ 327.670542] traps: cls_float.exe[9798] trap invalid opcode \
ip:7f2a15870da4 sp:7ffe2ee5a2e0 error:0 in \
libffi.so.7.1.0[7f2a1586d000+a000]

[ 327.830665] traps: cls_longdouble.[9807] trap invalid opcode \
ip:7ff7d374ada4 sp:7ffe258f6a20 error:0 in \
libffi.so.7.1.0[7ff7d3747000+a000]

[ 328.066224] traps: cls_longdouble.[9816] trap invalid opcode \
ip:7fdfca224da4 sp:7ffd3be31a30 error:0 in \
libffi.so.7.1.0[7fdfca221000+a000]

[ 331.586604] do_trap: 17 callbacks suppressed

[ 331.586609] traps: cls_many_mixed_[9978] trap invalid opcode \
ip:7ff37a3e2da4 sp:7ffc1999b5c0 error:0 in \
libffi.so.7.1.0[7ff37a3df000+a000]

[ 331.742538] traps: cls_multi_schar[9987] trap invalid opcode \
ip:7f70c7040da4 sp:7ffe6f555df0 error:0 in \
libffi.so.7.1.0[7f70c703d000+a000]

[ 331.919403] traps: cls_multi_schar[9996] trap invalid opcode \
ip:7fd75239fda4 sp:7ffe2e7ce720 error:0 in \
libffi.so.7.1.0[7fd75239c000+a000]

[ 332.098536] traps: cls_multi_schar[10005] trap invalid opcode \
ip:7fee7a41bda4 sp:7ffd7f2e45e0 error:0 in \
libffi.so.7.1.0[7fee7a418000+a000]

[ 332.271598] traps: cls_multi_schar[10014] trap invalid opcode \
ip:7f1962677da4 sp:7ffe91b677e0 error:0 in \
libffi.so.7.1.0[7f1962674000+a000]

[ 332.448452] traps: cls_multi_schar[10023] trap invalid opcode \
ip:7f5f4b313da4 sp:7ffd124081e0 error:0 in \
libffi.so.7.1.0[7f5f4b310000+a000]

[ 332.602955] traps: cls_multi_sshor[10032] trap invalid opcode \
ip:7fd1a18adda4 sp:7fffe0971710 error:0 in \
libffi.so.7.1.0[7fd1a18aa000+a000]

[ 332.783834] traps: cls_multi_sshor[10041] trap invalid opcode \
ip:7f2c3211cda4 sp:7ffd99c3e720 error:0 in \
libffi.so.7.1.0[7f2c32119000+a000]

[ 332.963720] traps: cls_multi_sshor[10050] trap invalid opcode \
ip:7f1eff5e8da4 sp:7ffcea40b640 error:0 in \
libffi.so.7.1.0[7f1eff5e5000+a000]

[ 333.135168] traps: cls_multi_sshor[10059] trap invalid opcode \
ip:7fcc0176ada4 sp:7ffd52670c80 error:0 in \
libffi.so.7.1.0[7fcc01767000+a000]

[ 336.665651] do_trap: 19 callbacks suppressed

[ 336.665655] traps: cls_multi_ushor[10240] trap invalid opcode \
ip:7f42b2299da4 sp:7ffeedb1de50 error:0 in \
libffi.so.7.1.0[7f42b2296000+a000]

[ 336.849557] traps: cls_multi_ushor[10249] trap invalid opcode \
ip:7f24a55ceda4 sp:7ffe37e9fed0 error:0 in \
libffi.so.7.1.0[7f24a55cb000+a000]

[ 337.003445] traps: cls_pointer.exe[10258] trap invalid opcode \
ip:7f448f5ebda4 sp:7ffc0c36e3b0 error:0 in \
libffi.so.7.1.0[7f448f5e8000+a000]

[ 337.181812] traps: cls_pointer.exe[10267] trap invalid opcode \
ip:7fa098a47da4 sp:7ffe173c17a0 error:0 in \
libffi.so.7.1.0[7fa098a44000+a000]

[ 337.361584] traps: cls_pointer.exe[10276] trap invalid opcode \
ip:7ff7ba38ada4 sp:7ffedc13ee70 error:0 in \
libffi.so.7.1.0[7ff7ba387000+a000]

[ 337.532386] traps: cls_pointer.exe[10285] trap invalid opcode \
ip:7f149d247da4 sp:7ffd72f80510 error:0 in \
libffi.so.7.1.0[7f149d244000+a000]

[ 337.710261] traps: cls_pointer.exe[10294] trap invalid opcode \
ip:7fb0b079eda4 sp:7fff4249a290 error:0 in \
libffi.so.7.1.0[7fb0b079b000+a000]

[ 337.882098] traps: cls_pointer_sta[10303] trap invalid opcode \
ip:7fd70daabda4 sp:7ffdfa1a0cf0 error:0 in \
libffi.so.7.1.0[7fd70daa8000+a000]

[ 338.130330] traps: cls_pointer_sta[10312] trap invalid opcode \
ip:7f6d8db6eda4 sp:7ffd65ecf680 error:0 in \
libffi.so.7.1.0[7f6d8db6b000+a000]

[ 338.333138] traps: cls_pointer_sta[10321] trap invalid opcode \
ip:7f214001eda4 sp:7ffe9eb20010 error:0 in \
libffi.so.7.1.0[7f214001b000+a000]

[ 341.666527] do_trap: 19 callbacks suppressed

[ 341.666532] traps: cls_struct_va1.[10501] trap invalid opcode \
ip:7f6c2a86dda4 sp:7ffd50d54570 error:0 in \
libffi.so.7.1.0[7f6c2a86a000+a000]

[ 341.841177] traps: cls_struct_va1.[10510] trap invalid opcode \
ip:7fdd9ee34da4 sp:7ffcd373a9e0 error:0 in \
libffi.so.7.1.0[7fdd9ee31000+a000]

[ 342.019316] traps: cls_struct_va1.[10519] trap invalid opcode \
ip:7fca674a4da4 sp:7ffc1ed6f2a0 error:0 in \
libffi.so.7.1.0[7fca674a1000+a000]

[ 342.170160] traps: cls_uchar.exe[10528] trap invalid opcode \
ip:7f176243bda4 sp:7ffcaed935f0 error:0 in \
libffi.so.7.1.0[7f1762438000+a000]

[ 342.335837] traps: cls_uchar.exe[10537] trap invalid opcode \
ip:7fa61f8fada4 sp:7ffdac2af490 error:0 in \
libffi.so.7.1.0[7fa61f8f7000+a000]

[ 342.504775] traps: cls_uchar.exe[10546] trap invalid opcode \
ip:7fe3ea3d9da4 sp:7ffd99bc60c0 error:0 in \
libffi.so.7.1.0[7fe3ea3d6000+a000]

[ 342.667478] traps: cls_uchar.exe[10555] trap invalid opcode \
ip:7f4caa633da4 sp:7fffb03fad00 error:0 in \
libffi.so.7.1.0[7f4caa630000+a000]

[ 342.833549] traps: cls_uchar.exe[10564] trap invalid opcode \
ip:7f2468da4da4 sp:7ffeb4743650 error:0 in \
libffi.so.7.1.0[7f2468da1000+a000]

[ 342.984646] traps: cls_uchar_va.ex[10573] trap invalid opcode \
ip:7efc4cdd9da4 sp:7ffd32906e80 error:0 in \
libffi.so.7.1.0[7efc4cdd6000+a000]

[ 343.152952] traps: cls_uchar_va.ex[10582] trap invalid opcode \
ip:7f507b797da4 sp:7ffe37c99380 error:0 in \
libffi.so.7.1.0[7f507b794000+a000]

[ 346.739435] do_trap: 21 callbacks suppressed

[ 346.739440] traps: cls_ulonglong.e[10780] trap invalid opcode \
ip:7ff06147dda4 sp:7fffb0d9d280 error:0 in \
libffi.so.7.1.0[7ff06147a000+a000]

[ 346.906465] traps: cls_ulonglong.e[10789] trap invalid opcode \
ip:7fe5776a5da4 sp:7fff83d8b310 error:0 in \
libffi.so.7.1.0[7fe5776a2000+a000]

[ 347.057196] traps: cls_ushort.exe[10798] trap invalid opcode \
ip:7f6e3b567da4 sp:7ffca93f9a90 error:0 in \
libffi.so.7.1.0[7f6e3b564000+a000]

[ 347.221849] traps: cls_ushort.exe[10807] trap invalid opcode \
ip:7f57100a8da4 sp:7ffd323fbb90 error:0 in \
libffi.so.7.1.0[7f57100a5000+a000]

[ 347.390049] traps: cls_ushort.exe[10816] trap invalid opcode \
ip:7fd71ef34da4 sp:7ffc394d75c0 error:0 in \
libffi.so.7.1.0[7fd71ef31000+a000]

[ 347.552983] traps: cls_ushort.exe[10825] trap invalid opcode \
ip:7fddefff4da4 sp:7ffdb27c1b90 error:0 in \
libffi.so.7.1.0[7fddefff1000+a000]

[ 347.719749] traps: cls_ushort.exe[10834] trap invalid opcode \
ip:7fae367a0da4 sp:7fff24125330 error:0 in \
libffi.so.7.1.0[7fae3679d000+a000]

[ 347.869783] traps: cls_ushort_va.e[10843] trap invalid opcode \
ip:7f29b9eddda4 sp:7ffcbf5d94d0 error:0 in \
libffi.so.7.1.0[7f29b9eda000+a000]

[ 348.039224] traps: cls_ushort_va.e[10852] trap invalid opcode \
ip:7f6f9440cda4 sp:7ffc296a6d10 error:0 in \
libffi.so.7.1.0[7f6f94409000+a000]

[ 348.204507] traps: cls_ushort_va.e[10861] trap invalid opcode \
ip:7f8977298da4 sp:7fffc4d78b10 error:0 in \
libffi.so.7.1.0[7f8977295000+a000]

[ 355.919690] do_trap: 7 callbacks suppressed

[ 355.919696] traps: huge_struct.exe[11248] trap invalid opcode \
ip:7f9aff00bda4 sp:7ffcd7563d10 error:0 in \
libffi.so.7.1.0[7f9aff008000+a000]

[ 356.466213] traps: huge_struct.exe[11257] trap invalid opcode \
ip:7ff721e30da4 sp:7ffeb6447e60 error:0 in \
libffi.so.7.1.0[7ff721e2d000+a000]

[ 357.166249] traps: huge_struct.exe[11266] trap invalid opcode \
ip:7f60e1b4ada4 sp:7ffe7797c0b0 error:0 in \
libffi.so.7.1.0[7f60e1b47000+a000]

[ 357.699817] traps: huge_struct.exe[11275] trap invalid opcode \
ip:7f557109fda4 sp:7ffff725c3c0 error:0 in \
libffi.so.7.1.0[7f557109c000+a000]

[ 358.254733] traps: huge_struct.exe[11284] trap invalid opcode \
ip:7f76d3b20da4 sp:7ffd776c9d10 error:0 in \
libffi.so.7.1.0[7f76d3b1d000+a000]

[ 365.648243] traps: nested_struct.e[11608] trap invalid opcode \
ip:7f38df636da4 sp:7ffd26cf7a20 error:0 in \
libffi.so.7.1.0[7f38df633000+a000]

[ 365.875518] traps: nested_struct.e[11617] trap invalid opcode \
ip:7f5b88229da4 sp:7ffcbd587a70 error:0 in \
libffi.so.7.1.0[7f5b88226000+a000]

[ 366.110000] traps: nested_struct.e[11626] trap invalid opcode \
ip:7f6f1f37cda4 sp:7ffdfe8cfc90 error:0 in \
libffi.so.7.1.0[7f6f1f379000+a000]

[ 366.332560] traps: nested_struct.e[11635] trap invalid opcode \
ip:7f326537bda4 sp:7ffdf5ea6dd0 error:0 in \
libffi.so.7.1.0[7f3265378000+a000]

[ 366.556533] traps: nested_struct.e[11644] trap invalid opcode \
ip:7f35e7bdbda4 sp:7ffc0e539ce0 error:0 in \
libffi.so.7.1.0[7f35e7bd8000+a000]

[ 366.728611] traps: nested_struct1.[11653] trap invalid opcode \
ip:7fabb03dcda4 sp:7fff551c57b0 error:0 in \
libffi.so.7.1.0[7fabb03d9000+a000]

[ 366.963555] traps: nested_struct1.[11662] trap invalid opcode \
ip:7fb6fed0fda4 sp:7ffc6d58b5a0 error:0 in \
libffi.so.7.1.0[7fb6fed0c000+a000]

[ 367.206722] traps: nested_struct1.[11671] trap invalid opcode \
ip:7f91e5d0cda4 sp:7ffe12825020 error:0 in \
libffi.so.7.1.0[7f91e5d09000+a000]

[ 367.433685] traps: nested_struct1.[11680] trap invalid opcode \
ip:7feed7e16da4 sp:7ffc59364d00 error:0 in \
libffi.so.7.1.0[7feed7e13000+a000]

[ 367.662728] traps: nested_struct1.[11689] trap invalid opcode \
ip:7f8e6529fda4 sp:7ffddf25ce80 error:0 in \
libffi.so.7.1.0[7f8e6529c000+a000]

[ 370.713689] do_trap: 10 callbacks suppressed

[ 370.713694] traps: nested_struct3.[11833] trap invalid opcode \
ip:7fb338a13da4 sp:7ffebd2add90 error:0 in \
libffi.so.7.1.0[7fb338a10000+a000]

[ 370.909595] traps: nested_struct3.[11842] trap invalid opcode \
ip:7fc14e5e8da4 sp:7ffd7e5b5890 error:0 in \
libffi.so.7.1.0[7fc14e5e5000+a000]

[ 371.112549] traps: nested_struct3.[11851] trap invalid opcode \
ip:7faa8dca8da4 sp:7ffe845ce700 error:0 in \
libffi.so.7.1.0[7faa8dca5000+a000]

[ 371.306548] traps: nested_struct3.[11860] trap invalid opcode \
ip:7f5aaa05ada4 sp:7ffc27b52570 error:0 in \
libffi.so.7.1.0[7f5aaa057000+a000]

[ 371.508742] traps: nested_struct3.[11869] trap invalid opcode \
ip:7fba318fdda4 sp:7ffe95776ad0 error:0 in \
libffi.so.7.1.0[7fba318fa000+a000]

[ 371.671153] traps: nested_struct4.[11878] trap invalid opcode \
ip:7f051d6b4da4 sp:7ffc0323dc40 error:0 in \
libffi.so.7.1.0[7f051d6b1000+a000]

[ 371.875137] traps: nested_struct4.[11887] trap invalid opcode \
ip:7eff7de28da4 sp:7ffdd4691710 error:0 in \
libffi.so.7.1.0[7eff7de25000+a000]

[ 372.080463] traps: nested_struct4.[11896] trap invalid opcode \
ip:7efc633fcda4 sp:7ffe00689830 error:0 in \
libffi.so.7.1.0[7efc633f9000+a000]

[ 372.278851] traps: nested_struct4.[11905] trap invalid opcode \
ip:7fc5728dfda4 sp:7ffefa98e9b0 error:0 in \
libffi.so.7.1.0[7fc5728dc000+a000]

[ 372.481605] traps: nested_struct4.[11914] trap invalid opcode \
ip:7feb08f08da4 sp:7fff98507820 error:0 in \
libffi.so.7.1.0[7feb08f05000+a000]

[ 375.820882] do_trap: 16 callbacks suppressed

[ 375.820887] traps: nested_struct8.[12067] trap invalid opcode \
ip:7fd32cd8cda4 sp:7ffec8e5ddc0 error:0 in \
libffi.so.7.1.0[7fd32cd89000+a000]

[ 376.039665] traps: nested_struct8.[12076] trap invalid opcode \
ip:7ff4a297cda4 sp:7ffdfe0c0070 error:0 in \
libffi.so.7.1.0[7ff4a2979000+a000]

[ 376.243599] traps: nested_struct8.[12085] trap invalid opcode \
ip:7f8938986da4 sp:7fff09bb8490 error:0 in \
libffi.so.7.1.0[7f8938983000+a000]

[ 376.454672] traps: nested_struct8.[12094] trap invalid opcode \
ip:7feb5a586da4 sp:7fffe9fd38c0 error:0 in \
libffi.so.7.1.0[7feb5a583000+a000]

[ 376.621677] traps: nested_struct9.[12103] trap invalid opcode \
ip:7ff0e8361da4 sp:7ffc201aa200 error:0 in \
libffi.so.7.1.0[7ff0e835e000+a000]

[ 376.834539] traps: nested_struct9.[12112] trap invalid opcode \
ip:7fb0e4b3bda4 sp:7fff503d0c40 error:0 in \
libffi.so.7.1.0[7fb0e4b38000+a000]

[ 377.056849] traps: nested_struct9.[12121] trap invalid opcode \
ip:7f6bc2409da4 sp:7ffeef233dc0 error:0 in \
libffi.so.7.1.0[7f6bc2406000+a000]

[ 377.264139] traps: nested_struct9.[12130] trap invalid opcode \
ip:7fb0f0bf1da4 sp:7ffdde4b8680 error:0 in \
libffi.so.7.1.0[7fb0f0bee000+a000]

[ 377.476556] traps: nested_struct9.[12139] trap invalid opcode \
ip:7f9963630da4 sp:7ffd79f12230 error:0 in \
libffi.so.7.1.0[7f996362d000+a000]

[ 380.455570] traps: problem1.exe[12283] trap invalid opcode \
ip:7f3afaec6da4 sp:7ffd8c1fc450 error:0 in \
libffi.so.7.1.0[7f3afaec3000+a000]

[ 380.837637] do_trap: 1 callbacks suppressed

[ 380.837643] traps: problem1.exe[12301] trap invalid opcode \
ip:7f9249f68da4 sp:7ffee906aa70 error:0 in \
libffi.so.7.1.0[7f9249f65000+a000]

[ 381.022835] traps: problem1.exe[12310] trap invalid opcode \
ip:7f6e9d2abda4 sp:7ffd121e0150 error:0 in \
libffi.so.7.1.0[7f6e9d2a8000+a000]

[ 381.213413] traps: problem1.exe[12319] trap invalid opcode \
ip:7f0adda14da4 sp:7ffd18ed7250 error:0 in \
libffi.so.7.1.0[7f0adda11000+a000]

[ 395.951217] traps: stret_large.exe[13064] trap invalid opcode \
ip:7f0542d03da4 sp:7ffd2f6677b0 error:0 in \
libffi.so.7.1.0[7f0542d00000+a000]

[ 396.259688] traps: stret_large.exe[13073] trap invalid opcode \
ip:7f79f63ecda4 sp:7ffc51cbab30 error:0 in \
libffi.so.7.1.0[7f79f63e9000+a000]

[ 396.526622] traps: stret_large.exe[13082] trap invalid opcode \
ip:7f4335915da4 sp:7ffd544d92b0 error:0 in \
libffi.so.7.1.0[7f4335912000+a000]

[ 396.750477] traps: stret_large.exe[13091] trap invalid opcode \
ip:7f5c671ccda4 sp:7ffceb3fe640 error:0 in \
libffi.so.7.1.0[7f5c671c9000+a000]

[ 397.058754] traps: stret_large.exe[13100] trap invalid opcode \
ip:7f3ae49d4da4 sp:7fff64043550 error:0 in \
libffi.so.7.1.0[7f3ae49d1000+a000]

[ 397.237260] traps: stret_large2.ex[13109] trap invalid opcode \
ip:7f430e33cda4 sp:7ffc16767e20 error:0 in \
libffi.so.7.1.0[7f430e339000+a000]

[ 397.534171] traps: stret_large2.ex[13118] trap invalid opcode \
ip:7f2648440da4 sp:7ffd3337d520 error:0 in \
libffi.so.7.1.0[7f264843d000+a000]

[ 397.805518] traps: stret_large2.ex[13127] trap invalid opcode \
ip:7f1a10f0cda4 sp:7ffc23530210 error:0 in \
libffi.so.7.1.0[7f1a10f09000+a000]

[ 398.031252] traps: stret_large2.ex[13136] trap invalid opcode \
ip:7fd6a521cda4 sp:7ffdf250f980 error:0 in \
libffi.so.7.1.0[7fd6a5219000+a000]

[ 398.324543] traps: stret_large2.ex[13145] trap invalid opcode \
ip:7fcacea5eda4 sp:7ffe225bdd20 error:0 in \
libffi.so.7.1.0[7fcacea5b000+a000]

[ 426.033692] do_trap: 10 callbacks suppressed

[ 426.033697] traps: testclosure.exe[14414] trap invalid opcode \
ip:7ff56909fda4 sp:7ffe83dffaa0 error:0 in \
libffi.so.7.1.0[7ff56909c000+a000]

[ 426.211171] traps: testclosure.exe[14423] trap invalid opcode \
ip:7f5f07825da4 sp:7fff850507d0 error:0 in \
libffi.so.7.1.0[7f5f07822000+a000]

[ 426.390473] traps: testclosure.exe[14432] trap invalid opcode \
ip:7fa70fd53da4 sp:7ffdc213bf50 error:0 in \
libffi.so.7.1.0[7fa70fd50000+a000]

[ 426.561039] traps: testclosure.exe[14441] trap invalid opcode \
ip:7f5e3c59dda4 sp:7ffccc29aba0 error:0 in \
libffi.so.7.1.0[7f5e3c59a000+a000]

[ 426.735469] traps: testclosure.exe[14450] trap invalid opcode \
ip:7f0bd3ad0da4 sp:7fffb738f560 error:0 in \
libffi.so.7.1.0[7f0bd3acd000+a000]

[ 428.044573] traps: unwindtest.exe[14508] trap invalid opcode \
ip:7f1f86553da4 sp:7ffca63f4b70 error:0 in \
libffi.so.7.1.0[7f1f86550000+a000]

[ 428.382027] traps: unwindtest.exe[14517] trap invalid opcode \
ip:7fe8607fdda4 sp:7fff444995a0 error:0 in \
libffi.so.7.1.0[7fe8607fa000+a000]

[ 428.771418] traps: unwindtest.exe[14526] trap invalid opcode \
ip:7fcd9b4f8da4 sp:7ffe518798f0 error:0 in \
libffi.so.7.1.0[7fcd9b4f5000+a000]

[ 429.149341] traps: unwindtest.exe[14535] trap invalid opcode \
ip:7fa66171fda4 sp:7ffef69cfa10 error:0 in \
libffi.so.7.1.0[7fa66171c000+a000]

[ 429.490258] traps: unwindtest.exe[14544] trap invalid opcode \
ip:7f3b9f319da4 sp:7ffc95da2ef0 error:0 in \
libffi.so.7.1.0[7f3b9f316000+a000]

[ 435.023372] traps: cls_align_compl[14786] trap invalid opcode \
ip:7fb289225da4 sp:7ffc0612fcd0 error:0 in \
libffi.so.7.1.0[7fb289222000+a000]

[ 435.224306] traps: cls_align_compl[14795] trap invalid opcode \
ip:7f9b5dec1da4 sp:7fff8db0b210 error:0 in \
libffi.so.7.1.0[7f9b5debe000+a000]

[ 435.430625] traps: cls_align_compl[14804] trap invalid opcode \
ip:7efd8f182da4 sp:7ffc1de6c320 error:0 in \
libffi.so.7.1.0[7efd8f17f000+a000]

[ 435.629571] traps: cls_align_compl[14813] trap invalid opcode \
ip:7fa2c2382da4 sp:7ffd65510740 error:0 in \
libffi.so.7.1.0[7fa2c237f000+a000]

[ 435.827894] traps: cls_align_compl[14822] trap invalid opcode \
ip:7f0d65f9fda4 sp:7ffe7c205a70 error:0 in \
libffi.so.7.1.0[7f0d65f9c000+a000]

[ 435.993573] traps: cls_align_compl[14831] trap invalid opcode \
ip:7f9bbb28eda4 sp:7ffd4501e420 error:0 in \
libffi.so.7.1.0[7f9bbb28b000+a000]

[ 436.194729] traps: cls_align_compl[14840] trap invalid opcode \
ip:7fc3d40f3da4 sp:7ffca08e91b0 error:0 in \
libffi.so.7.1.0[7fc3d40f0000+a000]

[ 436.407218] traps: cls_align_compl[14849] trap invalid opcode \
ip:7fd7cbd66da4 sp:7ffe01dbfee0 error:0 in \
libffi.so.7.1.0[7fd7cbd63000+a000]

[ 436.609707] traps: cls_align_compl[14858] trap invalid opcode \
ip:7f31badd6da4 sp:7ffc927aa630 error:0 in \
libffi.so.7.1.0[7f31badd3000+a000]

[ 436.814435] traps: cls_align_compl[14867] trap invalid opcode \
ip:7f6a74529da4 sp:7ffe321da690 error:0 in \
libffi.so.7.1.0[7f6a74526000+a000]

[ 440.066515] do_trap: 17 callbacks suppressed

[ 440.066520] traps: cls_complex_lon[15029] trap invalid opcode \
ip:7f65edfe1da4 sp:7ffea5c64700 error:0 in \
libffi.so.7.1.0[7f65edfde000+a000]

[ 440.244778] traps: cls_complex_lon[15038] trap invalid opcode \
ip:7f587c208da4 sp:7ffe35db2580 error:0 in \
libffi.so.7.1.0[7f587c205000+a000]

[ 440.426597] traps: cls_complex_lon[15047] trap invalid opcode \
ip:7f6555a7eda4 sp:7ffec0080ec0 error:0 in \
libffi.so.7.1.0[7f6555a7b000+a000]

[ 440.589499] traps: cls_complex_str[15056] trap invalid opcode \
ip:7fda9b115da4 sp:7ffc5fdb3330 error:0 in \
libffi.so.7.1.0[7fda9b112000+a000]

[ 440.786910] traps: cls_complex_str[15065] trap invalid opcode \
ip:7f84c6a54da4 sp:7ffe99a9d420 error:0 in \
libffi.so.7.1.0[7f84c6a51000+a000]

[ 440.986193] traps: cls_complex_str[15074] trap invalid opcode \
ip:7fccf49ebda4 sp:7ffece443b90 error:0 in \
libffi.so.7.1.0[7fccf49e8000+a000]

[ 441.182204] traps: cls_complex_str[15083] trap invalid opcode \
ip:7ff8ad0c1da4 sp:7ffc8621fc50 error:0 in \
libffi.so.7.1.0[7ff8ad0be000+a000]

[ 441.377639] traps: cls_complex_str[15092] trap invalid opcode \
ip:7f7570337da4 sp:7fff3ee26300 error:0 in \
libffi.so.7.1.0[7f7570334000+a000]

[ 441.542883] traps: cls_complex_str[15101] trap invalid opcode \
ip:7fa1eed67da4 sp:7ffef10f7d90 error:0 in \
libffi.so.7.1.0[7fa1eed64000+a000]

[ 441.749522] traps: cls_complex_str[15110] trap invalid opcode \
ip:7f08791eada4 sp:7ffda51ed070 error:0 in \
libffi.so.7.1.0[7f08791e7000+a000]

[ 445.113858] do_trap: 16 callbacks suppressed

[ 445.113863] traps: cls_complex_va_[15263] trap invalid opcode \
ip:7f644924cda4 sp:7ffdaafbc540 error:0 in \
libffi.so.7.1.0[7f6449249000+a000]

[ 445.317722] traps: cls_complex_va_[15272] trap invalid opcode \
ip:7ff057ba7da4 sp:7ffddeb06d70 error:0 in \
libffi.so.7.1.0[7ff057ba4000+a000]

[ 445.484768] traps: cls_complex_va_[15281] trap invalid opcode \
ip:7f0e0774ada4 sp:7fff99a9ae70 error:0 in \
libffi.so.7.1.0[7f0e07747000+a000]

[ 445.687235] traps: cls_complex_va_[15290] trap invalid opcode \
ip:7f3e6a356da4 sp:7ffc4ec30810 error:0 in \
libffi.so.7.1.0[7f3e6a353000+a000]

[ 445.891569] traps: cls_complex_va_[15299] trap invalid opcode \
ip:7fe897113da4 sp:7ffd3d357240 error:0 in \
libffi.so.7.1.0[7fe897110000+a000]

[ 446.088336] traps: cls_complex_va_[15308] trap invalid opcode \
ip:7fe40cd87da4 sp:7fffd32b49f0 error:0 in \
libffi.so.7.1.0[7fe40cd84000+a000]

[ 446.287785] traps: cls_complex_va_[15317] trap invalid opcode \
ip:7f97d19b1da4 sp:7ffc5eebe740 error:0 in \
libffi.so.7.1.0[7f97d19ae000+a000]

[ 463.001508] traps: closure1.exe[16153] trap invalid opcode \
ip:7fe87b1041e0 sp:7ffdabb98240 error:0 in \
libffi.so.7.1.0[7fe87b0fc000+a000]

[ 463.323999] traps: closure1.exe[16171] trap invalid opcode \
ip:7ff8ce41c1e0 sp:7ffc174407a0 error:0 in \
libffi.so.7.1.0[7ff8ce414000+a000]

[ 463.651271] traps: closure1.exe[16189] trap invalid opcode \
ip:7fca98a8c1e0 sp:7ffc919f0840 error:0 in \
libffi.so.7.1.0[7fca98a84000+a000]

[ 463.969505] traps: closure1.exe[16207] trap invalid opcode \
ip:7fa822dce1e0 sp:7ffec184dc40 error:0 in \
libffi.so.7.1.0[7fa822dc6000+a000]

[ 464.292736] traps: closure1.exe[16225] trap invalid opcode \
ip:7f18750191e0 sp:7ffc07fc4340 error:0 in \
libffi.so.7.1.0[7f1875011000+a000]


= = = = = = = = = =
= = = = = = = = = =


cat /proc/cpuinfo output:



processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 42
model name : Intel(R) Celeron(R) CPU 847 @ 1.10GHz
stepping : 7
microcode : 0x28
cpu MHz : 799.957
cache size : 2048 KB
physical id : 0
siblings : 2
core id : 0
cpu cores : 2
apicid : 0
initial apicid : 0
fpu : yes
fpu_exception : yes
cpuid level : 13
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr \
 pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm \
 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts \
 rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni \
 pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr \
 pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer xsave \
 lahf_lm epb tpr_shadow vnmi flexpriority ept vpid xsaveopt \
 dtherm arat pln pts

bugs :
bogomips : 2195.21
clflush size : 64
cache_alignment : 64
address sizes : 36 bits physical, 48 bits virtual
power management:

processor : 1
vendor_id : GenuineIntel
cpu family : 6
model : 42
model name : Intel(R) Celeron(R) CPU 847 @ 1.10GHz
stepping : 7
microcode : 0x28
cpu MHz : 812.780
cache size : 2048 KB
physical id : 0
siblings : 2
core id : 1
cpu cores : 2
apicid : 2
initial apicid : 2
fpu : yes
fpu_exception : yes
cpuid level : 13
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr \
pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht \
tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts \
rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni \
pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr \
pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer xsave \
lahf_lm epb tpr_shadow vnmi flexpriority ept vpid xsaveopt \
dtherm arat pln pts

bugs :
bogomips : 2195.21
clflush size : 64
cache_alignment : 64
address sizes : 36 bits physical, 48 bits virtual
power management:


= = = = = = = = = =
= = = = = = = = = =


LFS gcc -v output:


Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/7.2.0/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: ../configure --prefix=/usr --enable-languages=c,c++ \
--disable-multilib --disable-bootstrap --with-system-zlib
Thread model: posix
gcc version 7.2.0 (GCC)


= = = = = = = = = =
= = = = = = = = = =



BLFS gcc -v output:


Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/7.2.0/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: ../configure --prefix=/usr --disable-multilib \
--with-system-zlib --enable-languages=c,c++,fortran,go,objc,obj-c++ \
--enable-libmpx
Thread model: posix
gcc version 7.2.0 (GCC)


= = = = = = = = = =
= = = = = = = = = =


Thank you in advance.

Jamenson Ferreira Espindula de Almeida Melo
GNU/Linux user # 166197
https://linuxcounter.net/cert/166197.png

Key fingerprint:
234D 1914 4224 7C53 BD13  6855 2AE0 25C0 08A8 6180
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to