<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class="">Hi Rafael,</div><div class=""><br class=""></div><div class="">I reverted this commit for now as it also breaks a bunch of llvm-testsuite programs (at least on darwin):</div><div class=""><pre style="font-family: 'Courier New', courier, monotype, monospace;" class=""><span class="stdout">FAIL: External/SPEC/CFP2006/447_dealII/447_dealII.execution_time (849 of 1696)
FAIL: External/SPEC/CFP2006/450_soplex/450_soplex.execution_time (850 of 1696)
FAIL: External/SPEC/CINT2006/483_xalancbmk/483_xalancbmk.execution_time (851 of 1696)
FAIL: MultiSource/Applications/hbd/hbd.execution_time (852 of 1696)
FAIL: MultiSource/Applications/kimwitu++/kc.execution_time (853 of 1696)
FAIL: MultiSource/Applications/lambda-0_1_3/lambda.execution_time (854 of 1696)
FAIL: MultiSource/Benchmarks/Bullet/bullet.execution_time (855 of 1696)
FAIL: MultiSource/Benchmarks/Prolangs-C++/employ/employ.execution_time (856</span> of 1696)</pre><div class="">I tracked the lambda one down to a change in the way some exception handling table is emitter I believe:</div></div><div class=""><br class=""></div><div class=""><div class=""> GCC_except_table4:</div><div class=""> Lexception4:</div></div><div class="">...</div><div class=""><div class="">    .byte   0                       ##   On action: cleanup</div><div class="">    .align  2</div><div class="">-   .section    __TEXT,__text,regular,pure_instructions</div><div class="">-   .align  2, 0x90</div><div class="">+   .align  2</div><div class=""> L4_0_set_50 = LBB4_50-LJTI4_0</div><div class=""> L4_0_set_5 = LBB4_5-LJTI4_0</div></div><div class="">...</div><div class=""><div class="">    .long   L4_0_set_10</div><div class="">    .long   L4_0_set_40</div><div class=""><br class=""></div><div class="">+   .section    __TEXT,__text,regular,pure_instructions</div><div class="">    .globl  __ZN24lambda_expression_parser10definitionEPP11arglst_node</div><div class="">    .align  4, 0x90</div></div><div class=""><br class=""></div><div class="">assembly files are attached.</div><div class=""><br class=""></div><div class="">- Matthias</div><div class=""><br class=""></div><div class=""></div></body></html>