Created attachment 1159
Calculate the 10001st prime
I found a PHP code to calculate the 10001st prime number is:
http://kahthong.com/2011/12/project-euler-problem-7
and translated that into D (attached).
Compiling with -O and -release options yield this error message:
Internal error: backend\cgcod.c 1663
But either -O or -release works fine (no compilation error).
dmd it the latest from git.
Comment #1 by github-bugzilla — 2012-11-15T02:50:19Z