[Bug 291] Compile-time AssemblerTemplate is not supported

2018-09-01 Thread gdc-bugzilla--- via D.gnu
https://bugzilla.gdcproject.org/show_bug.cgi?id=291 Bug 291 depends on bug 148, which changed state. Bug 148 Summary: gcc inline asm instruction template must be a constant char string regression https://bugzilla.gdcproject.org/show_bug.cgi?id=148 What|Removed

[Bug 291] Compile-time AssemblerTemplate is not supported

2018-05-28 Thread gdc-bugzilla--- via D.gnu
https://bugzilla.gdcproject.org/show_bug.cgi?id=291 Iain Buclaw changed: What|Removed |Added Depends on||148 Referenced Bugs: https://bugzilla.g

[Bug 291] Compile-time AssemblerTemplate is not supported

2018-05-28 Thread gdc-bugzilla--- via D.gnu
https://bugzilla.gdcproject.org/show_bug.cgi?id=291 --- Comment #2 from Iain Buclaw --- Related to #148. I wasn't aware of the wiki documentation saying that, maybe we can add support for that effectively closing both. However at some point I have wanted to redo this so that gdc has exclusive o

[Bug 291] Compile-time AssemblerTemplate is not supported

2018-05-27 Thread gdc-bugzilla--- via D.gnu
https://bugzilla.gdcproject.org/show_bug.cgi?id=291 --- Comment #1 from ARaspiK --- I opened the wiki on the Internet Archive. According to the wiki at June 29, 2017, "If the template is not a string literal, use parenthesis to indicate that it is not an opcode." This doesn't ACTUALLY WORK. Using