projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0d19c8
)
make x a long
author
Jason Merrill
<jason@gcc.gnu.org>
Wed, 29 Aug 2001 22:36:26 +0000
(18:36 -0400)
committer
Jason 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
patch
|
blob
|
history
diff --git
a/gcc/testsuite/g++.dg/special/initp1.C
b/gcc/testsuite/g++.dg/special/initp1.C
index 74bcb5f764d1ad5726a321b144d59b46927c8da7..ad4974d48d4e405203428880c6b759e1ffcb40ba 100644
(file)
--- a/
gcc/testsuite/g++.dg/special/initp1.C
+++ b/
gcc/testsuite/g++.dg/special/initp1.C
@@
-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)