err-ser-1.s
来自「俄罗斯高人Mamaich的Pocket gcc编译器(运行在PocketPC上)」· S 代码 · 共 11 行
S
11 行
% { dg-do assemble { target mmix-*-* } }% { dg-bogus "bad expression" "" { xfail mmix-*-* } 9 }% { dg-bogus "bad expression" "" { xfail mmix-*-* } 10 }% Make sure we correctly diagnose the serial-number operator.% We can't stop the "bad expression" error, though; hence the "bogus" errors.a IS 42Main TETRA &a<<8 { dg-error "serial number operator is not supported" "" } TETRA 3+&a<<8 { dg-error "serial number operator is not supported" "" }
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?