MantisBT - GCC-XML | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0001976 | GCC-XML | public | 2005-06-25 14:58 | 2012-07-26 10:47 | |
| Reporter | Dan Churchill | ||||
| Assigned To | Brad King | ||||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | closed | Resolution | won't fix | ||
| Platform | OS | OS Version | |||
| Summary | 0001976: typedefs declared in classes resolved to their target when used | ||||
| Description | Consider this simple example - comments explain the problem: // typedef defined outside of class typedef int My_Int; class example { // typedef defined inside of class typedef int Examples_Int; // PROBLEM: the type attribute of the Arguement element for 'x' will be that of // FundamentalType "int" instead of Typedef "Examples_Int" example(float a, Examples_Int x); // this one works right (where the typedef exists outside of the class // declaration) example(long b, My_Int y); }; | ||||
| Steps To Reproduce | |||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2012-07-26 10:47 | Brad King | Note Added: 0030130 | |||
| 2012-07-26 10:47 | Brad King | Status | assigned => closed | ||
| 2012-07-26 10:47 | Brad King | Resolution | open => won't fix | ||
| Notes | |||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||