This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
PATCHES to correct typos when allocating memory
- To: egcs-patches at cygnus dot com
- Subject: PATCHES to correct typos when allocating memory
- From: grahams at rcp dot co dot uk
- Date: Fri, 02 Oct 1998 18:30:02 GMT
All
There are some typos in some of calls which allocate memory.
These typos consist of specifying one too many `*` in the
sizeof() which means the code is using the sizeof (pointer to TYPE)
rather than sizeof(TYPE).
Here are patches against egcs-19980921
FLOWC~1.DIF
GCCC~1.DIF
GCOVC~1.DIF
LOCAL-~1.DIF
LOOPC~1.DIF
G
REORGC~1.DIF
ra
REG-ST~1.DIF
ham