[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: kalloc.c and recent gcc's
From: |
Thomas Bushnell BSG |
Subject: |
Re: kalloc.c and recent gcc's |
Date: |
Sun, 28 Aug 2005 14:50:09 -0700 |
User-agent: |
Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux) |
Bas Wijnen <shevek@fmf.nl> writes:
> I think the proposed code should give a compiler error (which doesn't mean
> that it does, of course). Function pointers and data pointers are really
> different types, and cannot be mixed. They need not even be the same size.
Except that (void *) is compatible with any type.
- kalloc.c and recent gcc's, Alfred M. Szmidt, 2005/08/25
- Re: kalloc.c and recent gcc's, Neal H. Walfield, 2005/08/28
- Re: kalloc.c and recent gcc's, Thomas Schwinge, 2005/08/28
- Re: kalloc.c and recent gcc's, Thomas Bushnell BSG, 2005/08/28
- Re: kalloc.c and recent gcc's, Thomas Schwinge, 2005/08/28
- Re: kalloc.c and recent gcc's, Alfred M. Szmidt, 2005/08/31
- Re: kalloc.c and recent gcc's, Thomas Schwinge, 2005/08/31
- Re: kalloc.c and recent gcc's, Alfred M. Szmidt, 2005/08/31