]> git.ipfire.org Git - thirdparty/gcc.git/commit
[preprocessor] Popping "" file names
authornathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 6 Sep 2019 12:54:19 +0000 (12:54 +0000)
committernathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 6 Sep 2019 12:54:19 +0000 (12:54 +0000)
commit79dd6fa74a8d63213888f2a4b79ad1e6f014c27b
tree15ee707e72667a7bc08d9754ef8502189f2cdc9a
parent924ea28058341978e2c842e67d9704da61c9c8ca
[preprocessor] Popping "" file names

https://gcc.gnu.org/ml/gcc-patches/2019-08/msg02069.html
New # semantics for popping to "" name.
libcpp/
* directives.c (do_linemarker): Popping to "" name means get the
name from the include stack..

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@275457 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/testsuite/ChangeLog
gcc/testsuite/c-c++-common/cpp/line-1.c [new file with mode: 0644]
libcpp/ChangeLog
libcpp/directives.c