if we construct anonymous static union ,at file scope my compiler(gcc) gives error:segmentation fault
why this is so!
it is simplified code,Code:static union{int a;}; int main() { return 0; }
i'm using code::blocks 8.02 (it uses gcc).
is it non standard thing or it's my compiler's fault?



LinkBack URL
About LinkBacks



I used to be an adventurer like you... then I took an arrow to the knee.