This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Two minor fixes
- To: schwab at suse dot de
- Subject: Re: Two minor fixes
- From: kenner at vlsi1 dot ultra dot nyu dot edu (Richard Kenner)
- Date: Fri, 26 Oct 01 15:22:33 EDT
- Cc: gcc-patches at gcc dot gnu dot org
The same problem exists in cfgbuild.c. Btw, is it better to use long
or size_t for the intermediate cast?
It would be better to use size_t, but this didn't used to be a type we
can rely on being defined. Can we now?