[Bug c/43456] gcc -O code generation error
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Sat Mar 20 20:59:00 GMT 2010
------- Comment #3 from pinskia at gcc dot gnu dot org 2010-03-20 20:59 -------
>There's a sequence point after evaluating the first operand.
With -W -Wall, I get:
t.c:79:58: warning: operation on âÂÂf->spâ may be undefined
Looks like that is the issue.
So there might be still an missing sequence point. I am going to reformat that
line to see if there is one missing.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43456
More information about the Gcc-bugs
mailing list