We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e07a43 commit ceac7d4Copy full SHA for ceac7d4
tests/t084_arg_mixed.py
@@ -47,3 +47,8 @@ def setup(self):
47
self.option += '-R "mixed_div@retval/f80" '
48
self.option += '-A "mixed_str@arg1/s,fparg1" '
49
self.option += '-R "mixed_str@retval/s"'
50
+
51
+ def fixup(self, cflags, result):
52
+ if cflags.find('O1') >= 0 or cflags.find('O2') >= 0 or cflags.find('O3') >= 0:
53
+ return result.replace('mixed_sub(0x400000, 2048) = 0x3ff800;',
54
+ 'mixed_sub.specialized.1();')
0 commit comments