This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Is this a gcc bug?
- To: Per Bothner <per at bothner dot com>
- Subject: Re: Is this a gcc bug?
- From: Richard Earnshaw <rearnsha at arm dot com>
- Date: Thu, 11 Jan 2001 17:02:34 +0000
- Cc: Bernd Schmidt <bernds at redhat dot com>, gcc at gcc dot gnu dot org
- Cc: rearnsha at arm dot com
- Organization: ARM Ltd.
- Reply-To: rearnsha at arm dot com
> How about something like:
> warning: 'x' may have unexpected value because of side-effects
> or
> warning: side-effects make value of 'x' undefined
> or
> warning: undefined order of side-effects on 'x'
> One might replace "side-effects" by "updates" or "changes to".
How about, multiple side-effects on 'x' between sequence points?