[coreboot-gerrit] Patch merged into coreboot/master: a8eadb5 ROMCC: Trigger internal compiler failure and apply the workaround

gerrit at coreboot.org gerrit at coreboot.org
Sat Mar 8 19:24:28 CET 2014


the following patch was just integrated into master:
commit a8eadb527e793d887ba73e5478ea614734cd72b6
Author: Kyösti Mälkki <kyosti.malkki at gmail.com>
Date:   Fri Mar 7 10:40:21 2014 +0200

    ROMCC: Trigger internal compiler failure and apply the workaround
    
    These boards first failed when attempting to change print_err() from
    direct function call to console_tx_XX() to a code block in the form of
    
     do { if (y) console_tx_XX(x); } while(0)
    
    Removing the label dummy_romcc_workaround_label added here will
    trigger the following compiler error for the two boards:
    
      Internal compiler error: no edge to block->last->next
    
    Change-Id: I997adfaf586d7fa2096401dd574b07ce676d0ac6
    Signed-off-by: Kyösti Mälkki <kyosti.malkki at gmail.com>


See http://review.coreboot.org/5349 for details.

-gerrit



More information about the coreboot-gerrit mailing list