diffblue-cbmc/regression/cbmc/union13
Michael Tautschnig 8f68057f66 NULL compares equal to 0 when config.ansi_c.NULL_is_zero is set
When comparing constants, we just compared their string representations.
This fails when one side of the (in)equality was NULL while the other
side was 0, which is wrong when config.ansi_c.NULL_is_zero is set. Thus
actually test both sides for being zero in this configuration.
2019-04-13 14:37:14 +00:00
..
main.c NULL compares equal to 0 when config.ansi_c.NULL_is_zero is set 2019-04-13 14:37:14 +00:00
no-arch.desc NULL compares equal to 0 when config.ansi_c.NULL_is_zero is set 2019-04-13 14:37:14 +00:00
test.desc NULL compares equal to 0 when config.ansi_c.NULL_is_zero is set 2019-04-13 14:37:14 +00:00