gcc/9170

Andrew Haley aph@redhat.com
Sat Jan 25 11:51:00 GMT 2003


CHAR_TYPE is missing from the list in tree-inline.c.

Andrew.


2003-01-25  Andrew Haley  <aph@redhat.com>

	* tree-inline.c (walk_tree): Add CHAR_TYPE.

Index: tree-inline.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/tree-inline.c,v
retrieving revision 1.40
diff -u -r1.40 tree-inline.c
--- tree-inline.c	24 Dec 2002 08:30:33 -0000	1.40
+++ tree-inline.c	25 Jan 2003 11:51:01 -0000
@@ -1620,6 +1620,7 @@
     case ENUMERAL_TYPE:
     case BLOCK:
     case RECORD_TYPE:
+    case CHAR_TYPE:
       /* None of thse have subtrees other than those already walked
          above.  */
       break;



More information about the Java mailing list