Commit b5d7a29c by Rainer Orth Committed by Rainer Orth

Fix g++.dg/template/ptrmem30.C with Solaris ld

	* g++.dg/template/ptrmem30.C (read): Rename to data_read.
	(Holder::foo): Reflect this.

From-SVN: r234652
parent c4b1942c
2016-03-31 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* g++.dg/template/ptrmem30.C (read): Rename to data_read.
(Holder::foo): Reflect this.
2016-03-31 Ilya Enkovich <enkovich.gnu@gmail.com>
PR target/70442
......
// PR c++/70096
// { dg-do run }
int read;
int data_read;
struct Holder
{
void foo () { read = data; }
void foo () { data_read = data; }
int data;
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment