Re: [libcpp] Fix ICE with conditional macros (PR preprocessor/61977)

2015-04-03 Thread Jason Merrill
OK. Jason

[libcpp] Fix ICE with conditional macros (PR preprocessor/61977)

2015-04-01 Thread Jakub Jelinek
Hi! cpp_peek_token is broken whenever it sees CPP_EOF, as it doesn't back up the previous tokens (if any) and the CPP_EOF token, so for callers of cpp_peek_token whenever it returns CPP_EOF it is a fatal condition, so one really can't peek safely. cpp_peek_token has apparently been written for th