PR c++/86728 - C variadic generic lambda.
[official-gcc.git] / gcc / testsuite / g++.dg / init / const7.C
blobe1f31bccf7cf9b3ebacbe16cac76d3d6d912d91a
1 // { dg-do compile }
2 // { dg-options "-fdump-tree-gimple -pedantic" }
4 struct s { int x, y; };
5 short offsets[1] = {
6   ((char*) &(((struct s*)16)->y) - (char *)16), // { dg-message "narrowing" "" { target c++11 } }
7 };
9 // This ensures that we get a dump whether or not the bug is present.
10 void fn() { }
12 // { dg-final { scan-tree-dump-not "initialization"  "gimple" } }