<div>On Windows, the CodeGen/statements.c test fails, apparently because of this error:</div>
<div> </div>
<div>3><stdin>:23:17: error: initializer element is not a compile-time constant<br>3>static long x = &&bar - &&baz;<br>3>                ^~~~~~~~~~~~~<br></div>
<div>First, what does a unary "&&" do on a variable?  Address of an address?  It doesn't seem to make sense.</div>
<div> </div>
<div>Second, why would it result in an error in VC++-built Clang, but not on other platforms?  (I tried using other target triples, but there was no change.)</div>
<div><br clear="all">I know I'll probably have to debug it, but understanding the first might help.</div>
<div></div><br>-- <br>John Thompson<br><a href="mailto:John.Thompson.JTSoftware@gmail.com">John.Thompson.JTSoftware@gmail.com</a><br><br>