Bug #1287
closedRedeclaration of variables in DEG that lead to compile errors
0%
Description
In the run of model 43_1a
216 of 373 compile errors are "DEG: Redeclaration"
so we should fix it.
Files
Updated by Vadim Mutilin over 13 years ago
The bug with redeclaration and storage size still exits after merge with fixed master
redeclaration of 'var_ahci_sb600_softreset_4_p1' with no linkage storage size of 'var_group2' isn't known
This show cluster run id=223
http://10.10.2.118:8999/stats/index/profilename/default/name/model43_1a/host/10.10.2.89/user/ldvreports/password/no/
Updated by Evgeny Novikov over 13 years ago
- Category set to Environment Generation
- Status changed from New to Open
It seems that the number of major errors is too high (about 15% of the whole). That's why we should fix them. And I guess that it isn't too complicated task indeed.
Updated by Evgeny Novikov over 13 years ago
I'm going to count exact numbers of such errors (add new "maingen" patterns to aspectator problems).
Updated by Vadim Mutilin over 13 years ago
- Subject changed from Fix major bugs in DEG that lead to compile errors to Redeclaration of variables in DEG that lead to compile errors
Updated by Vadim Mutilin over 13 years ago
New drv-env problems added:
/error: storage size of '(.*)' isn't known/ and print "Storage size";
/error: implicit declaration of function kmalloc/ and print "DEG: implicit kmalloc";
/error: redeclaration of '(.*)' with no linkage/ and print "DEG: Redeclaration";
Updated by Vadim Mutilin over 13 years ago
- File redeclaration_circle.jpg redeclaration_circle.jpg added
- Status changed from Open to Resolved
- Published in build set to 4d76a61e3
fixe in commit 4d76a61e3243dd6ab363622828a6586e40cced41
The picture:
Updated by Alexey Khoroshilov over 13 years ago
- Status changed from Resolved to Closed
The issue gone in my run as well.