This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Patch to allow Ada to work with tree-ssa
- From: kenner at vlsi1 dot ultra dot nyu dot edu (Richard Kenner)
- To: nathan at codesourcery dot com
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Tue, 22 Jun 04 15:06:38 EDT
- Subject: 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 ...