Subject: re: NetBSD/pdp10 ?
To: <>
From: matthew green <mrg@eterna.com.au>
List: port-vax
Date: 03/07/2002 13:26:32
      
      I've often considered building a gcc variant that deliberately breaks a
      bunch of the sloppy assumptions people make - like that all pointers
      are the same size, or that *(foo **)&bar_ptr == (foo *)bar_ptr....
   
   
   i think you better explain this last one to us peons...


as usual, post and realise!

something like this would be valid i believe:

	*(foo **)&(foo *)bar_ptr == (foo *)bar_ptr