[LLVMbugs] [Bug 21680] New: clang crashes at -O1 and above on x86_64-linux-gnu

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed Nov 26 18:11:39 PST 2014


http://llvm.org/bugs/show_bug.cgi?id=21680

            Bug ID: 21680
           Summary: clang crashes at -O1 and above on x86_64-linux-gnu
           Product: clang
           Version: trunk
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: -New Bugs
          Assignee: unassignedclangbugs at nondot.org
          Reporter: su at cs.ucdavis.edu
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

The current clang trunk crashes when compiling the following testcase at -O1
and above in both 32-bit and 64-bit modes on x86_64-linux-gnu. 

This also affects earlier versions of clang since 3.2. 

$ clang-trunk -v
clang version 3.6.0 (trunk 220839)
Target: x86_64-unknown-linux-gnu
Thread model: posix
Found candidate GCC installation: /usr/lib/gcc/i686-linux-gnu/4.8
Found candidate GCC installation: /usr/lib/gcc/i686-linux-gnu/4.8.1
Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/4.4
Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/4.4.6
Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/4.4.7
Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/4.6
Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/4.6.4
Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/4.7
Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/4.7.3
Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/4.8
Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/4.8.1
Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/4.8
Candidate multilib: .;@m64
Candidate multilib: 32;@m32
Selected multilib: .;@m64
$ 
$ clang-trunk -O0 small.c
$ 
$ clang-trunk -O1 small.c
clang: /tmp/llvm/lib/Transforms/Scalar/SCCP.cpp:120: bool (anonymous
namespace)::LatticeVal::markConstant(llvm::Constant *): Assertion
`getLatticeValue() == forcedconstant && "Cannot move from overdefined to
constant!"' failed.
#0 0x28d6a5a llvm::sys::PrintStackTrace(_IO_FILE*)
(/usr/local/clang-trunk/bin/clang+0x28d6a5a)
#1 0x28d811b (/usr/local/clang-trunk/bin/clang+0x28d811b)
#2 0x7f3dd06d9cb0 __restore_rt (/lib/x86_64-linux-gnu/libpthread.so.0+0xfcb0)
#3 0x7f3dcf4f80d5 gsignal
/build/buildd/eglibc-2.15/signal/../nptl/sysdeps/unix/sysv/linux/raise.c:64:0
#4 0x7f3dcf4fb83b abort /build/buildd/eglibc-2.15/stdlib/abort.c:93:0
#5 0x7f3dcf4f0d9e __assert_fail_base
/build/buildd/eglibc-2.15/assert/assert.c:55:0
#6 0x7f3dcf4f0e42 (/lib/x86_64-linux-gnu/libc.so.6+0x2ee42)
#7 0x240ff8c (/usr/local/clang-trunk/bin/clang+0x240ff8c)
#8 0x240f7e0 (/usr/local/clang-trunk/bin/clang+0x240f7e0)
#9 0x241360a (/usr/local/clang-trunk/bin/clang+0x241360a)
#10 0x240cd9b (/usr/local/clang-trunk/bin/clang+0x240cd9b)
#11 0x240b240 (/usr/local/clang-trunk/bin/clang+0x240b240)
#12 0x2866347 llvm::legacy::PassManagerImpl::run(llvm::Module&)
(/usr/local/clang-trunk/bin/clang+0x2866347)
#13 0x8f5a23 clang::EmitBackendOutput(clang::DiagnosticsEngine&,
clang::CodeGenOptions const&, clang::TargetOptions const&, clang::LangOptions
const&, llvm::StringRef, llvm::Module*, clang::BackendAction,
llvm::raw_ostream*) (/usr/local/clang-trunk/bin/clang+0x8f5a23)
#14 0x8ea6f5 (/usr/local/clang-trunk/bin/clang+0x8ea6f5)
#15 0xaec5d3 clang::ParseAST(clang::Sema&, bool, bool)
(/usr/local/clang-trunk/bin/clang+0xaec5d3)
#16 0x6fbd9e clang::FrontendAction::Execute()
(/usr/local/clang-trunk/bin/clang+0x6fbd9e)
#17 0x6cf0fc clang::CompilerInstance::ExecuteAction(clang::FrontendAction&)
(/usr/local/clang-trunk/bin/clang+0x6cf0fc)
#18 0x6b1352 clang::ExecuteCompilerInvocation(clang::CompilerInstance*)
(/usr/local/clang-trunk/bin/clang+0x6b1352)
#19 0x6a7b27 cc1_main(llvm::ArrayRef<char const*>, char const*, void*)
(/usr/local/clang-trunk/bin/clang+0x6a7b27)
#20 0x6af9f5 main (/usr/local/clang-trunk/bin/clang+0x6af9f5)
#21 0x7f3dcf4e376d __libc_start_main
/build/buildd/eglibc-2.15/csu/libc-start.c:258:0
#22 0x6a7799 _start (/usr/local/clang-trunk/bin/clang+0x6a7799)
Stack dump:
0.    Program arguments: /usr/local/clang-trunk/bin/clang -cc1 -triple
x86_64-unknown-linux-gnu -emit-obj -disable-free -main-file-name small.c
-mrelocation-model static -mthread-model posix -fmath-errno -masm-verbose
-mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64
-target-linker-version 2.22 -momit-leaf-frame-pointer -dwarf-column-info
-resource-dir /usr/local/clang-trunk/bin/../lib/clang/3.6.0 -internal-isystem
/usr/local/include -internal-isystem
/usr/local/clang-trunk/bin/../lib/clang/3.6.0/include -internal-externc-isystem
/usr/include/x86_64-linux-gnu -internal-externc-isystem /include
-internal-externc-isystem /usr/include -O1 -fdebug-compilation-dir
/data2/c-hunter-results/C/trans-bugs/REDUCED/20141126-clang-m32-m64-O1-O2-O3-Os-build-test929430
-ferror-limit 19 -fmessage-length 118 -mstackrealign -fobjc-runtime=gcc
-fdiagnostics-show-option -fcolor-diagnostics -o /tmp/small-ec10a6.o -x c
small.c 
1.    <eof> parser at end of file
2.    Per-module optimization passes
3.    Running pass 'Interprocedural Sparse Conditional Constant Propagation' on
module 'small.c'.
clang: error: unable to execute command: Aborted (core dumped)
clang: error: clang frontend command failed due to signal (use -v to see
invocation)
clang version 3.6.0 (trunk 220839)
Target: x86_64-unknown-linux-gnu
Thread model: posix
clang: note: diagnostic msg: PLEASE submit a bug report to
http://llvm.org/bugs/ and include the crash backtrace, preprocessed source, and
associated run script.
clang: note: diagnostic msg: 
********************

PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT:
Preprocessed source(s) and associated run script(s) are located at:
clang: note: diagnostic msg: /tmp/small-e90260.c
clang: note: diagnostic msg: /tmp/small-e90260.sh
clang: note: diagnostic msg: 

********************
$ 


-------------------


int a, d;
long long c;

long long
fn1 ()
{
  int b; 
  if (b)
    return a;
  return 0;
}

void
fn2 ()
{
  c = fn1 ();
  d = __builtin_bswap64 (c);
}

int
main ()
{
  fn2 (); 
  return 0;
}

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20141127/0df5ac00/attachment.html>


More information about the llvm-bugs mailing list