PP: Fix #1104: Missing check for #if overflow.
Also, rationalized this to generally make it safer and more readable. It could use a more modern approach, at some point...
This commit is contained in:
20
Test/baseResults/cppDeepNest.frag.out
Executable file
20
Test/baseResults/cppDeepNest.frag.out
Executable file
@@ -0,0 +1,20 @@
|
||||
cppDeepNest.frag
|
||||
ERROR: 0:66: '#if/#ifdef/#ifndef' : maximum nesting depth exceeded
|
||||
ERROR: 0:66: '' : missing #endif
|
||||
ERROR: 0:66: '' : syntax error, unexpected $end
|
||||
ERROR: 3 compilation errors. No code generated.
|
||||
|
||||
|
||||
Shader version: 100
|
||||
ERROR: node is still EOpNull!
|
||||
0:? Linker Objects
|
||||
|
||||
|
||||
Linked fragment stage:
|
||||
|
||||
ERROR: Linking fragment stage: Missing entry point: Each stage requires one entry point
|
||||
|
||||
Shader version: 100
|
||||
ERROR: node is still EOpNull!
|
||||
0:? Linker Objects
|
||||
|
||||
117
Test/cppDeepNest.frag
Normal file
117
Test/cppDeepNest.frag
Normal file
@@ -0,0 +1,117 @@
|
||||
#ifdef O
|
||||
#if
|
||||
#if
|
||||
#if
|
||||
#if
|
||||
#if
|
||||
#if
|
||||
#if
|
||||
#if
|
||||
#if
|
||||
#if
|
||||
#if
|
||||
#if
|
||||
#if
|
||||
#if
|
||||
#if
|
||||
#if
|
||||
#if
|
||||
#if
|
||||
#if
|
||||
#if
|
||||
#if
|
||||
#if
|
||||
#if
|
||||
#if
|
||||
#if
|
||||
#if
|
||||
#if
|
||||
#if
|
||||
#if
|
||||
#if
|
||||
#if
|
||||
#if
|
||||
#if
|
||||
#if
|
||||
#if
|
||||
#if
|
||||
#if
|
||||
#if
|
||||
#if
|
||||
#if
|
||||
#if
|
||||
#if
|
||||
#if
|
||||
#if
|
||||
#if
|
||||
#if
|
||||
#if
|
||||
#if
|
||||
#if
|
||||
#if
|
||||
#if
|
||||
#if
|
||||
#if
|
||||
#if
|
||||
#if
|
||||
#if
|
||||
#if
|
||||
#if
|
||||
#if
|
||||
#if
|
||||
#if
|
||||
#if
|
||||
#if
|
||||
#if
|
||||
#if
|
||||
#if
|
||||
#if
|
||||
#if
|
||||
#if
|
||||
#if
|
||||
#if
|
||||
#if
|
||||
#if
|
||||
#if
|
||||
#if
|
||||
#if
|
||||
#if
|
||||
#if
|
||||
#if
|
||||
#if
|
||||
#if
|
||||
#if
|
||||
#if
|
||||
#if
|
||||
#if
|
||||
#if
|
||||
#if
|
||||
#if
|
||||
#if
|
||||
#if
|
||||
#if
|
||||
#if
|
||||
#if
|
||||
#if
|
||||
#if
|
||||
#if
|
||||
#if
|
||||
#if
|
||||
#if
|
||||
#if
|
||||
#if
|
||||
#if
|
||||
#if
|
||||
#if
|
||||
#if
|
||||
#if
|
||||
#if
|
||||
#if
|
||||
#if
|
||||
#if
|
||||
#if
|
||||
#if
|
||||
#if
|
||||
#if
|
||||
#if
|
||||
#endif
|
||||
Reference in New Issue
Block a user