This is the mail archive of the gcc@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]

Re: Is this a gcc bug?


> 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?


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