This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB 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]

Re: [patch/rfc] Test struct0


> While it's not legal C, I believe that it is legal C++.

And the equivalent is legal in Ada too.

    (We have two equivalent forms:

           type Empty is record
           end record;

     or a shorter version:

           type Empty is null record;
    )

I was about to have a look at this for us, actually. So if we
open a PR, it can be assigned to me.

-- 
Joel


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