push OFFSET symbol
generates wrong code for Intel syntax on i686
#114759
Labels
push OFFSET symbol
generates wrong code for Intel syntax on i686
#114759
https://godbolt.org/z/vfE68E3c9
This generates a 16-bit push for i686-pc-linux and causes an error for i686-w64-mingw32:
Expected behavior is that it should generate a 32-bit push that references
_foo
as an absolute address.x86-64 is not affected.
The text was updated successfully, but these errors were encountered: