tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Tinycc-devel] Patch to forbid using incomplete types in structures/unio


From: Amine Najahi
Subject: [Tinycc-devel] Patch to forbid using incomplete types in structures/unions
Date: Mon, 30 Sep 2013 00:28:23 +0200

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
}

reply via email to

[Prev in Thread] Current Thread [Next in Thread]