Opened 11 years ago
Closed 11 years ago
#1059 closed defect (fixed)
C_c_*vector are using the wrong lolevel accessors
Reported by: | sjamaan | Owned by: | sjamaan |
---|---|---|---|
Priority: | major | Milestone: | 4.9.0 |
Component: | core libraries | Version: | 4.8.x |
Keywords: | Cc: | ||
Estimated difficulty: |
Description (last modified by )
As evidenced by http://salmonella-linux-x86.call-cc.org/master-debugbuild/gcc/linux/x86/2013/11/07/salmonella-report/test/seulex.htmlz the accessors for C_c_*vector need to be changed from C_u_i_cdr to C_block_item or some such, in order to pass the paranoid checks inserted by C_DEBUGBUILD.
This isn't caught by the test suite, so I'm betting there are no tests whatsoever for these accessors, so far.
Change History (4)
comment:1 Changed 11 years ago by
Description: | modified (diff) |
---|
comment:2 follow-up: 3 Changed 11 years ago by
comment:3 Changed 11 years ago by
mpi also depends extensively on C_c_*vector routines
Replying to sjamaan:
There are many other eggs affected by this. At least SRFI-27, sundials, string-utils, s11n and suspension.
comment:4 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fuxed by d3906e96adaf9dc24e6f514faf2e978810d516c8
There are many other eggs affected by this. At least SRFI-27, sundials, string-utils, s11n and suspension.