re PR c++/58814 (ICE with volatile and attribute vector_size)
authorJason Merrill <jason@redhat.com>
Tue, 28 Jan 2014 04:30:38 +0000 (23:30 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Tue, 28 Jan 2014 04:30:38 +0000 (23:30 -0500)
commit30f6b7844aad824eb90adc0962a3663c73d5aa16
tree0f49ec2595909b7586b1450c40952ac057dbf374
parent9cca4e3d1a29de999ebdab84ffa99aa11eedf64e
re PR c++/58814 (ICE with volatile and attribute vector_size)

PR c++/58814
* typeck.c (cp_build_modify_expr): Make the RHS an rvalue before
stabilizing.

From-SVN: r207163
gcc/cp/ChangeLog
gcc/cp/typeck.c
gcc/testsuite/g++.dg/ext/vector25.C [new file with mode: 0644]