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 wrote:
> 2013/4/29 Mike Stump :
>> On Jan 9, 2013, at 7:14 AM, Alexander Ivchenko wrote:
>>> We have test fail for gcc.dg/cpp/trad/include.c on Android. The
>>
2013/4/29 Mike Stump :
> On Jan 9, 2013, at 7:14 AM, Alexander Ivchenko 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...))
>
On Jan 9, 2013, at 7:14 AM, Alexander Ivchenko 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 trad
*ping*
thanks,
Alexander
2013/3/26 Alexander Ivchenko :
> Hi,
>
> Could you please take a look at the attached fixinclude patch
> that addresses the problem:
>
> " 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 wor
Hi,
Could you please take a look at the attached fixinclude patch
that addresses the problem:
" 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.
On Wed, Jan 9, 2013 at 7:14 AM, Alexander Ivchenko wrote:
> Hi,
>
> 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 hea
Hi,
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 pat