-
Notifications
You must be signed in to change notification settings - Fork 15.2k
Closed
Labels
Description
| Bugzilla Link | 38648 |
| Resolution | FIXED |
| Resolved on | Jun 06, 2019 14:22 |
| Version | 7.0 |
| OS | Linux |
| Blocks | #40566 |
| CC | @topperc,@francisvm,@zmodem,@rotateright |
| Fixed by commit(s) | r357986 r362747 r362751 |
Extended Description
This is a regression, this test executes correctly with clang 6.0.1. Running the command:
${TEST_SUITE_BUILDDIR}/MultiSource/Applications/siod/siod -v1 ${TEST_SUITE_SRCDIR}/test-suite/MultiSource/Applications/siod/test.scm
Produces an error:
Content-type: text/plain
10
9
8
7
6
5
4
3
2
1
-42 is negative
0 is zero
42 is positive
the value of (get 'answer 'value) is 42
the value of (get 'answer 'value) is xyzzy
the 33rd Fibonacci number is ERROR: damaged frame (see errobj)
I am going to try to bisect this.