[Bug middle-end/29683] Arg split between stack/regs can cause stack corruption

2007-01-03 Thread jconner at gcc dot gnu dot org
--- Comment #3 from jconner at gcc dot gnu dot org 2007-01-04 01:37 --- Subject: Bug 29683 Author: jconner Date: Thu Jan 4 01:37:15 2007 New Revision: 120425 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=120425 Log: 2007-03-01 Josh Conner [EMAIL PROTECTED] PR

[Bug middle-end/29683] Arg split between stack/regs can cause stack corruption

2006-12-12 Thread patchapp at dberlin dot org
--- Comment #2 from patchapp at dberlin dot org 2006-12-13 01:55 --- Subject: Bug number PR middle-end/29683 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2006-12/msg00915.html --

[Bug middle-end/29683] Arg split between stack/regs can cause stack corruption

2006-11-01 Thread jconner at apple dot com
--- Comment #1 from jconner at apple dot com 2006-11-01 19:11 --- What's happening is that TER is inserting the call to GetConst in place of 'result' in the call to VerifyValues, as such: (pre-TER) result_4 = GetConst (filler, a); VerifyValues (filler, 0, a$mbr1_5, result_4);