|
From: SourceForge.net <no...@so...> - 2011-08-04 19:45:27
|
Bugs item #3385978, was opened at 2011-08-04 03:00 Message generated for change (Comment added) made by spth You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100599&aid=3385978&group_id=599 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: z80 port Group: None >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: Woody (woody1234) >Assigned to: Philipp Klaus Krause (spth) Summary: --max-allocs-per-node problem 2 Initial Comment: C:\SDCC\BIN\sdcc sipr.c -mz80 -c --max-allocs-per-node 36 --std-c99 --codeseg CODE7 generated wrong running result, while --max-allocs-per-node 35 works fine. C:\sdcc\bin>sdcc -v SDCC : mcs51/gbz80/z80/ds390/pic16/pic14/TININative/ds400/hc08 3.0.4 #6707 (Aug 3 2011) (MINGW32) sipr.c attached. ---------------------------------------------------------------------- >Comment By: Philipp Klaus Krause (spth) Date: 2011-08-04 21:45 Message: Fixed in revision #6714. Philipp ---------------------------------------------------------------------- Comment By: Philipp Klaus Krause (spth) Date: 2011-08-04 12:10 Message: The wrong code is being generated for the addition sIndex + Sip_sContentLen in line 338. Philipp ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100599&aid=3385978&group_id=599 |