------- Comment #27 from aoliva at gcc dot gnu dot org  2008-01-18 18:47 -------
Found it (or at least the first one):
in link.cc:665, has_interfaces is a jboolean (unsigned 1-bit type), but it's
operated on like this:
      has_interfaces += klass0->interface_count;

if interface_count is even (which, in this case, it is), when has_interfaces is
reduced to 1 bit with a bit mask, we lose.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33887

Reply via email to