Michael Matz 4a70b2bc2d Fix handling of unevaluated subexpression of const
we were emitting error messages for something like
'static int i = 2 || 1/0', even though the exception would be in
the unevaluated part.  This doesn't destroy const-ness, so we must
accept it.  This requires splitting the nocode_wanted values a bit more,
so that nocode_wanted due to const_wanted can be differentiated from
nocode_wanted due to non-evaluation.
2020-01-15 23:32:40 +01:00
..
2018-01-05 02:19:26 +01:00
2017-09-24 18:03:26 -07:00
2017-12-12 17:57:20 +01:00
2017-12-12 17:57:20 +01:00
2017-12-03 04:53:50 +01:00
2020-01-15 08:53:19 +01:00
2019-12-16 20:17:10 +01:00
2020-01-15 08:53:19 +01:00
2016-12-15 17:47:08 +01:00
2016-10-01 20:27:41 +02:00