<html>
    <head>
      <base href="http://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 --- - False positive: "Undefined or garbage value returned to caller""
   href="http://llvm.org/bugs/show_bug.cgi?id=18309">18309</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>False positive: "Undefined or garbage value returned to caller"
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>clang
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>trunk
          </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>Static Analyzer
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>kremenek@apple.com
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>john@bass-software.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvmbugs@cs.uiuc.edu
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Created <span class=""><a href="attachment.cgi?id=11774" name="attach_11774" title="Simple test case">attachment 11774</a> <a href="attachment.cgi?id=11774&action=edit" title="Simple test case">[details]</a></span>
Simple test case

Using:
clang version 3.5 (trunk 197863)
Target: x86_64-unknown-linux-gnu
Thread model: posix

I'm getting a false positive "Undefined or garbage value returned to caller"
for a variable which is guaranteed to be written to in one of the 'case'
entries of a 'switch' statement.

Test case attached.  Note, that false positive is not given for a switch() on
enum values, but it is given for switch() on an int where two bits are masked
out.

Use: scan-build --use-analyzer <...>/bin/clang gcc -std=c99 -o test.o -c test.c</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>