]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
GCC: Add support for named initializers for anonymous structs/unions.
authorpfg <pfg@FreeBSD.org>
Fri, 20 May 2016 14:36:49 +0000 (14:36 +0000)
committerpfg <pfg@FreeBSD.org>
Fri, 20 May 2016 14:36:49 +0000 (14:36 +0000)
commit7e54d481ce2d6bfb6efcd1ce7d13e4cf512b50c5
tree2216d7d6e7ad6e758a9076b68bde3f78492ea17b
parent8dc7f1d8c74b3019a56fa6291f6076e83417ff2b
GCC: Add support for named initializers for anonymous structs/unions.

This is a C11 feature that is starting to get used in places such as Mesa.
This implementation takes a different approach to upstream and is
therefore not covered by GPLv3.

Obtained from: OpenBSD (CVS rev. 1.2)
MFC after: 3 weeks
contrib/gcc/c-typeck.c