FR Number | Problem Description |
---|---|
1218 |
Error parser detects compile "helper" messages as separate errors. |
Full DescriptionSome compilers provide "helper" messages after indication of a compile error. For example, if a match for a prototype for a member function cannot be found in a class, the compiler may display a few "helper" lines indicating the possible candidates. These "helper" messages are detected by the error parser as separate error messages, but they really are not. |