------- Comment #2 from jakub at gcc dot gnu dot org  2008-12-05 00:06 -------
I'm testing:
--- fold-const.c.jj     2008-12-04 23:00:25.000000000 +0100
+++ fold-const.c        2008-12-04 23:45:34.000000000 +0100
@@ -13340,7 +13340,7 @@ fold_checksum_tree (const_tree expr, str
 {
   const void **slot;
   enum tree_code code;
-  struct tree_function_decl buf;
+  union tree_node buf;
   int i, len;

 recursive_label:

to fix this (but not the other one).


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38408

Reply via email to