Require target lra in gcc.dg/pr108095.c
[official-gcc.git] / gcc / testsuite / gdc.dg / pr96157c.d
blob8f48cbdc1b48c1644f724729eaadf9a1233e0789
1 // https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96157
2 // { dg-options "-fno-moduleinfo -fno-rtti" }
3 // { dg-do compile }
5 struct CodepointSet
7 CowArray!string data;
10 struct CowArray(SP)
12 ~this()
14 if (data.length)
15 refCount;
17 @property refCount() { return data[$-1]; }
19 uint[] data;
22 int ucmp() { return 1; }
24 bool loadProperty () {
26 CodepointSet target;
27 if (ucmp)
28 CodepointSet();
29 else if (ucmp|| ucmp)
30 target = CodepointSet();
31 else if (ucmp|| ucmp)
32 target = CodepointSet();
33 else if (ucmp|| ucmp)
34 target = CodepointSet();
35 else if (ucmp)
36 target = CodepointSet();
37 else if (ucmp)
38 target = CodepointSet();
39 return true;