OSDN Git Service

* parse.y (sizeof, alignof, typeof): New non-terminals to
authoraoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 15 Aug 2002 21:16:52 +0000 (21:16 +0000)
committeraoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 15 Aug 2002 21:16:52 +0000 (21:16 +0000)
commitfbe1cf812f68d1bca64dcbd2e2b548bbfd882f8d
tree95089cc71f56476e15c245fd3e1233b5298fa642
parent93894129325de7967311711c445aff36dd64bb86
* parse.y (sizeof, alignof, typeof): New non-terminals to
increment skip_evaluation.  Replace terminals with them and
decrement skip_evaluation at the end of rules using them.
* decl2.c (mark_used): Don't assemble_external if
skipping evaluation.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56359 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/decl2.c
gcc/cp/parse.y