This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: Regression: Re: FYI: fix varobj bug with python iterator errors
- From: Tom Tromey <tromey at redhat dot com>
- To: Jan Kratochvil <jan dot kratochvil at redhat dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Fri, 01 Apr 2011 10:29:54 -0600
- Subject: Re: Regression: Re: FYI: fix varobj bug with python iterator errors
- References: <m3lizvjc3u.fsf@fleche.redhat.com> <20110401052514.GA30440@host1.jankratochvil.net>
>>>>> "Jan" == Jan Kratochvil <jan.kratochvil@redhat.com> writes:
Jan> This commit 837e99b31775e6a75a593259738924bf050650d2 has regressions on
Jan> {x86_64-m32,i686}-{fedora15,rawhide}-linux-gnu, it still PASSes on
Jan> x86_64-{fedora15,rawhide}-linux-gnu, it also still PASSes on
Jan> {x86_64,x86_64-m32,i686}-fedora{13,14}-linux-gnu.
This seems to be a compiler bug.
Reverting just the test case `.c' change removes the regression.
I forwarded it to Jakub to see what he thinks.
Tom