------- Comment #1 from hjl dot tools at gmail dot com 2009-04-21 00:49 ------- (In reply to comment #0) > On gcc.dg/torture/pr39678.c, it assigns -3 to a char variable ("x.c = -3") and > later checks if the char variable equals to -3 ("if (x.c != 3)"). > > This check would fail if the char type is unsigned. > > Suggest to change -3 to 3. This change does not affect the purpose of the test > case. >
That is fine with me. Thanks. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39830