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] | |
They were of type size_t but I ran it into a warning about comparing i with n_basic_blocks, which is of the type int. The warning became a compilation error with -Werror. I can put a cast in the comparison. -Doug 2008/4/14 Diego Novillo <dnovillo@google.com>: > Variables I and N_LABELS should be of type size_t. > > OK with those changes. > > > Diego. >
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |