mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2026-05-16 12:33:04 -04:00
m68k GAS uses `|` as the comment character instead of `#`. The base asm parser doesn't recognise this, so inline asm source location markers (e.g. `| 2 "file.c" 1`) leak through into the output instead of being filtered. Repro on godbolt.org: https://godbolt.org/z/vYneWc8Tf --------- Co-authored-by: Patrick Quist <partouf@gmail.com>