[Bug c++/20416] Incorrect lifetime for temporary with static const reference

2014-07-12 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=20416 Jason Merrill changed: What|Removed |Added Known to fail|| --- Comment #8 from Jason Merrill ---

[Bug c++/20416] Incorrect lifetime for temporary with static const reference

2014-07-11 Thread shri314 at yahoo dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=20416 shri314 at yahoo dot com changed: What|Removed |Added CC||shri314 at yahoo dot com ---

[Bug c++/20416] Incorrect lifetime for temporary with static const reference

2007-10-04 Thread jason at gcc dot gnu dot org
--- Comment #6 from jason at gcc dot gnu dot org 2007-10-04 18:00 --- Fixed for 4.3.0. -- jason at gcc dot gnu dot org changed: What|Removed |Added Status|ASS

[Bug c++/20416] Incorrect lifetime for temporary with static const reference

2007-10-04 Thread jason at gcc dot gnu dot org
--- Comment #5 from jason at gcc dot gnu dot org 2007-10-04 17:58 --- Subject: Bug 20416 Author: jason Date: Thu Oct 4 17:58:07 2007 New Revision: 129020 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=129020 Log: PR c++/20416 * call.c (initialize_reference): Han

[Bug c++/20416] Incorrect lifetime for temporary with static const reference

2007-10-03 Thread jason at gcc dot gnu dot org
-- jason at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |jason at gcc dot gnu dot org |dot org

[Bug c++/20416] Incorrect lifetime for temporary with static const reference

2006-10-05 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2006-10-05 20:38 --- *** Bug 29360 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug c++/20416] Incorrect lifetime for temporary with static const reference

2006-04-19 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-04-19 15:08 --- *** Bug 27216 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug c++/20416] Incorrect lifetime for temporary with static const reference

2005-11-21 Thread rsandifo at gcc dot gnu dot org
--- Comment #2 from rsandifo at gcc dot gnu dot org 2005-11-21 16:09 --- BTW, this is 12.2/5. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20416

[Bug c++/20416] Incorrect lifetime for temporary with static const reference

2005-11-21 Thread rsandifo at gcc dot gnu dot org
--- Comment #1 from rsandifo at gcc dot gnu dot org 2005-11-21 16:09 --- Confirmed. Here's a dejagnu-style testcase: // PR c++/20416. We correctly constructed the temporary S in foo(), // but incorrectly destroyed it every time foo() was called. // { dg-do run } extern "C" void abort