Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for the GCC binary integer constants extension. | pfg | 2013-08-31 | 1 | -0/+1 |
| | | | | | | | | | | 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 N1312 | pfg | 2013-05-12 | 1 | -0/+1 |
| | | | | | | | | | of TR 24732. Emit pedantic warning if the feature is being used. Should solve GCC bug 39027. Obtained from: OpenBSD MFC after: 2 weeks | ||||
* | Add support for __COUNTER__. | ed | 2011-12-13 | 1 | -1/+2 |
| | | | | | | | | | | | | | __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.0 release miscellaneous support libraries. | kan | 2007-05-19 | 1 | -0/+853 |