[Bug c++/66662] New: Request: Change #error directive displaying
hvksmr1996 at gmail dot com
gcc-bugzilla@gcc.gnu.org
Thu Jun 25 03:49:00 GMT 2015
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).
More information about the Gcc-bugs
mailing list