[cfe-dev] Bug handling (void) casts

Chris Lattner clattner at apple.com
Fri Nov 30 09:56:44 PST 2007


On Nov 30, 2007, at 5:25 AM, Oliver Hunt wrote:

> In my continuing attempts to compile my old basic interpeter i have
> got on to the next failure:
>
> void f();
>
> void g(){
>    1 ? f() : (void)0;
> }
>
> I'm just sending this to the list on the off chance it's already known
> about, the trace is as follows:

Fixed.  This one was obvious, but please include what command you're  
using if you see a crash, thanks!

-Chris




More information about the cfe-dev mailing list