# New Ticket Created by Andy Dougherty # Please include the string: [perl #39190] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/rt3/Ticket/Display.html?id=39190 >
Trying to debug why imcc dumps core, I puzzled over why parrot wouldn't accept the --imcc_debug option as advertised. Checking main.c, I found and fixed the simple typo: --- parrot-current/compilers/imcc/main.c Mon May 22 19:15:06 2006 +++ parrot-andy/compilers/imcc/main.c Tue May 23 13:37:57 2006 @@ -94,7 +94,7 @@ " -. --wait Read a keystroke before starting\n" " --runtime-prefix\n" " <Compiler options>\n" - " -d --imcc_debug[=HEXFLAGS]\n" + " -d --imcc-debug[=HEXFLAGS]\n" " -v --verbose\n" " -E --pre-process-only\n" " -o --output=FILE\n" -- Andy Dougherty [EMAIL PROTECTED]