This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug objc/21752] [4.1 Regression] bootstrap failed
- From: "hjl at lucon dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 25 May 2005 14:51:45 -0000
- Subject: [Bug objc/21752] [4.1 Regression] bootstrap failed
- References: <20050525144802.21752.hjl@lucon.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From hjl at lucon dot org 2005-05-25 14:51 -------
The problem is
typedef unsigned int hashval_t;
static hashval_t
volatilized_hash (const void *ptr)
{
tree typ = ((struct volatilized_type *)ptr)->type;
return (hashval_t) typ;
}
Isn't typ a pointer? Will it make hash to change between stages?
--
What |Removed |Added
----------------------------------------------------------------------------
CC| |zlaski at apple dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21752