diff --git a/testsuite/poke.map/maps-int-01.pk b/testsuite/poke.map/maps-int-01.pk new file mode 100644 index 0000000..6a0de1f --- /dev/null +++ b/testsuite/poke.map/maps-int-01.pk @@ -0,0 +1,7 @@ +/* { dg-do run } */ +/* { dg-data {c*} {0x51 0x23 0x45 0x67 0x89 0xab 0xcd 0xef} } */ + +/* { dg-command { .set endian big } } */ +/* { dg-command { .set obase 10 } } */ +/* { dg-command { int<8> @ 8#b } } */ +/* { dg-output "35" } */ diff --git a/testsuite/poke.map/maps-int-02.pk b/testsuite/poke.map/maps-int-02.pk new file mode 100644 index 0000000..45d7840 --- /dev/null +++ b/testsuite/poke.map/maps-int-02.pk @@ -0,0 +1,7 @@ +/* { dg-do run } */ +/* { dg-data {c*} {0x51 0x23 0x45 0x67 0x89 0xab 0xcd 0xef} } */ + +/* { dg-command { .set endian big } } */ +/* { dg-command { .set obase 10 } } */ +/* { dg-command { int<8> @ 32#b } } */ +/* { dg-output "-119" } */ diff --git a/testsuite/poke.map/maps-int-03.pk b/testsuite/poke.map/maps-int-03.pk new file mode 100644 index 0000000..9600380 --- /dev/null +++ b/testsuite/poke.map/maps-int-03.pk @@ -0,0 +1,7 @@ +/* { dg-do run } */ +/* { dg-data {c*} {0x51 0x23 0x45 0x67 0x89 0xab 0xcd 0xef} } */ + +/* { dg-command { .set endian little } } */ +/* { dg-command { .set obase 10 } } */ +/* { dg-command { int<16> @ 8#b } } */ +/* { dg-output "17699" } */ diff --git a/testsuite/poke.map/maps-int-04.pk b/testsuite/poke.map/maps-int-04.pk new file mode 100644 index 0000000..7c88ad4 --- /dev/null +++ b/testsuite/poke.map/maps-int-04.pk @@ -0,0 +1,7 @@ +/* { dg-do run } */ +/* { dg-data {c*} {0x51 0x23 0x45 0x67 0x89 0xab 0xcd 0xef} } */ + +/* { dg-command { .set endian big } } */ +/* { dg-command { .set obase 10 } } */ +/* { dg-command { int<16> @ 8#b } } */ +/* { dg-output "9029" } */ diff --git a/testsuite/poke.map/maps-int-05.pk b/testsuite/poke.map/maps-int-05.pk new file mode 100644 index 0000000..26a1ac1 --- /dev/null +++ b/testsuite/poke.map/maps-int-05.pk @@ -0,0 +1,7 @@ +/* { dg-do run } */ +/* { dg-data {c*} {0x51 0x23 0x45 0x67 0x89 0xab 0xcd 0xef} } */ + +/* { dg-command { .set endian little } } */ +/* { dg-command { .set obase 10 } } */ +/* { dg-command { int<24> @ 16#b } } */ +/* { dg-output "-7772347" } */ diff --git a/testsuite/poke.map/maps-int-06.pk b/testsuite/poke.map/maps-int-06.pk new file mode 100644 index 0000000..f9650c6 --- /dev/null +++ b/testsuite/poke.map/maps-int-06.pk @@ -0,0 +1,7 @@ +/* { dg-do run } */ +/* { dg-data {c*} {0x51 0x23 0x45 0x67 0x89 0xab 0xcd 0xef} } */ + +/* { dg-command { .set endian big } } */ +/* { dg-command { .set obase 10 } } */ +/* { dg-command { int<24> @ 8#b } } */ +/* { dg-output "2311527" } */ diff --git a/testsuite/poke.map/maps-int-07.pk b/testsuite/poke.map/maps-int-07.pk new file mode 100644 index 0000000..c85c61d --- /dev/null +++ b/testsuite/poke.map/maps-int-07.pk @@ -0,0 +1,7 @@ +/* { dg-do run } */ +/* { dg-data {c*} {0x51 0x23 0x45 0x67 0x89 0xab 0xcd 0xef} } */ + +/* { dg-command { .set endian little } } */ +/* { dg-command { .set obase 10 } } */ +/* { dg-command { int<32> @ 8#b } } */ +/* { dg-output "-1989720797" } */ diff --git a/testsuite/poke.map/maps-int-08.pk b/testsuite/poke.map/maps-int-08.pk new file mode 100644 index 0000000..17ef62c --- /dev/null +++ b/testsuite/poke.map/maps-int-08.pk @@ -0,0 +1,7 @@ +/* { dg-do run } */ +/* { dg-data {c*} {0x51 0x23 0x45 0x67 0x89 0xab 0xcd 0xef} } */ + +/* { dg-command { .set endian big } } */ +/* { dg-command { .set obase 10 } } */ +/* { dg-command { int<32> @ 8#b } } */ +/* { dg-output "591751049" } */ diff --git a/testsuite/poke.map/maps-int-09.pk b/testsuite/poke.map/maps-int-09.pk new file mode 100644 index 0000000..751ff84 --- /dev/null +++ b/testsuite/poke.map/maps-int-09.pk @@ -0,0 +1,7 @@ +/* { dg-do run } */ +/* { dg-data {c*} {0x51 0x23 0x45 0x67 0x89 0xab 0xcd 0xef} } */ + +/* { dg-command { .set endian little } } */ +/* { dg-command { .set obase 10 } } */ +/* { dg-command { int<40> @ 8#b } } */ +/* { dg-output "-362766973661" } */ diff --git a/testsuite/poke.map/maps-int-10.pk b/testsuite/poke.map/maps-int-10.pk new file mode 100644 index 0000000..1ed3683 --- /dev/null +++ b/testsuite/poke.map/maps-int-10.pk @@ -0,0 +1,7 @@ +/* { dg-do run } */ +/* { dg-data {c*} {0x51 0x23 0x45 0x67 0x89 0xab 0xcd 0xef} } */ + +/* { dg-command { .set endian big } } */ +/* { dg-command { .set obase 10 } } */ +/* { dg-command { int<40> @ 8#b } } */ +/* { dg-output "151488268715" } */ diff --git a/testsuite/poke.map/maps-int-11.pk b/testsuite/poke.map/maps-int-11.pk new file mode 100644 index 0000000..afbc7a6 --- /dev/null +++ b/testsuite/poke.map/maps-int-11.pk @@ -0,0 +1,7 @@ +/* { dg-do run } */ +/* { dg-data {c*} {0x51 0x23 0x45 0x67 0x89 0xab 0xcd 0xef} } */ + +/* { dg-command { .set endian little } } */ +/* { dg-command { .set obase 10 } } */ +/* { dg-command { int<48> @ 8#b } } */ +/* { dg-output "-55338348362461" } */ diff --git a/testsuite/poke.map/maps-int-12.pk b/testsuite/poke.map/maps-int-12.pk new file mode 100644 index 0000000..8f2f6c7 --- /dev/null +++ b/testsuite/poke.map/maps-int-12.pk @@ -0,0 +1,7 @@ +/* { dg-do run } */ +/* { dg-data {c*} {0x51 0x23 0x45 0x67 0x89 0xab 0xcd 0xef} } */ + +/* { dg-command { .set endian big } } */ +/* { dg-command { .set obase 10 } } */ +/* { dg-command { int<48> @ 8#b } } */ +/* { dg-output "38780996791245" } */ diff --git a/testsuite/poke.map/maps-int-13.pk b/testsuite/poke.map/maps-int-13.pk new file mode 100644 index 0000000..2298e20 --- /dev/null +++ b/testsuite/poke.map/maps-int-13.pk @@ -0,0 +1,7 @@ +/* { dg-do run } */ +/* { dg-data {c*} {0x51 0x23 0x45 0x67 0x89 0xab 0xcd 0xef} } */ + +/* { dg-command { .set endian little } } */ +/* { dg-command { .set obase 10 } } */ +/* { dg-command { int<56> @ 8#b } } */ +/* { dg-output "-4558937975732957" } */ diff --git a/testsuite/poke.map/maps-int-14.pk b/testsuite/poke.map/maps-int-14.pk new file mode 100644 index 0000000..6c4af3f --- /dev/null +++ b/testsuite/poke.map/maps-int-14.pk @@ -0,0 +1,7 @@ +/* { dg-do run } */ +/* { dg-data {c*} {0x51 0x23 0x45 0x67 0x89 0xab 0xcd 0xef} } */ + +/* { dg-command { .set endian big } } */ +/* { dg-command { .set obase 10 } } */ +/* { dg-command { int<56> @ 8#b } } */ +/* { dg-output "9927935178558959" } */ diff --git a/testsuite/poke.map/maps-int-15.pk b/testsuite/poke.map/maps-int-15.pk new file mode 100644 index 0000000..ad66123 --- /dev/null +++ b/testsuite/poke.map/maps-int-15.pk @@ -0,0 +1,7 @@ +/* { dg-do run } */ +/* { dg-data {c*} {0x51 0x23 0x45 0x67 0x89 0xab 0xcd 0xef 0x51 0x23 0x45 0x67 0x89 0xab 0xcd 0xef} } */ + +/* { dg-command { .set endian little } } */ +/* { dg-command { .set obase 10 } } */ +/* { dg-command { int<64> @ 8#b } } */ +/* { dg-output "5904163773134357795" } */ diff --git a/testsuite/poke.map/maps-int-16.pk b/testsuite/poke.map/maps-int-16.pk new file mode 100644 index 0000000..5cc2213 --- /dev/null +++ b/testsuite/poke.map/maps-int-16.pk @@ -0,0 +1,7 @@ +/* { dg-do run } */ +/* { dg-data {c*} {0x51 0x23 0x45 0x67 0x89 0xab 0xcd 0xef 0x51 0x23 0x45 0x67 0x89 0xab 0xcd 0xef} } */ + +/* { dg-command { .set endian big } } */ +/* { dg-command { .set obase 10 } } */ +/* { dg-command { int<64> @ 8#b } } */ +/* { dg-output "2541551405711093585" } */ diff --git a/testsuite/poke.map/maps-int-17.pk b/testsuite/poke.map/maps-int-17.pk new file mode 100644 index 0000000..3e070b9 --- /dev/null +++ b/testsuite/poke.map/maps-int-17.pk @@ -0,0 +1,7 @@ +/* { dg-do run } */ +/* { dg-data {c*} {0x51 0x23 0x45 0x67 0x89 0xab 0xcd 0xef} } */ + +/* { dg-command { .set endian big } } */ +/* { dg-command { .set obase 10 } } */ +/* { dg-command { int<15> @ 9#b } } */ +/* { dg-output "9029" } */ diff --git a/testsuite/poke.map/maps-int-18.pk b/testsuite/poke.map/maps-int-18.pk new file mode 100644 index 0000000..32fdb1d --- /dev/null +++ b/testsuite/poke.map/maps-int-18.pk @@ -0,0 +1,7 @@ +/* { dg-do run } */ +/* { dg-data {c*} {0x51 0x23 0x45 0x67 0x89 0xab 0xcd 0xef} } */ + +/* { dg-command { .set endian big } } */ +/* { dg-command { .set obase 10 } } */ +/* { dg-command { int<9> @ 15#b } } */ +/* { dg-output "-187" } */ diff --git a/testsuite/poke.map/maps-int-19.pk b/testsuite/poke.map/maps-int-19.pk new file mode 100644 index 0000000..1403311 --- /dev/null +++ b/testsuite/poke.map/maps-int-19.pk @@ -0,0 +1,7 @@ +/* { dg-do run } */ +/* { dg-data {c*} {0x51 0x23 0x45 0x67 0x89 0xab 0xcd 0xef} } */ + +/* { dg-command { .set endian big } } */ +/* { dg-command { .set obase 10 } } */ +/* { dg-command { int<5> @ 10#b } } */ +/* { dg-output "-15" } */ diff --git a/testsuite/poke.map/maps-int-20.pk b/testsuite/poke.map/maps-int-20.pk new file mode 100644 index 0000000..169fa46 --- /dev/null +++ b/testsuite/poke.map/maps-int-20.pk @@ -0,0 +1,7 @@ +/* { dg-do run } */ +/* { dg-data {c*} {0x51 0x23 0x45 0x67 0x89 0xab 0xcd 0xef} } */ + +/* { dg-command { .set endian little } } */ +/* { dg-command { .set obase 10 } } */ +/* { dg-command { int<5> @ 10#b } } */ +/* { dg-output "-15" } */ diff --git a/testsuite/poke.map/maps-int-21.pk b/testsuite/poke.map/maps-int-21.pk new file mode 100644 index 0000000..f6e0171 --- /dev/null +++ b/testsuite/poke.map/maps-int-21.pk @@ -0,0 +1,7 @@ +/* { dg-do run } */ +/* { dg-data {c*} {0x51 0x23 0x45 0x67 0x89 0xab 0xcd 0xef} } */ + +/* { dg-command { .set endian big } } */ +/* { dg-command { .set obase 10 } } */ +/* { dg-command { int<6> @ 10#b } } */ +/* { dg-output "-29" } */ diff --git a/testsuite/poke.map/maps-int-22.pk b/testsuite/poke.map/maps-int-22.pk new file mode 100644 index 0000000..15b0692 --- /dev/null +++ b/testsuite/poke.map/maps-int-22.pk @@ -0,0 +1,7 @@ +/* { dg-do run } */ +/* { dg-data {c*} {0x51 0x23 0x45 0x67 0x89 0xab 0xcd 0xef} } */ + +/* { dg-command { .set endian little } } */ +/* { dg-command { .set obase 10 } } */ +/* { dg-command { int<6> @ 10#b } } */ +/* { dg-output "-29" } */ diff --git a/testsuite/poke.map/maps-int-23.pk b/testsuite/poke.map/maps-int-23.pk new file mode 100644 index 0000000..1a7d17b --- /dev/null +++ b/testsuite/poke.map/maps-int-23.pk @@ -0,0 +1,7 @@ +/* { dg-do run } */ +/* { dg-data {c*} {0x51 0x23 0x45 0x67 0x89 0xab 0xcd 0xef} } */ + +/* { dg-command { .set endian little } } */ +/* { dg-command { .set obase 10 } } */ +/* { dg-command { int<22> @ 9#b } } */ +/* { dg-output "-816570" } */ diff --git a/testsuite/poke.map/maps-int-24.pk b/testsuite/poke.map/maps-int-24.pk new file mode 100644 index 0000000..37b71c8 --- /dev/null +++ b/testsuite/poke.map/maps-int-24.pk @@ -0,0 +1,7 @@ +/* { dg-do run } */ +/* { dg-data {c*} {0x51 0x23 0x45 0x67 0x89 0xab 0xcd 0xef} } */ + +/* { dg-command { .set endian little } } */ +/* { dg-command { .set obase 10 } } */ +/* { dg-command { int<14> @ 15#b } } */ +/* { dg-output "-4958" } */ diff --git a/testsuite/poke.map/maps-int-25.pk b/testsuite/poke.map/maps-int-25.pk new file mode 100644 index 0000000..74adb18 --- /dev/null +++ b/testsuite/poke.map/maps-int-25.pk @@ -0,0 +1,7 @@ +/* { dg-do run } */ +/* { dg-data {c*} {0x51 0x23 0x45 0x67 0x89 0xab 0xcd 0xef} } */ + +/* { dg-command { .set endian big } } */ +/* { dg-command { .set obase 10 } } */ +/* { dg-command { int<22> @ 9#b } } */ +/* { dg-output "1155763" } */ diff --git a/testsuite/poke.map/maps-int-26.pk b/testsuite/poke.map/maps-int-26.pk new file mode 100644 index 0000000..227eb66 --- /dev/null +++ b/testsuite/poke.map/maps-int-26.pk @@ -0,0 +1,7 @@ +/* { dg-do run } */ +/* { dg-data {c*} {0x51 0x23 0x45 0x67 0x89 0xab 0xcd 0xef} } */ + +/* { dg-command { .set endian big } } */ +/* { dg-command { .set obase 10 } } */ +/* { dg-command { int<14> @ 15#b } } */ +/* { dg-output "-5972" } */ diff --git a/testsuite/poke.map/maps-int-27.pk b/testsuite/poke.map/maps-int-27.pk new file mode 100644 index 0000000..0c03e74 --- /dev/null +++ b/testsuite/poke.map/maps-int-27.pk @@ -0,0 +1,7 @@ +/* { dg-do run } */ +/* { dg-data {c*} {0x51 0x23 0x45 0x67 0x89 0xab 0xcd 0xef} } */ + +/* { dg-command { .set endian little } } */ +/* { dg-command { .set obase 10 } } */ +/* { dg-command { int<29> @ 9#b } } */ +/* { dg-output "47155782" } */ diff --git a/testsuite/poke.map/maps-int-28.pk b/testsuite/poke.map/maps-int-28.pk new file mode 100644 index 0000000..4813181 --- /dev/null +++ b/testsuite/poke.map/maps-int-28.pk @@ -0,0 +1,7 @@ +/* { dg-do run } */ +/* { dg-data {c*} {0x51 0x23 0x45 0x67 0x89 0xab 0xcd 0xef} } */ + +/* { dg-command { .set endian little } } */ +/* { dg-command { .set obase 10 } } */ +/* { dg-command { int<21> @ 15#b } } */ +/* { dg-output "-478302" } */ diff --git a/testsuite/poke.map/maps-int-29.pk b/testsuite/poke.map/maps-int-29.pk new file mode 100644 index 0000000..2ba021c --- /dev/null +++ b/testsuite/poke.map/maps-int-29.pk @@ -0,0 +1,7 @@ +/* { dg-do run } */ +/* { dg-data {c*} {0x51 0x23 0x45 0x67 0x89 0xab 0xcd 0xef} } */ + +/* { dg-command { .set endian big } } */ +/* { dg-command { .set obase 10 } } */ +/* { dg-command { int<29> @ 9#b } } */ +/* { dg-output "147937762" } */ diff --git a/testsuite/poke.map/maps-int-30.pk b/testsuite/poke.map/maps-int-30.pk new file mode 100644 index 0000000..fec7ac1 --- /dev/null +++ b/testsuite/poke.map/maps-int-30.pk @@ -0,0 +1,7 @@ +/* { dg-do run } */ +/* { dg-data {c*} {0x51 0x23 0x45 0x67 0x89 0xab 0xcd 0xef} } */ + +/* { dg-command { .set endian big } } */ +/* { dg-command { .set obase 10 } } */ +/* { dg-command { int<21> @ 15#b } } */ +/* { dg-output "-764296" } */ diff --git a/testsuite/poke.map/maps-int-31.pk b/testsuite/poke.map/maps-int-31.pk new file mode 100644 index 0000000..0e49416 --- /dev/null +++ b/testsuite/poke.map/maps-int-31.pk @@ -0,0 +1,7 @@ +/* { dg-do run } */ +/* { dg-data {c*} {0x51 0x23 0x45 0x67 0x89 0xab 0xcd 0xef} } */ + +/* { dg-command { .set endian little } } */ +/* { dg-command { .set obase 10 } } */ +/* { dg-command { int<37> @ 9#b } } */ +/* { dg-output "43282041414" } */ diff --git a/testsuite/poke.map/maps-int-32.pk b/testsuite/poke.map/maps-int-32.pk new file mode 100644 index 0000000..749c93f --- /dev/null +++ b/testsuite/poke.map/maps-int-32.pk @@ -0,0 +1,7 @@ +/* { dg-do run } */ +/* { dg-data {c*} {0x51 0x23 0x45 0x67 0x89 0xab 0xcd 0xef} } */ + +/* { dg-command { .set endian little } } */ +/* { dg-command { .set obase 10 } } */ +/* { dg-command { int<29> @ 15#b } } */ +/* { dg-output "-87772254" } */ diff --git a/testsuite/poke.map/maps-int-33.pk b/testsuite/poke.map/maps-int-33.pk new file mode 100644 index 0000000..4857456 --- /dev/null +++ b/testsuite/poke.map/maps-int-33.pk @@ -0,0 +1,7 @@ +/* { dg-do run } */ +/* { dg-data {c*} {0x51 0x23 0x45 0x67 0x89 0xab 0xcd 0xef} } */ + +/* { dg-command { .set endian big } } */ +/* { dg-command { .set obase 10 } } */ +/* { dg-command { int<37> @ 9#b } } */ +/* { dg-output "37872067178" } */ diff --git a/testsuite/poke.map/maps-int-34.pk b/testsuite/poke.map/maps-int-34.pk new file mode 100644 index 0000000..c173ee1 --- /dev/null +++ b/testsuite/poke.map/maps-int-34.pk @@ -0,0 +1,7 @@ +/* { dg-do run } */ +/* { dg-data {c*} {0x51 0x23 0x45 0x67 0x89 0xab 0xcd 0xef} } */ + +/* { dg-command { .set endian big } } */ +/* { dg-command { .set obase 10 } } */ +/* { dg-command { int<29> @ 15#b } } */ +/* { dg-output "-195659622" } */ diff --git a/testsuite/poke.map/maps-int-35.pk b/testsuite/poke.map/maps-int-35.pk new file mode 100644 index 0000000..b08700d --- /dev/null +++ b/testsuite/poke.map/maps-int-35.pk @@ -0,0 +1,7 @@ +/* { dg-do run } */ +/* { dg-data {c*} {0x51 0x23 0x45 0x67 0x89 0xab 0xcd 0xef} } */ + +/* { dg-command { .set endian little } } */ +/* { dg-command { .set obase 10 } } */ +/* { dg-command { int<44> @ 9#b } } */ +/* { dg-output "-7322586871226" } */ diff --git a/testsuite/poke.map/maps-int-36.pk b/testsuite/poke.map/maps-int-36.pk new file mode 100644 index 0000000..97e3d56 --- /dev/null +++ b/testsuite/poke.map/maps-int-36.pk @@ -0,0 +1,7 @@ +/* { dg-do run } */ +/* { dg-data {c*} {0x51 0x23 0x45 0x67 0x89 0xab 0xcd 0xef} } */ + +/* { dg-command { .set endian little } } */ +/* { dg-command { .set obase 10 } } */ +/* { dg-command { int<38> @ 15#b } } */ +/* { dg-output "-26478333022" } */ diff --git a/testsuite/poke.map/maps-int-37.pk b/testsuite/poke.map/maps-int-37.pk new file mode 100644 index 0000000..65e9c6e --- /dev/null +++ b/testsuite/poke.map/maps-int-37.pk @@ -0,0 +1,7 @@ +/* { dg-do run } */ +/* { dg-data {c*} {0x51 0x23 0x45 0x67 0x89 0xab 0xcd 0xef} } */ + +/* { dg-command { .set endian big } } */ +/* { dg-command { .set obase 10 } } */ +/* { dg-command { int<44> @ 9#b } } */ +/* { dg-output "4847624598905" } */ diff --git a/testsuite/poke.map/maps-int-38.pk b/testsuite/poke.map/maps-int-38.pk new file mode 100644 index 0000000..6f526d9 --- /dev/null +++ b/testsuite/poke.map/maps-int-38.pk @@ -0,0 +1,7 @@ +/* { dg-do run } */ +/* { dg-data {c*} {0x51 0x23 0x45 0x67 0x89 0xab 0xcd 0xef} } */ + +/* { dg-command { .set endian big } } */ +/* { dg-command { .set obase 10 } } */ +/* { dg-command { int<38> @ 15#b } } */ +/* { dg-output "-100177726087" } */ diff --git a/testsuite/poke.map/maps-int-39.pk b/testsuite/poke.map/maps-int-39.pk new file mode 100644 index 0000000..104a878 --- /dev/null +++ b/testsuite/poke.map/maps-int-39.pk @@ -0,0 +1,7 @@ +/* { dg-do run } */ +/* { dg-data {c*} {0x51 0x23 0x45 0x67 0x89 0xab 0xcd 0xef} } */ + +/* { dg-command { .set endian little } } */ +/* { dg-command { .set obase 10 } } */ +/* { dg-command { int<53> @ 9#b } } */ +/* { dg-output "-1236576586724794" } */ diff --git a/testsuite/poke.map/maps-int-40.pk b/testsuite/poke.map/maps-int-40.pk new file mode 100644 index 0000000..66980b0 --- /dev/null +++ b/testsuite/poke.map/maps-int-40.pk @@ -0,0 +1,7 @@ +/* { dg-do run } */ +/* { dg-data {c*} {0x51 0x23 0x45 0x67 0x89 0xab 0xcd 0xef} } */ + +/* { dg-command { .set endian little } } */ +/* { dg-command { .set obase 10 } } */ +/* { dg-command { int<47> @ 15#b } } */ +/* { dg-output "-4506129222750" } */ diff --git a/testsuite/poke.map/maps-int-41.pk b/testsuite/poke.map/maps-int-41.pk new file mode 100644 index 0000000..b56b29a --- /dev/null +++ b/testsuite/poke.map/maps-int-41.pk @@ -0,0 +1,7 @@ +/* { dg-do run } */ +/* { dg-data {c*} {0x51 0x23 0x45 0x67 0x89 0xab 0xcd 0xef} } */ + +/* { dg-command { .set endian big } } */ +/* { dg-command { .set obase 10 } } */ +/* { dg-command { int<53> @ 9#b } } */ +/* { dg-output "2481983794639739" } */ diff --git a/testsuite/poke.map/maps-int-42.pk b/testsuite/poke.map/maps-int-42.pk new file mode 100644 index 0000000..325910e --- /dev/null +++ b/testsuite/poke.map/maps-int-42.pk @@ -0,0 +1,7 @@ +/* { dg-do run } */ +/* { dg-data {c*} {0x51 0x23 0x45 0x67 0x89 0xab 0xcd 0xef} } */ + +/* { dg-command { .set endian big } } */ +/* { dg-command { .set obase 10 } } */ +/* { dg-command { int<47> @ 15#b } } */ +/* { dg-output "-51290995756165" } */ diff --git a/testsuite/poke.map/maps-int-43.pk b/testsuite/poke.map/maps-int-43.pk new file mode 100644 index 0000000..2455082 --- /dev/null +++ b/testsuite/poke.map/maps-int-43.pk @@ -0,0 +1,7 @@ +/* { dg-do run } */ +/* { dg-data {c*} {0x51 0x23 0x45 0x67 0x89 0xab 0xcd 0xef 0x51 0x23 0x45 0x67 0x89 0xab 0xcd 0xef} } */ + +/* { dg-command { .set endian little } } */ +/* { dg-command { .set obase 10 } } */ +/* { dg-command { int<59> @ 9#b } } */ +/* { dg-output "-153514538987189690" } */ diff --git a/testsuite/poke.map/maps-int-44.pk b/testsuite/poke.map/maps-int-44.pk new file mode 100644 index 0000000..63a1357 --- /dev/null +++ b/testsuite/poke.map/maps-int-44.pk @@ -0,0 +1,7 @@ +/* { dg-do run } */ +/* { dg-data {c*} {0x51 0x23 0x45 0x67 0x89 0xab 0xcd 0xef 0x51 0x23 0x45 0x67 0x89 0xab 0xcd 0xef} } */ + +/* { dg-command { .set endian little } } */ +/* { dg-command { .set obase 10 } } */ +/* { dg-command { int<53> @ 15#b } } */ +/* { dg-output "-2823653942840414" } */ diff --git a/testsuite/poke.map/maps-int-45.pk b/testsuite/poke.map/maps-int-45.pk new file mode 100644 index 0000000..feba720 --- /dev/null +++ b/testsuite/poke.map/maps-int-45.pk @@ -0,0 +1,7 @@ +/* { dg-do run } */ +/* { dg-data {c*} {0x51 0x23 0x45 0x67 0x89 0xab 0xcd 0xef 0x51 0x23 0x45 0x67 0x89 0xab 0xcd 0xef} } */ + +/* { dg-command { .set endian big } } */ +/* { dg-command { .set obase 10 } } */ +/* { dg-command { int<59> @ 9#b } } */ +/* { dg-output "158846962856943349" } */ diff --git a/testsuite/poke.map/maps-int-46.pk b/testsuite/poke.map/maps-int-46.pk new file mode 100644 index 0000000..e7744ef --- /dev/null +++ b/testsuite/poke.map/maps-int-46.pk @@ -0,0 +1,7 @@ +/* { dg-do run } */ +/* { dg-data {c*} {0x51 0x23 0x45 0x67 0x89 0xab 0xcd 0xef 0x51 0x23 0x45 0x67 0x89 0xab 0xcd 0xef} } */ + +/* { dg-command { .set endian big } } */ +/* { dg-command { .set obase 10 } } */ +/* { dg-command { int<53> @ 15#b } } */ +/* { dg-output "-3282623728394507" } */ diff --git a/testsuite/poke.map/maps-int-47.pk b/testsuite/poke.map/maps-int-47.pk new file mode 100644 index 0000000..ceb3b8b --- /dev/null +++ b/testsuite/poke.map/maps-int-47.pk @@ -0,0 +1,7 @@ +/* { dg-do run } */ +/* { dg-data {c*} {0x51 0x23 0x45 0x67 0x89 0xab 0xcd 0xef 0x51 0x23 0x45 0x67 0x89 0xab 0xcd 0xef} } */ + +/* { dg-command { .set endian little } } */ +/* { dg-command { .set obase 10 } } */ +/* { dg-command { int<59> @ 61#b } } */ +/* { dg-output "-182054997835897622" } */ diff --git a/testsuite/poke.map/maps-int-48.pk b/testsuite/poke.map/maps-int-48.pk new file mode 100644 index 0000000..6c21809 --- /dev/null +++ b/testsuite/poke.map/maps-int-48.pk @@ -0,0 +1,7 @@ +/* { dg-do run } */ +/* { dg-data {c*} {0x51 0x23 0x45 0x67 0x89 0xab 0xcd 0xef 0x51 0x23 0x45 0x67 0x89 0xab 0xcd 0xef} } */ + +/* { dg-command { .set endian little } } */ +/* { dg-command { .set obase 10 } } */ +/* { dg-command { int<64> @ 60#b } } */ +/* { dg-output "-2396871060034940171" } */ diff --git a/testsuite/poke.map/maps-int-49.pk b/testsuite/poke.map/maps-int-49.pk new file mode 100644 index 0000000..a0192ac --- /dev/null +++ b/testsuite/poke.map/maps-int-49.pk @@ -0,0 +1,7 @@ +/* { dg-do run } */ +/* { dg-data {c*} {0x51 0x23 0x45 0x67 0x89 0xab 0xcd 0xef 0x51 0x23 0x45 0x67 0x89 0xab 0xcd 0xef} } */ + +/* { dg-command { .set endian big } } */ +/* { dg-command { .set obase 10 } } */ +/* { dg-command { int<59> @ 61#b } } */ +/* { dg-output "-49219339927573555" } */ diff --git a/testsuite/poke.map/maps-int-50.pk b/testsuite/poke.map/maps-int-50.pk new file mode 100644 index 0000000..7ac6608 --- /dev/null +++ b/testsuite/poke.map/maps-int-50.pk @@ -0,0 +1,7 @@ +/* { dg-do run } */ +/* { dg-data {c*} {0x51 0x23 0x45 0x67 0x89 0xab 0xcd 0xef 0x51 0x23 0x45 0x67 0x89 0xab 0xcd 0xef} } */ + +/* { dg-command { .set endian big } } */ +/* { dg-command { .set obase 10 } } */ +/* { dg-command { int<64> @ 60#b } } */ +/* { dg-output "-787509438841176866" } */