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  <paolo.carlini@oracle.com>

	PR c++/51547
	* g++.dg/cpp0x/pr51547.C: New.

From-SVN: r182709
This commit is contained in:
Paolo Carlini 2011-12-28 15:52:54 +00:00
parent 535131f245
commit 0fe0620df5

View File

@ -2,6 +2,11 @@
* gcc.dg/torture/pr50396.c: Use dg-add-options ieee.
2011-12-27 Paolo Carlini <paolo.carlini@oracle.com>
PR c++/51547
* g++.dg/cpp0x/pr51547.C: New.
2011-12-27 Eric Botcazou <ebotcazou@adacore.com>
* gcc.c-torture/execute/20111227-1.c: New test.