[Bug 57156] problem reporter show correct line as "problematic line"

zvonSully zvonsully at yahoo.com
Sun Jan 9 19:00:02 UTC 2005


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
        
http://bugs.kde.org/show_bug.cgi?id=57156        




------- Additional Comments From zvonsully yahoo com  2004-12-23 15:24 -------
Created an attachment (id=8783)
 --> (http://bugs.kde.org/attachment.cgi?id=8783&action=view)
a c++ code where the bug apears

if u define a struct
struct STR
  {
   int/*any type*/ member1,member2;
  };

a use like
STR str={1,2};//here there is no problem  
str=(STR){5,6};//the problem is here :)




More information about the KDevelop-devel mailing list