This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/66662] New: Request: Change #error directive displaying
- From: "hvksmr1996 at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 25 Jun 2015 03:49:27 +0000
- Subject: [Bug c++/66662] New: Request: Change #error directive displaying
- Auto-submitted: auto-generated
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).