[llvm-bugs] [Bug 31503] New: (minor) switched summary word order in asan+ubsan output when ub found.
    via llvm-bugs 
    llvm-bugs at lists.llvm.org
       
    Sat Dec 31 05:25:47 PST 2016
    
    
  
https://llvm.org/bugs/show_bug.cgi?id=31503
            Bug ID: 31503
           Summary: (minor) switched summary word order in asan+ubsan
                    output when ub found.
           Product: compiler-rt
           Version: 3.9
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: compiler-rt
          Assignee: unassignedbugs at nondot.org
          Reporter: matthias.krueger at famsik.de
                CC: llvm-bugs at lists.llvm.org
    Classification: Unclassified
When compiling with -fsanitize=address,undefined and finding UB, the output may
look like this:
lib/valueflow.cpp:291:26: runtime error: value 1e+100 is outside the range of
representable values of type 'long long'
SUMMARY: AddressSanitizer: undefined-behavior lib/valueflow.cpp:291:26 in 
Note that it says "lib/valueflow.cpp:291:26 in" ("${line} in"), shouldn't it be
"in ${line}" ("in lib/valueflow.cpp:291:26")? 
Seems to happen in latest git/svn as well as 3.9.
compiler-rt @ 9fd7ba1b347766f2668a119e949ca8c1b2923f30 / r290689
-- 
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/20161231/25a75c13/attachment.html>
    
    
More information about the llvm-bugs
mailing list