My question is described by the following program:
/*
Works fine normally, "-g -Wall"
Fails in C99 mode, "-g -Wall -std=c99"
I need C99 mode as I am compiling 3rd party code written with C99-specific features.
*/
typedef union tagANON_US2
{ i..
↧