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] |
| Other format: | [Raw text] | |
Mike Frysinger reported the following on blackfin.uclinux.org:
tried with x86 and amd64 compilers and neither gave me warnings ===============================
This patch seems fix it by changing the definition of SIZE_TYPE from "long unsigned int" to "unsigned int".
You should note that this changes the ABI. And you might want to look into this a little further to see if glibc should change instead.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |