[patch] Remove occurrences of int64_t (and int32_t)

Janne Blomqvist blomqvist.janne@gmail.com
Mon Dec 12 10:07:00 GMT 2011


>@@ -993,7 +1005,7 @@ lto_resolution_read (splay_tree file_ids
>    {
>     int t;
>       char offset_p[17];
>-      int64_t offset;
>+      host_int64 offset;
>       t = fscanf (resolution, "@0x%16s", offset_p);
>      if (t != 1)
>         internal_error ("could not parse file offset");

This should be "off_t", I believe.

-- 
Janne Blomqvist



More information about the Gcc-patches mailing list