------- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-21 14:12 ------- Note here is the testcase: int f(int a, int b) { if (a>0 & b>0) /* { dg-warning "" } */ return 210; return 0;
} -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19564