CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]   2010/06/06 02:11:01

Modified files:
        gnu/gcc/libcpp : errors.c 

Log message:
prevent segfault on amd64 when -Wmissing-include-dirs -I/nonexistent
(happens even with empty files), as diagnosed with kili@ on
evolution-database.

We obviously need to check the token chain and go up if we're at the start
of a buffer (unless we're really at the start unless we have to give up).

Independent fix. Same functionality as code found on the gcc 4.5 branch,
but completely different lines.

okay miod@

Reply via email to