<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On May 6, 2010, at 2:19 PM, Diego Iastrubni wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div dir="ltr"><div class="gmail_quote">On Mon, Apr 19, 2010 at 4:52 PM, Óscar Fuentes <span dir="ltr"><<a href="mailto:ofv@wanadoo.es">ofv@wanadoo.es</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

The third stage is for comparing the output of clang (as compiled by<br>
gcc) against clang (as compiled by clang). The whole process is:<br>
<br>
Stage 1: build clang with gcc<br>
<br>
Stage 2: build clang with the clang created by gcc<br>
<br>
Stage 3: build clang with the clang created by clang.<br>
<br>
Final test: compare the object files geneated on Stage 2 with the object<br>
files generated on Stage 3.<br></blockquote><br>This is the first time stage3 has been built, I am happy (up until now, stage3 was failing at the first compilation):<br><br><span style="font-family: courier new,monospace;">[elcuco@pinky ~/src/llvm] ls -l bootstrap-stage-*/bin/clang<br>

-rwxrwxr-x. 1 elcuco elcuco 23594232 2010-05-06 22:56 bootstrap-stage-1/bin/clang<br>-rwxrwxr-x. 1 elcuco elcuco 24391566 2010-05-06 23:10 bootstrap-stage-2/bin/clang<br>-rwxrwxr-x. 1 elcuco elcuco 24395343 2010-05-06 23:32 bootstrap-stage-3/bin/clang<br>

</span><br style="font-family: courier new,monospace;"><br>I already know that stage2 and stage3 are different, which means something is not really working. Does anyone have a clue about this? Is this a known issue, or should I report this?<br></div></div></blockquote></div><br><div>It's known that we differ, but nobody has investigated why. Please go ahead and file a Bugzilla.</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">       </span>- Doug</div></body></html>