OSDN Git Service

* cpplex.c (push_macro_context): Set an argument's level after
authorneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 16 Sep 2000 07:18:06 +0000 (07:18 +0000)
committerneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 16 Sep 2000 07:18:06 +0000 (07:18 +0000)
commite2ab84774e63d99fdc08f0ad6218828197aaed16
tree00ba9b3bf0ea085e6567ae8757f031718f05cf5b
parent76f8a585d41687b07038983e7439ee518587e60d
* cpplex.c (push_macro_context): Set an argument's level after
calling parse_args.  We could loop infinitely otherwise.
* gcc.dg/cpp/macro2.c: New testcase.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36452 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/cpplex.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/cpp/macro2.c [new file with mode: 0644]