summaryrefslogtreecommitdiffstats
path: root/contrib/gcc/flags.h
Commit message (Collapse)AuthorAgeFilesLines
* Use the stock 3.2.1-prerelease file.kan2002-10-101-0/+4
| | | | Approved by: obrien
* Use the stock 3.1 prerelease version of this for now.obrien2002-05-091-2/+7
|
* Use the stock 3.1-snap file now.obrien2002-02-011-101/+196
| | | | | | Until we can figure out how to reimpliment our custom format warnings since the FSF developers totally revamped them, and took away the hooks we were using to accomplish our desires.
* Merge our changes - this brings rev 1.2 (-fformat-extensions)obrien1999-10-261-8/+53
| | | | into GCC 2.95.1.
* Fix conflicts.obrien1999-08-281-10/+144
| | | | This brings rev 1.2 (-fformat-extensions) into EGCS 1.1.2.
* Support printf format checking of FreeBSD kernel formats %[Dbrz].bde1998-08-241-0/+4
| | | | | | | | | | | | This is enabled by the undocumented option -fformat-extensions. This option should be named better and/or give more control over the extensions. Fixed a message - don't warn about the field width when it's the precision that has the wrong type. Didn't fix excessive checking for the precision relative to the type - ANSI requires both to be ints, but gcc permits the field width to be either int or unsigned int.
* Import of unmodified (but trimmed) gcc-2.7.2. The bigger parts of thepeter1996-09-181-0/+363
non-i386, non-unix, and generatable files have been trimmed, but can easily be added in later if needed. gcc-2.7.2.1 will follow shortly, it's a very small delta to this and it's handy to have both available for reference for such little cost. The freebsd-specific changes will then be committed, and once the dust has settled, the bmakefiles will be committed to use this code.
OpenPOWER on IntegriCloud