infinite loop bug
When I compile
int main ()
{
for (i=0; true;) {
i = _add_SxS_(i,0);
}
return i;
}
with sac2c
versions 2.0.0-Tintigny-22-gf330c
, I get a segmentation fault.
Downtime planned starting Sunday 16 March; service will be down until migration to new Strato server is complete (worst case expect 3 days outage)!
Please ensure you have reasonable backups/copies of all important data!
When I compile
int main ()
{
for (i=0; true;) {
i = _add_SxS_(i,0);
}
return i;
}
with sac2c
versions 2.0.0-Tintigny-22-gf330c
, I get a segmentation fault.