|
From: SourceForge.net <no...@so...> - 2012-05-24 08:49:34
|
Bugs item #3528899, was opened at 2012-05-22 11:15 Message generated for change (Comment added) made by epetrich You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100599&aid=3528899&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: C-Front End >Group: fixed >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: Martin Matyas (mz-fuzzy) >Assigned to: Erik Petrich (epetrich) Summary: SIGSEGV when function prototype declared Initial Comment: Caught signal 11: SIGSEGV for following code: ===================== int u(void); int u(void) { return 0; } int s(void) { return (int)u; } ===================== SDCC : mcs51/gbz80/z80/z180/r2k/ds390/pic16/pic14/TININative/ds400/hc08 3.1.5 #7711 (May 18 2012) (Linux) ---------------------------------------------------------------------- >Comment By: Erik Petrich (epetrich) Date: 2012-05-24 01:49 Message: Fixed in revision #7768. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100599&aid=3528899&group_id=599 |