Re: Explicit field layout

2006-09-26 Thread Daniel Berlin
On 9/26/06, Bernd Jendrissek <[EMAIL PROTECTED]> wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, Sep 25, 2006 at 10:04:51AM +0200, Ricardo FERNANDEZ PASCUAL wrote: > I am sorry, but I fail to see the relation of this with rpcgen (which > as far I know is a code generator for the RPC

Re: Explicit field layout

2006-09-26 Thread Bernd Jendrissek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, Sep 25, 2006 at 10:04:51AM +0200, Ricardo FERNANDEZ PASCUAL wrote: > I am sorry, but I fail to see the relation of this with rpcgen (which > as far I know is a code generator for the RPC protocol). Am I looking > at the wrong rpcgen? It's the

Re: Explicit field layout

2006-09-25 Thread Mike Stump
On Sep 25, 2006, at 1:04 AM, Ricardo FERNANDEZ PASCUAL wrote: Bernd Jendrissek wrote: Are you sure you want to do that, instead of using, say, rpcgen? I am sorry, but I fail to see the relation of this with rpcgen (which as far I know is a code generator for the RPC protocol). Am I looking

Re: Explicit field layout

2006-09-25 Thread Ricardo FERNANDEZ PASCUAL
Bernd Jendrissek wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, Sep 22, 2006 at 02:58:26PM +0200, Ricardo FERNANDEZ PASCUAL wrote: I am writing a new GCC front end. One of the features provided by my language (CIL) is explicit field layout and size for records. Any

Re: Explicit field layout

2006-09-25 Thread Ricardo FERNANDEZ PASCUAL
Duncan Sands wrote: I am writing a new GCC front end. One of the features provided by my language (CIL) is explicit field layout and size for records. I don't know if any other languaje supported by GCC provides this feature. If that's the case, please point me to it so that

Re: Explicit field layout

2006-09-22 Thread Bernd Jendrissek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, Sep 22, 2006 at 02:58:26PM +0200, Ricardo FERNANDEZ PASCUAL wrote: >I am writing a new GCC front end. One of the features provided by my > language (CIL) is explicit field layout and size for records. >Any pointers would b

Re: Explicit field layout

2006-09-22 Thread Duncan Sands
> I am writing a new GCC front end. One of the features provided by my > language (CIL) is explicit field layout and size for records. > > I don't know if any other languaje supported by GCC provides this > feature. If that's the case, please point me to

Explicit field layout

2006-09-22 Thread Ricardo FERNANDEZ PASCUAL
Hello, I am writing a new GCC front end. One of the features provided by my language (CIL) is explicit field layout and size for records. I don't know if any other languaje supported by GCC provides this feature. If that's the case, please point me to it so that I can see