<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - glsl/glcpp/tests/glcpp-test-cr-lf regression"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=94447#c4">Comment # 4</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - glsl/glcpp/tests/glcpp-test-cr-lf regression"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=94447">bug 94447</a>
              from <span class="vcard"><a class="email" href="mailto:kenneth@whitecape.org" title="Kenneth Graunke <kenneth@whitecape.org>"> <span class="fn">Kenneth Graunke</span></a>
</span></b>
        <pre>My test actually exposed another preprocessor bug.  Namely, the character
location is wrong for hashes on a single line.

#
#error foo

currently generates:

0:1(3): preprocessor error: #error foo

which has the character position as 3.  In the cr-lf mode, it generates 4.  It
ought to be 1, however...</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the QA Contact for the bug.</li>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>