tinycc-devel
[Top][All Lists]
Advanced

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

[Tinycc-devel] [PATCH]: Add _Noreturn and partial _Alignas support


From: Devin Hussey
Subject: [Tinycc-devel] [PATCH]: Add _Noreturn and partial _Alignas support
Date: Wed, 20 Mar 2019 15:13:09 -0400

I pushed to the _Alignas_and_Noreturn:mob branch with my changes.

- _Noreturn: complete. It does nothing, but the standard doesn't say
it has to do anything.
- stdnoreturn.h: complete(ly pointless), but implemented.
- _Alignas: partial: It only works on integers for now, it doesn't
support _Alignas(type) yet.
- stdalign.h: I'm not implementing it until _Alignas is complete.

It is mostly copy pasting, to be honest.

--Devin Hussey



reply via email to

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