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

           Summary: --time-report crashes llvm-gcc
           Product: new-bugs
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: new bugs
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


Compiling any file with --time-report and checks enabled:

$ llvm-gcc --time-report -c empty.c

Execution times (seconds)
 llvm backend per file :   0.01 (100%) usr   0.00 ( 0%) sys   0.00 ( 0%) wall  
    0 kB ( 0%) ggc
 TOTAL                 :   0.01             0.00             0.01     989 kB
Extra diagnostic checks enabled; compiler may run slowly.
Configure with --disable-checking to disable checks.
cc1: llvm/include/llvm/Support/Timer.h:177: llvm::TimerGroup::~TimerGroup():
Assertion `NumTimers == 0 && "TimerGroup destroyed before all contained
timers!"' failed.


-- 
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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to