summaryrefslogtreecommitdiffstats
path: root/contrib/gcc/langhooks-def.h
Commit message (Collapse)AuthorAgeFilesLines
* gcc: Add support for Apple's Block extensionpfg2014-01-051-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Block objects [1] are a C-level syntactic and runtime feature. They are similar to standard C functions, but in addition to executable code they may also contain variable bindings to automatic (stack) or managed (heap) memory. A block can therefore maintain a set of state (data) that it can use to impact behavior when executed. This port is based on Apple's GCC 5646 with some bugfixes from Apple GCC 5666.3. It has some small differences with the support in clang, which remains the recommended compiler. Perhaps the most notable difference is that in GCC that __block is not actually a keyword, but a macro. There will be workaround for this issue in a near future. Other issues can be consulted in the clang documentation [2] For better compatiblity with Apple's GCC and llvm-gcc some related fixes and features from Apple have been included. Support for the non-standard nested functions in GCC is now off by default. No effort was made to update the ObjC support since FreeBSD doesn't carry ObjC in the base system, but some of the code crept in and was more difficult to remove than to adjust. Reference: [1] https://developer.apple.com/library/mac/documentation/Cocoa/Conceptual/Blocks/Articles/00_Introduction.html [2] http://clang.llvm.org/compatibility.html#block-variable-initialization Obtained from: Apple GCC 4.2 MFC after: 3 weeks
* gcc: add femit-struct-debug support to reduce Reduce dwarf debug sizepfg2013-11-161-0/+2
| | | | | Obtained from: gcc 4.3 (rev. 123909; GPLv2) MFC after: 3 weeks
* GCC 4.2.0 release.kan2007-05-191-56/+74
|
* Gcc 3.4.2 20040728.kan2004-07-281-62/+104
|
* Gcc 3.3.1-pre as of 2003-07-11.kan2003-07-111-8/+115
|
* Gcc 3.2.1 release virgin vendor import. (19-Nov-2002)obrien2002-12-041-0/+3
|
* Gcc 3.2.1-prerelease from the FSF anoncvs repo gcc-3_2-branch on 1-Sep-2002 ↵kan2002-09-011-1/+6
| | | | 00:00:01 EDT.
* Gcc 3.1.0 pre-release from the FSF anoncvs repo on 9-May-2002 15:57:15 EDT.obrien2002-05-091-1/+5
|
* Enlist the FreeBSD-CURRENT users as testers of what is to become Gcc 3.1.0.obrien2002-02-011-0/+157
These bits are taken from the FSF anoncvs repo on 1-Feb-2002 08:20 PST.
OpenPOWER on IntegriCloud