This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
Doubt it; there are too many failures. Something major is wrong.A few early failures:
You could look at the gcc.log file (which gets renamed to gcc.log.sent when you run test_summary). If $dir is where you were when you ran the tests, look in $dir/gcc/testsuite/gcc.log.sent. It will show the commands that actually got run, plus any issued diagnostics.
FAIL: gcc.c-torture/compile/labels-3.c -O0 (test for excess errors)
Excess errors:
as0: Error: labels-3.c, line 1: undefined symbol in expression
.word $L2-($L3)| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |