summaryrefslogtreecommitdiffstats
path: root/contrib/gcclibs/libcpp/errors.c
Commit message (Collapse)AuthorAgeFilesLines
* MFC r258658:mdf2013-12-121-1/+14
| | | | | | | | | | | | Fix a segfault / internal compiler error. Among other causes, when gcc throws a warning before parsing any tokens, the cur_token pointer is at the beginning of malloc'd memory. Dereferencing cur_token[-1] can cause a segfault. Code taken from OpenBSD http://www.openbsd.org/cgi-bin/cvsweb/src/gnu/gcc/libcpp/errors.c which was a more complete fix than the one I originally coded.
* GCC 4.2.0 release miscellaneous support libraries.kan2007-05-191-0/+189
OpenPOWER on IntegriCloud