OSDN Git Service

* lib/g++-dg.exp (g++-dg-test): Add "repo" option.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.jason / rfg8.C
index 401d05d..39ef34c 100644 (file)
@@ -1,4 +1,4 @@
+// { dg-do assemble  }
 // Bug: g++ is wrongfully pedantic about union initializers.
-// Build don't link:
 
 union U { int mbr; } array[1] = { 0 };