This is the mail archive of the gcc-patches@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]

PATCHES to correct typos when allocating memory




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  

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