From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Burchard To: gcc@gcc.gnu.org Subject: tree types of parser tokens Date: Mon, 13 Sep 1999 01:10:00 -0000 Message-id: <37DCB16A.4B5DDA20@pobox.com> X-SW-Source: 1999-09/msg00480.html Does anyone happen to know whether the following parser tokens in the C++ front end are supposed to always produce IDENTIFIER_NODEs? (I assume the answer is yes...if so, it would be helpful for cleaning up some template cruft.) TYPENAME PTYPENAME SELFNAME identifier -- ---------------------------------------------------------------------- Paul Burchard http://www.pobox.com/~burchard/ ---------------------------------------------------------------------- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Burchard To: gcc@gcc.gnu.org Subject: tree types of parser tokens Date: Thu, 30 Sep 1999 18:02:00 -0000 Message-ID: <37DCB16A.4B5DDA20@pobox.com> X-SW-Source: 1999-09n/msg00480.html Message-ID: <19990930180200.SoiMlG5nSk2GgyQhKO_KLqLKBhwj2N4VOvxgesLzPMk@z> Does anyone happen to know whether the following parser tokens in the C++ front end are supposed to always produce IDENTIFIER_NODEs? (I assume the answer is yes...if so, it would be helpful for cleaning up some template cruft.) TYPENAME PTYPENAME SELFNAME identifier -- ---------------------------------------------------------------------- Paul Burchard http://www.pobox.com/~burchard/ ----------------------------------------------------------------------