Anonymous | Login | Signup for a new account | 2023-06-10 20:36 CEST |
Main | My View | View Issues |
Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
0000007 | [cparser] semantic | tweak | always | 2008-12-03 15:34 | 2009-01-28 21:55 | ||||
Reporter | jeffz | View Status | public | ||||||
Assigned To | Tron | ||||||||
Priority | normal | Resolution | fixed | ||||||
Status | closed | Product Version | |||||||
Summary | 0000007: erroneous type error: error: destination type 'void' in 'return' is incompatible with type 'void' | ||||||||
Description |
void bar(void){return;} void foo(void){return bar();} int main(void){foo();} |
||||||||
Additional Information | |||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
|
![]() |
|
(0000001) Tron (administrator) 2008-12-03 22:03 |
Thanks for the report. The semantic check for return has been corrected and adjusted to GCC behaviour in r24274. |
Mantis 1.1.5[^] Copyright © 2000 - 2008 Mantis Group |