saa relies on dcr but is not suppressed if noDCR!
| Bugzilla Link | 340 |
| Created on | Jan 18, 2007 14:11 |
| Resolution | FIXED |
| Resolved on | Jan 23, 2007 10:23 |
| Version | 1.00beta |
| OS | Linux |
| Architecture | PC |
Extended Description
try to compile:
int main()
{
a = "huhu";
return(0);
}
sac2c -noDCR
=> DBUG_ASSERT in alloc.c (rev 15153)
I think saa should be turnd off in that case and a warning issued (as done for
several other cases...)