[cfe-dev] Complex literals and VS mode?

John Thompson john.thompson.jtsoftware at gmail.com
Thu Oct 1 16:34:11 PDT 2009


Three tests are failing on Windows because complex literals (suffix 'i')
appear not to be supported when the Microsoft emulation option is on (which
it is by default for the Visual Studio-built version).  I don't know
anything about complex literals in general, or if this was intentional, or
whether it is supported in VC++, but the enclosed patch makes the following
tests pass:

mandel.c
complex-int.c
exprs.c

-John

-- 
John Thompson
John.Thompson.JTSoftware at gmail.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20091001/592cc555/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: imaginaryliterals.patch
Type: application/octet-stream
Size: 1006 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20091001/592cc555/attachment.obj>


More information about the cfe-dev mailing list