This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH][PING]: Obvious fix for PR target/29794 - [4.2/4.3 Regression]
- From: Maxim Kuvyrkov <mkuvyrkov at ispras dot ru>
- To: Vladimir Makarov <vmakarov at redhat dot com>
- Cc: James E Wilson <wilson at specifix dot com>, Martin Michlmayr <tbm at cyrius dot com>, gcc-patches at gcc dot gnu dot org
- Date: Wed, 06 Dec 2006 17:58:14 +0300
- Subject: Re: [PATCH][PING]: Obvious fix for PR target/29794 - [4.2/4.3 Regression]
- References: <4561C57C.6000705@ispras.ru> <4573CC46.4090900@ispras.ru> <4576D945.9090203@redhat.com>
Vladimir Makarov wrote:
Maxim Kuvyrkov wrote:
Maxim Kuvyrkov wrote:
Hi!
This patch fixes PR target/29794 on ia64.
The bug is due to wrong loop variable initialization. This results
in use of out-of-bounds index and subsequent segmentation fault. The
obvious patch is attached.
OK for trunk and gcc-4_2-branch?
...
Sorry for the delay with the answer. The patch is ok. You can commit
it into the branch and the mainline.
Thanks for the patch, Maxim.
Thanks,
Maxim