This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c/13804] Error message enhancement Request


------- Additional Comments From gdr at integrable-solutions dot net  2004-01-22 08:46 -------
Subject: Re:  Error message enhancement Request

"giovannibajo at libero dot it" <gcc-bugzilla@gcc.gnu.org> writes:

| As a side note, the C++ frontend emits this diagnostic for the same testcase:
| 
| diag.cc: In function `void j()':
| diag.cc:8: error: 'struct t' has no member named 'd'

Yes, this is because the C front-end uses a different diagnostic (more
primitive) infrastructure than C++.  I have been unifying them, but
did not have time to finish.

-- Gaby


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13804


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]