This is the mail archive of the gcc-patches@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]

Re: [C++ patch] remove unreachable code


Nathan Sidwell <nathan@codesourcery.com> writes:

>       case TREE_BINFO:
> !       /* We should never be tsubsting a binfo.  */
> !       abort ();

 I'm having trouble parsing this comment.  Is there a better way to\
write this comment?
   
>       case TREE_VEC:
>         /* A vector of template arguments.  */


-- 
Thanks,
Jim

http://www.student.cs.uwaterloo.ca/~ja2morri/
http://phython.blogspot.com
http://open.nit.ca/wiki/?page=jim


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