Re: [patch] Make every GIMPLE switch have a default case, always

2012-09-03 Thread Richard Guenther
On Sat, Aug 25, 2012 at 1:14 AM, Steven Bosscher wrote: > Hello, > > This patch restores the old invariant that every GIMPLE switch has a > default case. This invariant is only broken by the SJLJ exception > dispatch code, and it's resulted in some code accepting a switch > without a default while

Re: [patch] Make every GIMPLE switch have a default case, always

2012-08-31 Thread Steven Bosscher
Ping! On Sat, Aug 25, 2012 at 1:14 AM, Steven Bosscher wrote: > Hello, > > This patch restores the old invariant that every GIMPLE switch has a > default case. This invariant is only broken by the SJLJ exception > dispatch code, and it's resulted in some code accepting a switch > without a defaul