sepcomp: initialize lazy guards to 'false' if opt_no_union_attribute.
authorJean Privat <jean@pryen.org>
Mon, 23 Mar 2015 14:16:26 +0000 (21:16 +0700)
committerJean Privat <jean@pryen.org>
Mon, 23 Mar 2015 15:28:34 +0000 (22:28 +0700)
commitca865ce247de3c7e8acf89e9617ad331a6e0a65b
tree338e9376ffa67149f6d021afe4fc9502a3f9583c
parent86b699c5df743f54d882278e6c6b61ba0f3fa8a9
sepcomp: initialize lazy guards to 'false' if opt_no_union_attribute.

Otherwise the guard is let at `NULL` (aka uninitialized) and will
ironically fail at runtime because the lazy guard is not initialized.

Signed-off-by: Jean Privat <jean@pryen.org>
src/compiler/separate_compiler.nit