[Bug c/38869] [4.4 Regression] valgrind find problem with -O -mtune=generic

2009-01-23 Thread rguenth at gcc dot gnu dot org
--- Comment #10 from rguenth at gcc dot gnu dot org 2009-01-23 16:18 --- Fixed. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added Status|NEW

[Bug c/38869] [4.4 Regression] valgrind find problem with -O -mtune=generic

2009-01-19 Thread vmakarov at gcc dot gnu dot org
--- Comment #9 from vmakarov at gcc dot gnu dot org 2009-01-19 17:17 --- Subject: Bug 38869 Author: vmakarov Date: Mon Jan 19 17:17:14 2009 New Revision: 143498 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=143498 Log: 2009-01-19 Vladimir Makarov vmaka...@redhat.com

[Bug c/38869] [4.4 Regression] valgrind find problem with -O -mtune=generic

2009-01-18 Thread vmakarov at redhat dot com
--- Comment #8 from vmakarov at redhat dot com 2009-01-19 00:37 --- H.J. is right. The problem is that IRA does not reinitialize some of its data after changing ABI. config/i386/i386.c::ix86_maybe_switch_abi calls only init_regs (this is the single port which does it). Function