2013/12/12 Derrick Lin <klin938@xxxxxxxxx>: > Thanks Jason, > > I took a look at the gcc.log and found some failures. Am I supposed to > fix them all so that my gcc's considered a good built? > > FAIL: gcc.c-torture/compile/limits-exprparen.c -O0 (internal compiler error) > FAIL: gcc.c-torture/compile/limits-exprparen.c -O0 (test for excess errors) [...] > XFAIL: gcc.dg/Wtype-limits.c (test for bogus messages, line 16) > XFAIL: gcc.dg/Wtype-limits.c (test for bogus messages, line 64) Hi, Derrick, Refer to: http://www.delorie.com/gnu/docs/dejagnu/dejagnu_6.html XFAIL means it is a expected fail case. Generally you can ignore them. For the FAIL cases, yes, you need to figure out why they are failed on your environment. And then decide whether you want to fix them. Best regards, jasonwucj