This is the mail archive of the gcc-patches@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: Funny bug


  In message <200003010003.BAA15761@loewis.home.cs.tu-berlin.de>you write:
  > > extern void malloc(size_t size); 
  > > 
  > > toto()
  > > {
  > >     malloc(100);
  > > }
I added this test to the testsuite.

  > 2000-03-01  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
  > 
  > 	* call.c (special_function_p): It is only malloc if it returns
  > 	Pmode.
This is fine.  Please install this patch.  Sorry about the delay in getting
it reviewed.

jeffk


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