This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r260969 - in /trunk/gcc: cp/ChangeLog cp/call.c...


Author: jason
Date: Wed May 30 17:33:06 2018
New Revision: 260969

URL: https://gcc.gnu.org/viewcvs?rev=260969&root=gcc&view=rev
Log:
	PR c++/85873 - constant initializer_list array not in .rodata.

	* tree.c (build_target_expr): Set TREE_READONLY.
	* call.c (set_up_extended_ref_temp): Set TREE_READONLY.

Added:
    trunk/gcc/testsuite/g++.dg/tree-ssa/array-temp1.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/call.c
    trunk/gcc/cp/tree.c


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]