Paolo Bonzini - Re: free function in 300.twolf (original) (raw)
This is the mail archive of the gcc-patches@gcc.gnu.orgmailing 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] |
Other format: | [Raw text] |
- From: Paolo Bonzini
- To: Olga Golovanevsky
- Cc: gcc-patches , Pat Haugen , Andrew Pinski , Daniel Berlin , "Kaveh R. Ghazi" , Jan Hubicka , Richard Guenther , Kenneth Zadeck , Razya Ladelsky
- Date: Fri, 09 Feb 2007 16:09:45 +0100
- Subject: Re: free function in 300.twolf
- References: <OF23D0DC5A.3A52D11C-ONC225727D.0041CCC8-C225727D.0047518C@il.ibm.com>
extern void free (MT *,int);at the beginning of mt.c file solved the problem.The free function used here is not built-in one.
Actually it is the builtin one but declared incorrectly. SPEC has a src.alt that fixes this; it basically entails removing the second argument of free in the sole spot where free is used with two arguments (which is only once, in lists.h).Paolo
- References:
- free function in 300.twolf
* From: Olga Golovanevsky
- free function in 300.twolf
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |