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: [testsuite] Disabling gcc.dg/cpp/trad/include.c for Android


2013/4/29 Mike Stump <mikestump@comcast.net>:
> On Jan 9, 2013, at 7:14 AM, Alexander Ivchenko <aivchenk@gmail.com> wrote:
>>  We have test fail for gcc.dg/cpp/trad/include.c on Android. The
>> reason for that is that
>> -ftraditional-cpp is not expected to work on Android due to variadic
>> macro (like #define __builtin_warning(x, y...))
>> in standard headers and traditional preprocessor cannot handle them.
>>  The attached patch disables that test.
>
> Be sure to ask, Ok? in your patch submittals.
>
> Ok.

thank you! I thought I did ask..

> ...
> in standard headers and traditional preprocessor cannot handle them."
>
> is it ok for trunk?
>

could someone commit that patch please? I don't have commit access.

thanks,
Alexander


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