Date: Thu, 01 Jan 2015 19:06:20 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-arm@FreeBSD.org Subject: [Bug 196423] [arm] clang3.5 crashes building math/gmp Message-ID: <bug-196423-7-t97tFceX0Q@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-196423-7@https.bugs.freebsd.org/bugzilla/> References: <bug-196423-7@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196423 --- Comment #1 from Sean Bruno <sbruno@FreeBSD.org> --- MAKE_JOBS_UNSAFE=yes ===> Building for gmp-5.1.3_2 /nxb-bin/usr/bin/make all-recursive Making all in tests Making all in . Making all in devel Making all in mpn Making all in mpz Making all in mpq Making all in mpf Making all in rand Making all in misc Making all in cxx Making all in mpn /bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /nxb-bin/usr/bin/cc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sqr_basecase | sed 's/_$//'` -O -pipe -fno-strict-aliasing `test -f 'sqr_basecase.asm' || echo './'`sqr_basecase.asm libtool: compile: ../mpn/m4-ccas --m4=m4 /nxb-bin/usr/bin/cc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sqr_basecase -O -pipe -fno-strict-aliasing sqr_basecase.asm -fPIC -DPIC -o .libs/sqr_basecase.o m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_sqr_basecase -DPIC sqr_basecase.asm >tmp-sqr_basecase.s /nxb-bin/usr/bin/cc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sqr_basecase -O -pipe -fno-strict-aliasing tmp-sqr_basecase.s -fPIC -DPIC -o .libs/sqr_basecase.o cc: warning: argument unused during compilation: '-D HAVE_CONFIG_H' cc: warning: argument unused during compilation: '-I .' cc: warning: argument unused during compilation: '-I ..' cc: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP' cc: warning: argument unused during compilation: '-I ..' cc: warning: argument unused during compilation: '-D OPERATION_sqr_basecase' cc: warning: argument unused during compilation: '-fno-strict-aliasing' cc: warning: argument unused during compilation: '-fPIC' cc: warning: argument unused during compilation: '-D PIC' Unimplemented UNREACHABLE executed at /usr/local/poudriere/jails/11-armv6/usr/src/lib/clang/libllvmarmdesc/../../../contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMELFObjectWriter.cpp:84! Stack dump: 0. Program arguments: /nxb-bin/usr/bin/cc -cc1as -triple armv6--freebsd11.0-gnueabi -filetype obj -main-file-name tmp-sqr_basecase.s -target-cpu arm1176jzf-s -target-feature -neon -target-feature -crypto -fdebug-compilation-dir /wrkdirs/usr/ports/math/gmp/work/gmp-5.1.3/mpn -dwarf-debug-producer FreeBSD clang version 3.5.0 (tags/RELEASE_350/final 216957) 20141124 -o .libs/sqr_basecase.o tmp-sqr_basecase.s 1. Program arguments: -triple armv6--freebsd11.0-gnueabi -filetype obj -main-file-name tmp-sqr_basecase.s -target-cpu arm1176jzf-s -target-feature -neon -target-feature -crypto -fdebug-compilation-dir /wrkdirs/usr/ports/math/gmp/work/gmp-5.1.3/mpn -dwarf-debug-producer FreeBSD clang version 3.5.0 (tags/RELEASE_350/final 216957) 20141124 -o .libs/sqr_basecase.o tmp-sqr_basecase.s cc: error: unable to execute command: Abort trap (core dumped) cc: error: clang integrated assembler command failed due to signal (use -v to see invocation) FreeBSD clang version 3.5.0 (tags/RELEASE_350/final 216957) 20141124 Target: armv6--freebsd11.0-gnueabi Thread model: posix cc: note: diagnostic msg: PLEASE submit a bug report to https://bugs.freebsd.org/submit/ and include the crash backtrace, preprocessed source, and associated run script. cc: note: diagnostic msg: Error generating preprocessed source(s) - no preprocessable inputs. *** Error code 1 Stop. make[3]: stopped in /wrkdirs/usr/ports/math/gmp/work/gmp-5.1.3/mpn *** Error code 1 Stop. make[2]: stopped in /wrkdirs/usr/ports/math/gmp/work/gmp-5.1.3 *** Error code 1 Stop. make[1]: stopped in /wrkdirs/usr/ports/math/gmp/work/gmp-5.1.3 *** Error code 1 Stop. make: stopped in /usr/ports/math/gmp -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-196423-7-t97tFceX0Q>