PR24944, gas doesn't read enough digits when parsing a floating point number
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / fp.s
1 .data
2 # .tfloat is 80-bit floating point format.
3 .tfloat 3.32192809488736218171e0
4 # .byte 0x0, 0x88, 0x1b, 0xcd, 0x4b, 0x78, 0x9a, 0xd4, 0x0, 0x40
5 # .double is 64-bit floating point format.
6 .double 3.32192809488736218171e0
7 # .byte 0x71, 0xa3, 0x79, 0x09, 0x4f, 0x93, 0x0a, 0x40
8 # The next two are 32-bit floating point format.
9 .float 3.32192809488736218171e0
10 # .byte 0x78, 0x9a, 0x54, 0x40, 0, 0, 0, 0
11 .single 3.32192809488736218171e0
12 # .byte 0x78, 0x9a, 0x54, 0x40, 0, 0, 0, 0
13 .byte 0, 0, 0, 0, 0, 0
14
15 # The assembler used to treat the next value as zero instead of 1e-22.
16 .double .0000000000000000000001
17 .double 1e-22
18 # The assembler used to limit the number of digits too much.
19 .double 37778931862957165903871.0
20 .double 37778931862957165903873.0
21 # Ensure we handle a crazy number of digits
22 .double 1.000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001
This page took 0.031322 seconds and 4 git commands to generate.