https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110207

            Bug ID: 110207
           Summary: problems of fseek and fsetpos
           Product: gcc
           Version: 4.8.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
          Assignee: unassigned at gcc dot gnu.org
          Reporter: irip at qq dot com
  Target Milestone: ---

when I test function fseek/fsetpos using the following C language statement:
   rstat = fseek(fp, 0L, SEEK_SET);    or
   retstat = fsetpos(fp, &pos)
 It always return zero. 

Test program running on PowerPC 7447.

Reply via email to