------- Comment #7 from rguenth at gcc dot gnu dot org 2010-02-10 14:49 ------- (In reply to comment #6) > (In reply to comment #1) > > Which is a remainder that devs should enable checking when testing patches > > for > > branches ... > > > > I am using the same configuration for both trunk and release branch: > > --enable-clocale=gnu --with-system-zlib --enable-shared --with-demangler-in-ld > > Why should checking be enabled only for release branches?
Because if you backport ice-checking fixes testcases you should verify if they really do not ICE on the branch - which requires checking to be enabled. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42997