Hi tcc folks,

In its current version tcc allows using incomplete types inside structures.
Therefore the following codes incorrectly compiles in tcc:

struct myFirstStruct; //incomple type
struct mySecondStruct{
struct myFirstStruct
}
_______________________________________________
Tinycc-devel mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to