This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/38408] compilation error during bootstrap in fold-const.c using TOT!
- From: "jakub at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 5 Dec 2008 00:06:07 -0000
- Subject: [Bug c/38408] compilation error during bootstrap in fold-const.c using TOT!
- References: <bug-38408-15165@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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