This is the mail archive of the gcc-bugs@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: gcc erroneously recycles temporaries of nested statementexprs



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

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