Hi,
On 10/13/19 5:41 PM, Thomas Koenig wrote:
OK, so here's the update. There was a problem with uninitialized
variables, which for some reason was not detected on compilation.
OK for trunk?
OK with a minor nit. — Thanks for the patch.
unsigned int do_not_warn : 1;
+
+ /* Set this if the expression came from expanding an array constructor. */
+
+ unsigned int from_constructor : 1;
The most other items in the file have no empty line between comment and
the bit-set entry. For consistency, can you remove that line?
Thanks,
Tobias