This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [patch] for PR29801
Hello,
> Zdenek Dvorak wrote on 11/11/06 16:53:
>
> >! {
> >! /* See PR 29801. We may have VDEFs for read-only variables (either
> >! because of assignments in the parts of the program that never
> >! get executed, or because of alias system oddities); do not
> >! attempt to change their value. */
> >
> You have to be more specific here. What oddities are you referring
> to?
I will add the reference to the comment in add_virtual_operand that
discusses the problem in more details, instead of this cryptic remark.
Zdenek
> Other than that, the patch looks fine.