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]

Re: [patch] Remove occurrences of int64_t (and int32_t)


>@@ -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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]