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]

Re: Repost



  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


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