]> git.ipfire.org Git - thirdparty/gcc.git/commit
lex.c (lex_string): Return a CPP_LESS token for missing '>' in a header name.
authorJoseph Myers <joseph@codesourcery.com>
Sat, 21 Feb 2009 21:25:39 +0000 (21:25 +0000)
committerJoseph Myers <jsm28@gcc.gnu.org>
Sat, 21 Feb 2009 21:25:39 +0000 (21:25 +0000)
commit4bb09c26bc590129675100ee0a87f9408b8afab9
tree7886f1b6dbd2bde455eb82ab0f653f93286218f7
parent8e361f234b4c853d77a8a8146d093b13ce005ce2
lex.c (lex_string): Return a CPP_LESS token for missing '>' in a header name.

libcpp:
* lex.c (lex_string): Return a CPP_LESS token for missing '>' in a
header name.
(_cpp_lex_direct): Handle this.

gcc/testsuite:
* gcc.dg/cpp/include4.c: New test.

From-SVN: r144361
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/cpp/include4.c [new file with mode: 0644]
libcpp/ChangeLog
libcpp/lex.c