test: test for code that relies on the optimizer to be valid
commit0af3e7ed3c265082b5b44c7f9f3d04011ec91988
authorH. Peter Anvin <hpa@zytor.com>
Wed, 24 Sep 2008 00:09:52 +0000 (23 17:09 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Wed, 24 Sep 2008 00:09:52 +0000 (23 17:09 -0700)
tree1e2b154ea961078a985ac8471e1b4126d36729b8
parent0b505c866f47387df1677e50b9f0a7b31433fa51
test: test for code that relies on the optimizer to be valid

There exists a fair bit of code out there which relies on the
optimizer in order to fit inside a predefined envelope.  NASM 2.04rc4
breaks this; write a simple test to demonstrate.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
test/fwdopt.asm [new file with mode: 0644]