tccgen.c: Recognise constant expressions with conditional operator.
commit992cbda8d0958572831ea18c58c32ed11daf812d
authorEdmund Grimley Evans <Edmund.Grimley.Evans@gmail.com>
Fri, 20 Nov 2015 00:24:46 +0000 (20 00:24 +0000)
committerEdmund Grimley Evans <Edmund.Grimley.Evans@gmail.com>
Fri, 20 Nov 2015 00:24:46 +0000 (20 00:24 +0000)
tree790cb8891837724ec602dfddf5aa6ce24361f3a2
parent30c54c9d433f5cc213912afd2ed04808cd9a4a23
tccgen.c: Recognise constant expressions with conditional operator.

tests/tests2/78_vla_label.c: Check that int a[1 ? 1 : 1] is not a VLA.
tccgen.c
tests/tests2/78_vla_label.c