← Back to index
|
Original Bugzilla link
Bug 89 – -H option generates bad code for pragma(msg)
Status
RESOLVED
Resolution
FIXED
Severity
normal
Priority
P2
Component
dmd
Product
D
Version
D1 (retired)
Platform
x86
OS
Windows
Creation time
2006-04-06T14:55:00Z
Last change time
2014-02-15T02:09:57Z
Assigned to
bugzilla
Creator
sean
Comments
Comment #0
by sean — 2006-04-06T14:55:44Z
C:\code\d\bugs>cat 152_1.d template templ( T ) { void templ( T val ) { pragma( msg, "Invalid destination type." ); } } C:\code\d\bugs>dmd -H -c 152_1.d C:\code\d\bugs>cat 152_1.di // D import file generated from '152_1.d' template templ(T) { void templ(T val) { PragmaStatement::toCBuffer() } } C:\code\d\bugs>
Comment #1
by bugzilla — 2006-05-25T04:19:15Z
Fixed 0.158