diff options
| author | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-08-29 22:36:26 +0000 |
|---|---|---|
| committer | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-08-29 22:36:26 +0000 |
| commit | 9323b8ebed09cc41f2a429a71f8fb2d29dabfc3c (patch) | |
| tree | 0333bbdec84270f82334eef3d3540f53ad808359 | |
| parent | e9ea15885b519a4e7e158700ae27c47c2d562279 (diff) | |
| download | ppe42-gcc-9323b8ebed09cc41f2a429a71f8fb2d29dabfc3c.tar.gz ppe42-gcc-9323b8ebed09cc41f2a429a71f8fb2d29dabfc3c.zip | |
make x a long
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45278 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/testsuite/g++.dg/special/initp1.C | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/g++.dg/special/initp1.C b/gcc/testsuite/g++.dg/special/initp1.C index 74bcb5f764d..ad4974d48d4 100644 --- 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) |

