tinycc-devel
[Top][All Lists]
Advanced

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

[Tinycc-devel] Plan9 extensions


From: Elijah Stone
Subject: [Tinycc-devel] Plan9 extensions
Date: Sat, 15 May 2021 16:39:07 -0700 (PDT)

Hi all,

Attached patches implement the plan9 extensions to c, also implemented by gcc&co. It also improves the quality of error messages for code using typedefs.

I've split the patch into two parts: the first implements the simpler half of the extension and the error improvements, while the second, which implements the other half of the extension, is somewhat invasive and may not be worthwhile to support. (Particularly since it can be simulated in-userspace using _Generic.)

Cheers,

 -E

Attachment: 1.diff
Description: Text document

Attachment: 2.diff
Description: Text document


reply via email to

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