Michael Matz <[email protected]> wrote:
 |On Tue, 8 Nov 2016, Steffen Nurpmeso wrote:
 ... [one of these days where i am forgiving with myself..]

 |The file being:
 |
 |enum{ a_0, a_1, a255 };
 |int
 |main(int argc, char **argv){
 |        switch(argc){
 |        a_0: return 0;
 |        a_1: return 1;
 |        a_255: return 255;
 |}
 |}
 |
 |Why should it fail?  This is valid (albeit silly) code with three dead 

Yes.  Where was my head?
Sorry.

--steffen

_______________________________________________
Tinycc-devel mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to