This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: gcc erroneously recycles temporaries of nested statement exprs
Mark Mitchell <mark@codesourcery.com> writes:
> Please put bug reports should go in GNATS. That's what we're using to
> drive GCC releases these days.
OK. Sorry, I hadn't been keeping up with modern practice.
> I wonder if converting the C front-end to statement-at-a-time mode
> fixed this bug?
Don't you mean function-at-a-time? The bug was still present on the
mainline as of Sept 14.
> In any case, with current gcc on i686-pc-linux-gnu using -O2 this
> program seems to work for me. :-)
I removed the .x file. Thanks for fixing it!
Greg