comparison dmd/mars.c @ 262:88252a1af660 trunk

[svn r280] Fixed a bunch of issues with switch statements. Ended up a bit far reaching...
author lindquist
date Sat, 14 Jun 2008 05:13:49 +0200
parents fc9c1a0eabbd
children 21f85bac0b1a
comparison
equal deleted inserted replaced
261:5723b7385c25 262:88252a1af660
190 --help print help\n\ 190 --help print help\n\
191 -I<path> where to look for imports\n\ 191 -I<path> where to look for imports\n\
192 -J<path> where to look for string imports\n\ 192 -J<path> where to look for string imports\n\
193 -ignore ignore unsupported pragmas\n\ 193 -ignore ignore unsupported pragmas\n\
194 -inline do function inlining\n\ 194 -inline do function inlining\n\
195 -Llinkerflag pass linkerflag to link\n\ 195 -Llinkerflag pass linkerflag to llvm-ld\n\
196 -m<arch> emit code specific to <arch>\n\ 196 -m<arch> emit code specific to <arch>\n\
197 x86 x86-64 ppc32 ppc64\n\ 197 x86 x86-64 ppc32 ppc64\n\
198 -noasm do not allow use of inline asm\n\ 198 -noasm do not allow use of inline asm\n\
199 -nofloat do not emit reference to floating point\n\ 199 -nofloat do not emit reference to floating point\n\
200 -noruntime do not allow code that generates implicit runtime calls\n\ 200 -noruntime do not allow code that generates implicit runtime calls\n\