This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/22247] [4.1 Regression] tree-ssa-structalias.c: `uint' undeclared
- From: "dberlin at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 30 Jun 2005 13:58:37 -0000
- Subject: [Bug middle-end/22247] [4.1 Regression] tree-ssa-structalias.c: `uint' undeclared
- References: <20050630115033.22247.fxcoudert@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From dberlin at gcc dot gnu dot org 2005-06-30 13:58 -------
tree-ssa-structalias has had that uint since inception.
Kazu added it as part of VEC'ification prior to submission.
I believe you should be able to do s/uint/unsigned/.
If this works, please submit a patch and i will approve it
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22247