summaryrefslogtreecommitdiffstats
path: root/contrib/gcclibs/libcpp
Commit message (Collapse)AuthorAgeFilesLines
* Add support for "d" floating-point suffix, as defined by draft N1312pfg2013-05-122-3/+17
| | | | | | | | | of TR 24732. Emit pedantic warning if the feature is being used. Should solve GCC bug 39027. Obtained from: OpenBSD MFC after: 2 weeks
* Clean up hardcoded ar(1) flags in the tree to use the global ARFLAGS ineadler2012-12-061-2/+2
| | | | | | | | | | | | share/mk/sys.mk instead. This is part of a medium term project to permit deterministic builds of FreeBSD. Submitted by: Erik Cederstrand <erik@cederstrand.dk> Reviewed by: imp, toolchain@ Approved by: cperciva MFC after: 2 weeks
* Add support for __COUNTER__.ed2011-12-134-1/+9
| | | | | | | | | | | | | __COUNTER__ allows one to obtain incrementing (read: unique) numbers from the C preprocesor. This is useful when implementing things like a robust implementation of CTASSERT(), which currently fails when using it more than once on a single line of code. Probably not likely to cause any breakage, but still. __COUNTER__ was also added to GCC 4.3, but since that implementation is GPLv3 licensed, I took the liberty of implementing it without looking at any upstream sources. Therefore, this version is licensed under the same license as the rest of the code; GPLv2.
* GCC 4.2.1 release miscellaneous support libraries.kan2007-08-141-0/+4
|
* GCC 4.2.0 release miscellaneous support libraries.kan2007-05-1931-0/+29584
OpenPOWER on IntegriCloud