------- Comment #3 from dberlin at gcc dot gnu dot org 2007-08-23 14:01 ------- Subject: Re: [4.3 Regression] wrong VDEF for gcc.target/i386/cmov4.c
On 23 Aug 2007 13:55:21 -0000, bonzini at gnu dot org <[EMAIL PROTECTED]> wrote: > > > ------- Comment #2 from bonzini at gnu dot org 2007-08-23 13:55 ------- > The testcase is cross-platform (at least as far as this PR and PR33158 are > concerned). > > Of the four VDEFs, only the ones for SMT.8 and ARCHnodes seem correct to me. > The "int" assignment should not cause aliasing for either the nodekind global > (an "int *") or nodekindf (a "float *"). Uh, it's a store into an int *. Thus it could touch nodekind. nodekindf it can't, and i'll see what is up there. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33159