This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Condition for while and switch statements


Hello,

I have quite interesting problem.
In c-tree.texi it is described that switch and while statement have either 
expression or var declaration as condition. But I always get TREE_LIST.

How this can be? Looks like documentation is wrong. Also I can not understand 
what is inside TREE_LIST and why it is used here.

Any comments are appreciated.

-- 
Sincerely Yours,
Denis Perchine

----------------------------------
E-Mail: dyp@perchine.com
HomePage: http://www.perchine.com/dyp/
FidoNet: 2:5000/120.5
----------------------------------

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]