<html>
    <head>
      <base href="https://llvm.org/bugs/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - (minor) switched summary word order in asan+ubsan output when ub found."
   href="https://llvm.org/bugs/show_bug.cgi?id=31503">31503</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>(minor) switched summary word order in asan+ubsan output when ub found.
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>compiler-rt
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>3.9
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>PC
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Linux
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>compiler-rt
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>unassignedbugs@nondot.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>matthias.krueger@famsik.de
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvm-bugs@lists.llvm.org
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr></table>
      <p>
        <div>
        <pre>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</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>