Re: [patch-2.4.0-test2]Re: Linux-2.4.0-test2

From: Alan Cox (alan@lxorguk.ukuu.org.uk)
Date: Sat Jun 24 2000 - 10:45:46 EST


> Are you saying that:
> struct foo
> {
> int x;
> int y;
> } bar;
>
> ((int *)&bar + 1) != &bar.y
>
> can sometimes be true?

try char x[2] versus struct foo {char x; char y}

on some cpus/compilers its not the same. I know of no case it isnt the same
that we deal with

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Mon Jun 26 2000 - 21:00:04 EST