Re: [Patch,testsuite]: Fix test case for int=16 platforms

2012-01-13 Thread Mike Stump
On Jan 13, 2012, at 2:07 AM, Georg-Johann Lay wrote: > This fixed multi-char testcase that would otherwise lead to "constant exceeds > its type" message and thus FAIL. > > Use 2-letter constant is sufficient and don't break on int=16 platforms. > > Ok to apply? Ok.

[Patch,testsuite]: Fix test case for int=16 platforms

2012-01-13 Thread Georg-Johann Lay
This fixed multi-char testcase that would otherwise lead to "constant exceeds its type" message and thus FAIL. Use 2-letter constant is sufficient and don't break on int=16 platforms. Ok to apply? Johann * gcc.dg/cpp/warn-multichar-2.c: Fix to work on int=16 platforms. Index: gcc.dg/cp