This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [tree-ssa] FE dropping volatile qualifier?
- From: Jason Merrill <jason at redhat dot com>
- To: Diego Novillo <dnovillo at redhat dot com>
- Cc: "gcc at gcc dot gnu dot org" <gcc at gcc dot gnu dot org>
- Date: Fri, 23 May 2003 21:20:16 -0400
- Subject: Re: [tree-ssa] FE dropping volatile qualifier?
- References: <1053738824.6937.165.camel@frodo.toronto.redhat.com>
On 23 May 2003 21:13:45 -0400, Diego Novillo <dnovillo@redhat.com> wrote:
> The SSA optimizers honor the volatile qualifier, but the FE is
> apparently removing it.
Very strange.
Jason