This is the mail archive of the gcc-bugs@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]

Re: mclock in g77


>   As you can see, mclock will soon gets values more than integer*4 can 
>take.
>
>   Could you tell me a work around ?

Use MCLOCK8, and store the results (if you need to store them) in an
INTEGER*8 variable.  That's the best I can recommend offhand.  (The
docs should have explained this better, perhaps.  Could you suggest
better wording for the documentation of MCLOCK that would have made
it easier for you to learn about MCLOCK8?)

        tq vm, (burley)


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