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]
Other format: [Raw text]

[Bug c++/25979] incorrect codegen for conditional



------- 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


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