<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Activity for FPGA C Compiler</title><link>https://sourceforge.net/p/fpgac/activity/</link><description>Recent activity for FPGA C Compiler</description><language>en</language><lastBuildDate>Thu, 17 Jan 2019 00:13:35 -0000</lastBuildDate><item><title>Oliver Gantert posted a comment on ticket #11</title><link>https://sourceforge.net/p/fpgac/bugs/11/?limit=25#78e9</link><description>I found some more bugs. /******/ In fpgac.y, rule globalvarlistmember if(($1.v-&gt;type == TYPE_DEFINED) &amp;&amp; ($1.v-&gt;type == TYPE_FLOAT)) becomes if(($1.v-&gt;type &amp; TYPE_DEFINED) &amp;&amp; ($1.v-&gt;type &amp; TYPE_FLOAT)) /******/ To fix the while(){} construct: In fpgac.y, rule whileloop RIGHTPAREN stmt becomes RIGHTPAREN whilestmt Additional rule whilestmt: stmt | leftcurly declarations stmts rightcurly /******/ In syntax.l sscanf(... "%Li" ...); becomes "%llo" for octal "%llx" for hex /******/ In output_netlist.c,...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Oliver Gantert</dc:creator><pubDate>Thu, 17 Jan 2019 00:13:35 -0000</pubDate><guid>https://sourceforge.net/p/fpgac/bugs/11/?limit=25#78e9</guid></item><item><title>Oliver Gantert created ticket #11</title><link>https://sourceforge.net/p/fpgac/bugs/11/</link><description>Missing return value</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Oliver Gantert</dc:creator><pubDate>Wed, 16 Jan 2019 10:59:50 -0000</pubDate><guid>https://sourceforge.net/p/fpgac/bugs/11/</guid></item></channel></rss>