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: problem with member function named "realloc"


On May 28, 10:53pm, Robert L Krawitz wrote:
} Subject: problem with member function named "realloc"
> % g++ -c -O2 realloc.C
> realloc.C: In method `void foo::bar()':
> realloc.C:9: Internal compiler error.
> realloc.C:9: Please submit a full bug report to
> `egcs-bugs@cygnus.com'.
> 
> Changing the name of "realloc" to "my_realloc" lets it compile
> successfully.

This problem does not seem to be present in the latest snapshot.

Niall


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