bug-ddd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

simple bug: DDD 3.3.1 does not display C-structure member called 'd'


From: Markus Maresch
Subject: simple bug: DDD 3.3.1 does not display C-structure member called 'd'
Date: Thu, 16 Feb 2006 11:32:21 +0100
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.2) Gecko/20040804 Netscape/7.2 (ax)

Hello,
this is to report a funny and simple to reproduce bug;
it seems that the display command does not like 'd' ..
thanks for looking
Markus

/*
* demonstrates that DDD3.3.11 does not like structure members called 'd' !!!
*/
int main(void)
{
   struct ll_Matrix {
       double c, d, e;
   };
   struct ll_Matrix _m, *m = &_m;
   m->d = 2;   /* "graph display *m"     HERE .. 'd' is missing !!!!! */
   return 0;
}






reply via email to

[Prev in Thread] Current Thread [Next in Thread]