This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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 to allow Ada to work with tree-ssa


    > int
    > sub1 (int n)
    > {
    >   struct foo {int arr[n]; int filler : 3; int fld : 4;} x;
    > 
    >   return x.fld;
    > }

    This is not valid C89, C90, or documented as a GNU extension.

That may be, but it's worked on every version of GCC so far ...


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