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]: Add support of new __int128 type for targets having 128-bit integer scalar support


On 05/24/2010 05:11 PM, Kai Tietz wrote:
sorry, I missed the extern "C" part for abort in moved testcases. So
here is updated patch

Have you run the tests with both compilers since moving them? I think the "-std=gnu99" will be a problem for C++ as well. I think you want


/* { dg-options "-std=gnu99" { target c } } */

and I suppose probably

/* { dg-options "" { target c++ } } */

Jason


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