Checked into trunk: http://gcc.gnu.org/ml/gcc-cvs/2013-05/msg00770.html
Thanks, K On Tue, Apr 30, 2013 at 10:24 AM, Alexander Ivchenko <aivch...@gmail.com> wrote: > 2013/4/29 Mike Stump <mikest...@comcast.net>: >> On Jan 9, 2013, at 7:14 AM, Alexander Ivchenko <aivch...@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