[Mesa-dev] [Bug 94447] glsl/glcpp/tests/glcpp-test-cr-lf regression

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Mar 9 02:57:03 UTC 2016


https://bugs.freedesktop.org/show_bug.cgi?id=94447

--- Comment #4 from Kenneth Graunke <kenneth at whitecape.org> ---
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...

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20160309/dabc78b3/attachment-0001.html>


More information about the mesa-dev mailing list