I just git cloned gcc and I'm trying to run the tests. I did, roughly: mkdir build cd build ../configure --prefix=/opt/local make -j4 make -j4 check I'm getting 143 failures in a fresh Fedora VM. Is there anything I can look at (test output, etc.) to help me debug what's going on here?