aboutsummaryrefslogtreecommitdiff
path: root/contrib/gcc/cp/ptree.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove contrib/gcc and contrib/gcclibsEd Maste2020-02-291-193/+0
| | | | | | | | | GCC 4.2.1 was disconnected from FreeBSD in r358454. Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=358459
* FreeBSD uses unchanged versions of this files.Alexander Kabaev2007-05-191-31/+33
| | | | Notes: svn path=/head/; revision=169699
* Merge FreeBSD changes into GCC 3.4.2-prerelease:Alexander Kabaev2004-07-281-55/+30
| | | | | | | 1.2 Printf format errors fixes. Notes: svn path=/head/; revision=132748
* Merge FreeBSD changes into GCC 3.3.1-prerelease:Alexander Kabaev2003-07-111-8/+10
| | | | | | | 1.2 Printf format errors fixes. Notes: svn path=/head/; revision=117409
* A slightly more general version of rev 1.2 that might be more acceptableDavid E. O'Brien2002-02-061-4/+11
| | | | | | | to the GCC maintainers. Notes: svn path=/head/; revision=90291
* Merge BDE's printf format error fixes (rev 1.2) into GCC 3.1-snap.David E. O'Brien2002-02-061-29/+49
| | | | Notes: svn path=/head/; revision=90290
* Merge BDE's printf format error fixes into GCC 2.95.1.David E. O'Brien1999-10-161-11/+5
| | | | Notes: svn path=/head/; revision=52293
* Bring BDE's printf format error fixes into EGCS.David E. O'Brien1999-09-191-19/+44
| | | | Notes: svn path=/head/; revision=51412
* Fixed printf format errors. gcc should have a macro HOST_PTR_PRINTF_TYPEBruce Evans1998-08-021-3/+3
| | | | | | | | to go with its HOST_PTR_PRINTF[_FORMAT], since if %p is wrong for the format then `void *' is probably wrong for the type. Notes: svn path=/head/; revision=38021
* Import of unmodified (but trimmed) gcc-2.7.2. The bigger parts of thePeter Wemm1996-09-181-0/+168
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. Notes: svn path=/vendor/gcc/dist/; revision=18334