CVSROOT: /cvs Module name: src Changes by: marty...@cvs.openbsd.org 2013/04/04 16:01:32
Modified files: gnu/gcc/gcc : c-lex.c gnu/gcc/libcpp : expr.c gnu/gcc/libcpp/include: cpplib.h Log message: Add support for "d" floating-point suffix, as defined by draft N1312 of TR 24732. Emit pedantic warning if the feature is being used. Requested by jasper@; needed by certain ports. OK miod@.