On May 8, 2013, at 1:33 PM, Richard Smith <[email protected]> wrote:
> On Wed, May 8, 2013 at 10:46 AM, Ulrich Weigand <[email protected]> > wrote: > Richard Smith <[email protected]> wrote: > > > --- cfe/trunk/test/CodeGenCXX/throw-expressions.cpp (original) > > +++ cfe/trunk/test/CodeGenCXX/throw-expressions.cpp Tue May 7 16:53:22 > 2013 > > > +// CHECK: define i32 @_Z5test5bbi( > > This fails e.g. on PowerPC64 because there's a "signext" attribute: > define signext i32 @_Z5test5bbi(i1 zeroext %x, i1 zeroext %y, i32 signext > %z) > > Maybe the test should use a triple? > > Thanks, triple added in r181465. Bill: that change should go to the 3.3 > branch too. Added. Thanks! -bw _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
