CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2016/05/05 03:29:26
Modified files: gnu/gcc/gcc : c-typeck.c Log message: 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. ok stefan@, jsg@