On 4/26/07, Steve Ellcey <[EMAIL PROTECTED]> wrote:
I thought of changing all the wchar_t's to int's but I think that might negate what the test is trying to check since there would be no implicit conversions in the code any more and the test would probably never have given multiple overflow warnings in the first case.
Change it to be the same as what is contained in gcc.dg/multiple-overflow-warn-3.c which is short. Thanks, Andrew Pinski