OSDN Git Service

make x a long
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 29 Aug 2001 22:36:26 +0000 (22:36 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 29 Aug 2001 22:36:26 +0000 (22:36 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45278 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 74bcb5f..ad4974d 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)