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]
Other format: [Raw text]

alias.c: find_base_decl: TREE_CODE_CLASS of '3'


In gcc/alias.c, find_base_decl, the switch on TREE_CODE_CLASS (TREE_CODE (t)) has a case '3'. How can '3' be a valid tree code class? '1' and '2' are valid tree code classes.

--
Jeffrey D. Oldham
oldham@codesourcery.com


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