]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
make x a long
authorJason Merrill <jason@gcc.gnu.org>
Wed, 29 Aug 2001 22:36:26 +0000 (18:36 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Wed, 29 Aug 2001 22:36:26 +0000 (18:36 -0400)
From-SVN: r45278

gcc/testsuite/g++.dg/special/initp1.C

index 74bcb5f764d1ad5726a321b144d59b46927c8da7..ad4974d48d4e405203428880c6b759e1ffcb40ba 100644 (file)
@@ -48,7 +48,7 @@ Two zoo[ 3 ] __attribute__((init_priority(1100))) = {
 
 int Two::count;
 
-int x = 0;
+long x = 0;
 
 #define X( n ) \
   do { if ( x & (1 << (n)) ) return 1; else x |= (1 << (n)); } while (0)