mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-23 12:58:09 +02:00
This test exposes two current bugs: 1. The source number is not being correctly emitted in error messages (instead, it's always 0). 2. A directive of "#line 0" is resulting in the following parse error: preprocessor error: Invalid tokens after #
13 lines
225 B
Text
13 lines
225 B
Text
0:0(1): preprocessor error: #error line 0 error
|
|
0:25(1): preprocessor error: #error line 25 error
|
|
1:0(1): preprocessor error: #error source 1, line 0 error
|
|
2:30(1): preprocessor error: #error source 2, line 30 error
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|