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: Overloading ICE in the latest GCC (rejected by the mailing list)


Actually, this is enough to reproduce the problem on my linux box. This 
causes the reported crash.

#include <stdio.h>

void *operator new(unsigned long size,const char *curFile,unsigned long 
curLine,const char *curFunction)
{
}

int main()
{
}


Thanks
  Sefer.

>From: Alexandre Oliva <aoliva@redhat.com>
>To: "Fizban Grand" <sefer@hotmail.com>
>Subject: Re: Overloading ICE in the latest GCC (rejected by the mailing 
>list)
>Date: 03 Sep 2000 16:25:15 -0300
>
>On Sep  3, 2000, "Fizban Grand" <sefer@hotmail.com> wrote:
>
> > The offending code piece is:
>
> > void *operator new(unsigned long size,const char *curFile,unsigned
> > long curLine,const char *curFunction)
>
>I guess this is not enough for a bug report to be reproduced.  Please
>post a complete, compilable code snippet to gnu-gcc-bug@gnu.org, which
>should allow you to overcome the mailing list filtering, yet getting
>to the same mailing list.
>
>--
>Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
>Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
>CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
>Free Software Evangelist    *Please* write to mailing lists, not to me
>

_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at 
http://profiles.msn.com.



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