r242349 - in /trunk/gcc: cp/ChangeLog cp/conste...
jason@gcc.gnu.org
jason@gcc.gnu.org
Sun Nov 13 06:52:00 GMT 2016
Author: jason
Date: Sun Nov 13 06:52:15 2016
New Revision: 242349
URL: https://gcc.gnu.org/viewcvs?rev=242349&root=gcc&view=rev
Log:
Fix constexpr lvalue use of __real and __imag.
* constexpr.c (potential_constant_expression_1): REALPART_EXPR and
IMAGPART_EXPR can be lvalues.
Added:
trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-complex2.C
Modified:
trunk/gcc/cp/ChangeLog
trunk/gcc/cp/constexpr.c
More information about the Gcc-cvs
mailing list