https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66662
Bug ID: 66662 Summary: Request: Change #error directive displaying Product: gcc Version: 5.1.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: hvksmr1996 at gmail dot com Target Milestone: --- For example: My code: #error my error My console display: main.cpp:2:2: error: #error my error #error my error ^ As you can see, "#error my error" is displayed two times, it looks bad (with me at least).