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: 3 pending patches from 2002




--On Monday, January 06, 2003 11:56:50 PM +0100 Eric Botcazou <ebotcazou@libertysurf.fr> wrote:

PR c/8032:
http://gcc.gnu.org/ml/gcc-patches/2002-11/msg01636.html
Probably not worth applying on the 3.2 branch.
Does this work if the constructor is skipping around a lot, e.g.:

 struct S { int a; int b; int c; int d; };

 struct S s = { .c = 3, .a = 7, 6 };

I don't remember what the "6" is supposed to initialize (b? d?), but
we should make sure your patch does the right thing.

PR inline-asm/8832: (former optimization/8832):
http://gcc.gnu.org/ml/gcc-patches/2002-12/msg00721.html
Same thing.
OK for all affected branches.

--
Mark Mitchell                mark@codesourcery.com
CodeSourcery, LLC            http://www.codesourcery.com


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