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]

Patch for Bug#4794


Index: tree.c
===================================================================
RCS file: /cvsroot/gcc/gcc/gcc/tree.c,v
retrieving revision 1.337
diff -c -3 -p -r1.337 tree.c
*** tree.c	30 Oct 2003 02:02:33 -0000	1.337
--- tree.c	11 Nov 2003 04:19:10 -0000
*************** has_cleanups (tree exp)
*** 1918,1924 ****
 	if (type == 'e' || type == '<' || type == '1' || type == '2'
 	    || type == 'r' || type == 's')
 	  {
! 	    cmp = has_cleanups (TREE_OPERAND (exp, i));
 	    if (cmp)
 	      return cmp;
 	  }
--- 1918,1924 ----
 	if (type == 'e' || type == '<' || type == '1' || type == '2'
 	    || type == 'r' || type == 's')
 	  {
! 	    cmp = has_cleanups (TREE_VALUE (TREE_OPERAND (exp, i)));
 	    if (cmp)
 	      return cmp;
 	  }

_________________________________________________________________
The new MSN 8: smart spam protection and 2 months FREE* http://join.msn.com/?page=features/junkmail http://join.msn.com/?page=dept/bcomm&pgmarket=en-ca&RU=http%3a%2f%2fjoin.msn.com%2f%3fpage%3dmisc%2fspecialoffers%26pgmarket%3den-ca



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