On Mon, Mar 17, 2014 at 12:01:41PM +0100, Kai Tietz wrote: > Sorry, I repost last patch with small correction in dg-do directive. > The ! in there needs additional framing, and I missed the target > keyword. > > Regards, > Kai > > Index: 20010327-1.c > =================================================================== > --- 20010327-1.c (Revision 208594) > +++ 20010327-1.c (Arbeitskopie) > @@ -1,4 +1,4 @@ > -/* { dg-require-effective-target ptr32plus } */ > +/* { dg-do compile { target { ptr32plus && { ! llp64 } } } } */
Ok with proper ChangeLog entry and the double space before && replaced with a single space. Jakub