summaryrefslogtreecommitdiffstats
path: root/contrib/gcclibs/libcpp/expr.c
Commit message (Collapse)AuthorAgeFilesLines
* MFC r258826, r259555, r 259558:pfg2013-12-251-10/+14
| | | | | | | | | | | | | | | libcpp: Merge fixes from upstream Fixes: GCC preprocessor/29966: GCC preprocessor/28709: GCC c/31924 GCC preprocessor/14331 gcc: add Apple-compatible -Wnewline-eof Obtained from: gcc per-4.3 (rev. 121340, 124356, 124358, 124730, 125212, 125255 ; GPLv2) Apple Inc. (Apple GCC 4.2 - 5531)
* Add support for the GCC binary integer constants extension.pfg2013-08-311-3/+43
| | | | | | | | | | This is required to build the i965 backend with newer versions of mesa. Original patch from Joerg Wunsch in GCC Bug 23479, under the GPLv2; also taken from there in OpenBSD. Obtained from: gcc 4.3 (rev. 125346; GPLv2) MFC after: 5 days
* Add support for "d" floating-point suffix, as defined by draft N1312pfg2013-05-121-3/+16
| | | | | | | | | of TR 24732. Emit pedantic warning if the feature is being used. Should solve GCC bug 39027. Obtained from: OpenBSD MFC after: 2 weeks
* GCC 4.2.0 release miscellaneous support libraries.kan2007-05-191-0/+1543
OpenPOWER on IntegriCloud