Repost

Jeffrey A Law law@upchuck.cygnus.com
Sun Mar 28 00:25:00 GMT 1999


  In message <19990217190758.A17744@pop3.kappa.ro>you write:
  > Hello developers,
  > 
  > I wrote a message to egcs-bugs last Sunday but I got no replies so far. I
  > think that it may have lost somewhere so here I repost it again asking for
  > some help!
egcs is a volunteer effort, as such everyone has to prioritize what problems
they have the time to investigate.  Over time, most complete bug reports do get
addressed.

Your bug report is incomplete (no testcase).  See the FAQ for information on
what constitutes a complete testcase.


  > In the 'string' directory there is a tester program which verifies
  > functions like memcpy, memcmp. The last one "flunked" the 8th test:
  > 
  > memcmp("abc", "def", 0); 
  > which returned an invalid value. The function is called in a construction
  > like:
  > 
  > check(memcmp(...) == 0, 8);
  > 
  > If I try to chnage the test program and print the return value it shows 0
  > though... something is very wrong here.
I would recommend you build a standalone testcase.  We're not going to be able
to even start to look at this problem without a testcase we can compile and
examine.

jeff


More information about the Gcc-bugs mailing list