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] | |
Hi, gcc/tree-ssa-structalias.c uses uint, and for that reason it fails on i686-pc-mingw32. Attached patch simply does s/uint/unsigned/. This fixes PR 22247. Patch suggested by Daniel Berlin in bugzilla. OK for mainline? FX
Attachment:
uint.diff
Description: Binary data
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |