[Bug c++/25979] incorrect codegen for conditional
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Thu Jan 26 17:36:00 GMT 2006
------- Comment #2 from pinskia at gcc dot gnu dot org 2006-01-26 17:36 -------
It was worked around in 4.0.2 (done on 2005-04-05 23:13:35) by:
PR c++/19317
* calls.c (expand_call): Disable return slot optimization.
Which just disabled the return slot optimization for 4.0.x
Now 4.1.0 never got that patch but a different one which fixed a similar bug
(PR 19317) but it did not fix this one or the duplicated one.
*** This bug has been marked as a duplicate of 25977 ***
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25979
More information about the Gcc-bugs
mailing list