<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 --- - Checks for UserLabelPrefix in freestanding mode are incorrect (?)"
   href="https://llvm.org/bugs/show_bug.cgi?id=26255">26255</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Checks for UserLabelPrefix in freestanding mode are incorrect (?)
          </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>Windows NT
          </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>Frontend
          </td>
        </tr>

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

        <tr>
          <th>Reporter</th>
          <td>andreybokhanko@gmail.com
          </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>Rafael believes (<a href="http://reviews.llvm.org/D16295#329929">http://reviews.llvm.org/D16295#329929</a>) that the following
checks for __USER_LABEL_PREFIX_ macro in tools/clang/test/Preprocessor/init.c
are incorrect:

init.c:5216 // PPC603E:#define __USER_LABEL_PREFIX__ _
init.c:4837 // NVPTX32:#define __USER_LABEL_PREFIX__ _
init.c:2402 // I386:#define __USER_LABEL_PREFIX__ _
init.c:7343 // X86_64:#define __USER_LABEL_PREFIX__ _
init.c:1376 // ARM:#define __USER_LABEL_PREFIX__ _
init.c:418 // AARCH64:#define __USER_LABEL_PREFIX__ _
init.c:6970 // SPARC:#define __USER_LABEL_PREFIX__ _
init.c:6785 // S390X:#define __USER_LABEL_PREFIX__ _
init.c:4649 // MSP430:#define __USER_LABEL_PREFIX__ _
init.c:7149 // TCE:#define __USER_LABEL_PREFIX__ _
init.c:2993 // MIPS32BE:#define __USER_LABEL_PREFIX__ _

They are added by:

hfinkel (PPC603E)
nobled (NVPTX32)
lattner (I386, X86_64, ARM, SPARC, MSP430, TCE)
kevinqin (AARCH64)
uweigand (S390X)
atanasyan (MIPS32BE)

I CCed all of you to this PR; if you believe your check is correct, please add
a note. If you agree it's not, let me know -- I will change it (or do this
yourself, if you have a free minute).

Andrey</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>