[LLVMbugs] [Bug 3890] New: Crash when building py-numeric

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Thu Mar 26 12:31:53 PDT 2009


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

           Summary: Crash when building py-numeric
           Product: libraries
           Version: trunk
          Platform: PC
        OS/Version: FreeBSD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Scalar Optimizations
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: ed at 80386.nl
                CC: llvmbugs at cs.uiuc.edu
            Blocks: 3696


Created an attachment (id=2762)
 --> (http://llvm.org/bugs/attachment.cgi?id=2762)
Test case

I have no idea which category should be used to file this bug, so here it goes:

cc -O2 -pipe   test.c  -o test
Stack dump:
0.      Program arguments: /usr/bin/clang-cc -S -disable-free
--relocation-model static --disable-fp-elim --unwind-tables=1 --fmath-errno=1
-O2 -arch x86_64 -o /tmp/cc-AmsTYM.s -x c test.c 
1.      <eof> parser at end of file
2.      Per-module optimization passes
3.      Running pass 'CallGraph Pass Manager' on module 'test.c'.
4.      Running pass 'Loop Pass Manager' on function '@zlascl_'
5.      Running pass 'Loop Invariant Code Motion' on basic block '%L10'

I couldn't reduce the test case any further... It seems the crash goes away if
I remove random pieces of code.


-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list