On 07/17/2013 10:38 AM, pcha...@cs.wisc.edu wrote:
Hi,

The problem appears in revision 200945 in version 4.9.  I attached
a one-line patch that fixes it.  I also reported this problem at
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57805.

In method "write_roots()" in gcc/gengtype.c, the loop on line 4682 should
break immediately after "skip_p" is set to "1". All the iterations after
"skip_p" set to "1" do not perform any useful work, at best they just set
"skip_p" again to "1".
Bootstrapped and regression tested on x86_64-unknown-linux-gnu. Installed onto the trunk.

jeff

Reply via email to