This is the mail archive of the gcc-bugs@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]

[Bug objc/21752] [4.1 Regression] bootstrap failed


------- 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


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