From: Paolo Carlini Date: Wed, 28 Dec 2011 15:52:54 +0000 (+0000) Subject: re PR c++/51547 (auto, type deduction, reference collapsing and const: invalid initia... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0fe0620df5f91f4979dc7b9347e86a1acec4b156;p=gcc.git re PR c++/51547 (auto, type deduction, reference collapsing and const: invalid initialization of reference of type 'const X&&' from expression of type 'const X') 2011-12-27 Paolo Carlini PR c++/51547 * g++.dg/cpp0x/pr51547.C: New. From-SVN: r182709 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 58d832375d6..c3b57c1be32 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -2,6 +2,11 @@ * gcc.dg/torture/pr50396.c: Use dg-add-options ieee. +2011-12-27 Paolo Carlini + + PR c++/51547 + * g++.dg/cpp0x/pr51547.C: New. + 2011-12-27 Eric Botcazou * gcc.c-torture/execute/20111227-1.c: New test.