]> git.ipfire.org Git - thirdparty/gcc.git/commit - libcpp/ChangeLog
Support -fdebug-cpp option
authorTom Tromey <tromey@redhat.com>
Mon, 17 Oct 2011 09:59:40 +0000 (09:59 +0000)
committerDodji Seketeli <dodji@gcc.gnu.org>
Mon, 17 Oct 2011 09:59:40 +0000 (11:59 +0200)
commit847e697a240e6d30335335c62084743978fa2084
tree1df29dda9c3f6fb6e559fa82140695ea5b6130d1
parent07a0b324eb7e353146340f00db380c6d92851fc9
Support -fdebug-cpp option

This patch adds -fdebug-cpp option. When used with -E this dumps the
relevant macro map before every single token. This clutters the output
a lot but has proved to be invaluable in tracking some bugs during the
development of the virtual location support.

Co-Authored-By: Dodji Seketeli <dodji@redhat.com>
From-SVN: r180084
gcc/ChangeLog
gcc/c-family/ChangeLog
gcc/c-family/c-opts.c
gcc/c-family/c-ppoutput.c
gcc/c-family/c.opt
gcc/doc/cppopts.texi
gcc/doc/invoke.texi
libcpp/ChangeLog
libcpp/include/cpplib.h
libcpp/include/line-map.h
libcpp/line-map.c