Commit fceabe50 by Jakub Jelinek Committed by Jakub Jelinek

* g++.dg/cpp1z/inline-var1.C (w): Initialize to 64 + 2.

From-SVN: r241383
parent 8e92bce9
2016-10-20 Jakub Jelinek <jakub@redhat.com>
* g++.dg/cpp1z/inline-var1.C (w): Initialize to 64 + 2.
2016-10-20 Uros Bizjak <ubizjak@gmail.com>
PR target/78037
......
......@@ -13,7 +13,7 @@ inline int var22 = foo (7);
extern inline int var23, var22;
inline int var23 = foo (8);
static int v, w;
static int v, w = 64 + 2;
int
foo (int x)
......
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