]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gas/testsuite/gas/all/overflow.l
Get rid of fprintf_vma and sprintf_vma
[thirdparty/binutils-gdb.git] / gas / testsuite / gas / all / overflow.l
1 .*: Assembler messages:
2 .*:5: Warning: .* 0x0*100 truncated to 0x0*0
3 .*:6: Warning: .* 0x0*101 truncated to 0x0*1
4 .*:11: Warning: .* 0xf+00 truncated to 0x0*0
5 .*:12: Warning: .* 0xf+eff truncated to 0x0*ff
6 .*:17: Error: .* (256|(0x)?100) too large .*
7 .*:18: Error: .* (257|(0x)?101) too large .*
8 .*:23: Error: .* (0x)?f+00 too large .*
9 .*:24: Error: .* (0x)?f+eff too large .*