Bugs item #2864179, was opened at 2009-09-22 12:30 Message generated for change (Comment added) made by stmane You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=482468&aid=2864179&group_id=56967
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: SQL/Core Group: SQL CVS Head Status: Open Resolution: None Priority: 5 Private: No Submitted By: Arjen de Rijke (arjenderijke) Assigned to: Niels Nes (nielsnes) Summary: function call not handled Initial Comment: When the result of a function call within a function is assigned to a variable and that variable is not used in the calling function, the called function is never executed. The attached file demonstrates this behaviour. It also explaines the failing of sql test src/test/Via-m/Tests/file_s18. ---------------------------------------------------------------------- >Comment By: Stefan Manegold (stmane) Date: 2009-09-22 12:49 Message: Dead code elimination at work? Or: dead code elimination does (can?) not recognize that your function has a side effect, and hence skips the function call, since its result is not used? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=482468&aid=2864179&group_id=56967 ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ Monetdb-bugs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/monetdb-bugs
