This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tree-optimization/33159] [4.3 Regression] wrong VDEF for gcc.target/i386/cmov4.c



------- 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
<gcc-bugzilla@gcc.gnu.org> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]