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 statementexprs
- To: greg at mcgary dot org
- Subject: Re: gcc erroneously recycles temporaries of nested statementexprs
- From: Mark Mitchell <mark at codesourcery dot com>
- Date: Sun, 17 Sep 2000 17:03:14 -0700
- Cc: gcc-bugs at gcc dot gnu dot org
- Organization: CodeSourcery, LLC
- References: <200009170856.BAA28380@kayak.mcgary.org>
Please put bug reports should go in GNATS. That's what we're using to
drive GCC releases these days.
I wonder if converting the C front-end to statement-at-a-time mode
fixed this bug? I wouldn't be surprised, since statement-expressions
used to be turned into RTL_EXPRs too early in the game. In any case,
with current gcc on i686-pc-linux-gnu using -O2 this program seems to
work for me. :-)
--
Mark Mitchell mark@codesourcery.com
CodeSourcery, LLC http://www.codesourcery.com