CVSROOT: /cvs Module name: src Changes by: marty...@cvs.openbsd.org 2015/07/27 13:50:41
Modified files: gnu/gcc/gcc : c-common.h c-parser.c Log message: Implement support for __builtin_complex() to construct complex values, required by the upcoming libm work. OK miod@.