* gcc.target/nvptx/decl-shared.c (v_common): Add 'common' attribute to
explicitly request the desired storage class.
From-SVN: r243856
+2016-12-21 Alexander Monakov <amonakov@ispras.ru>
+
+ * gcc.target/nvptx/decl-shared.c (v_common): Add 'common' attribute to
+ explicitly request the desired storage class.
+
2016-12-21 Georg-Johann Lay <avr@gjlay.de>
PR testsuite/52641
static int v_internal __attribute__((shared,used));
-int v_common __attribute__((shared));
+int v_common __attribute__((shared,common));
int v_extdef __attribute__((shared,nocommon));
extern int v_extdecl __attribute__((shared));