[Bug c/13804] Error message enhancement Request
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Thu Jan 22 02:11:00 GMT 2004
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-01-22 02:11 -------
Confirmed on the mainline here is a small testcase to go with this report:
struct t
{
int k;
};
void j()
{
struct t p;
p.d = 1;
}
We should say that d is not a member of the struct t.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Keywords| |diagnostic
Last reconfirmed|0000-00-00 00:00:00 |2004-01-22 02:11:58
date| |
Summary|Error message enhancement |Error message enhancement
|Request |Request
Version|unknown |2.95
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13804
More information about the Gcc-bugs
mailing list