[Bug 148] gcc inline asm instruction template must be a constant char string regression

via D.gnu d.gnu at puremagic.com
Sat Aug 9 07:20:34 PDT 2014


http://bugzilla.gdcproject.org/show_bug.cgi?id=148

art.08.09 at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |art.08.09 at gmail.com

--- Comment #1 from art.08.09 at gmail.com ---
A slightly better testcase; this works when using the older compiler:

void main() {
   asm {""~"" ; }
   enum E = ""~"";
   asm {""~E~"" ; }
}

-- 
You are receiving this mail because:
You are watching all bug changes.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puremagic.com/pipermail/d.gnu/attachments/20140809/e9d9de82/attachment.html>


More information about the D.gnu mailing list