This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: problem with member function named "realloc"
- To: rlk at tiac dot net
- Subject: Re: problem with member function named "realloc"
- From: Martin von Loewis <martin at mira dot isdn dot cs dot tu-berlin dot de>
- Date: Sun, 31 May 1998 19:33:08 +0200
- CC: egcs-bugs at cygnus dot com
- References: <199805290253.WAA29685@shell1.tiac.net>
> Changing the name of "realloc" to "my_realloc" lets it compile
> successfully.
Robert,
Thanks for your report. Compiling your code with
Reading specs from /usr/lib/gcc-lib/i486-pc-linux-gnu/egcs-2.91.33/specs
gcc version egcs-2.91.33 19980526 (gcc2 ss-980502 experimental)
works just fine, so it appears to be fixed.
Regards,
Martin